Home
last modified time | relevance | path

Searched refs:wsNumFormat (Results 1 – 1 of 1) sorted by relevance

/external/pdfium/xfa/src/fgas/src/localization/
Dfx_locale.cpp1012 CFX_WideString wsNumFormat; in ParseNum() local
1014 GetNumericFormat(wsPattern, dot_index_f, dwFormatStyle, wsNumFormat); in ParseNum()
1015 if (!pLocale || wsNumFormat.IsEmpty()) { in ParseNum()
1030 const FX_WCHAR* strf = (const FX_WCHAR*)wsNumFormat; in ParseNum()
1031 int lenf = wsNumFormat.GetLength(); in ParseNum()
1778 CFX_WideString wsNumFormat; in ParseNum() local
1780 GetNumericFormat(wsPattern, dot_index_f, dwFormatStyle, wsNumFormat); in ParseNum()
1781 if (!pLocale || wsNumFormat.IsEmpty()) { in ParseNum()
1796 const FX_WCHAR* strf = (const FX_WCHAR*)wsNumFormat; in ParseNum()
1797 int lenf = wsNumFormat.GetLength(); in ParseNum()
[all …]