From 574ee81e426a7390e5cdf28f2fe8ec03f6c2da98 Mon Sep 17 00:00:00 2001 From: dan sinclair Date: Mon, 16 Apr 2018 21:01:58 +0000 Subject: Split GetNumbericSymbol into individual methods This CL removes the GetNumbericSymbol method and adds individual methods for each symbol we retrieve. Change-Id: Id14108e5ea43a76250e18a1aa13bdbb05e928cdc Reviewed-on: https://pdfium-review.googlesource.com/30695 Commit-Queue: dsinclair Reviewed-by: Henrique Nakashima --- xfa/fxfa/parser/cxfa_xmllocale.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'xfa/fxfa/parser/cxfa_xmllocale.h') diff --git a/xfa/fxfa/parser/cxfa_xmllocale.h b/xfa/fxfa/parser/cxfa_xmllocale.h index 92bd3607ec..757c5349d4 100644 --- a/xfa/fxfa/parser/cxfa_xmllocale.h +++ b/xfa/fxfa/parser/cxfa_xmllocale.h @@ -25,8 +25,11 @@ class CXFA_XMLLocale : public LocaleIface { // LocaleIface WideString GetName() const override; - WideString GetNumbericSymbol(FX_LOCALENUMSYMBOL eType) const override; - + WideString GetDecimalSymbol() const override; + WideString GetGroupingSymbol() const override; + WideString GetPercentSymbol() const override; + WideString GetMinusSymbol() const override; + WideString GetCurrencySymbol() const override; WideString GetDateTimeSymbols() const override; WideString GetMonthName(int32_t nMonth, bool bAbbr) const override; WideString GetDayName(int32_t nWeek, bool bAbbr) const override; -- cgit v1.2.3