Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fgas/src/localization/
Dfx_locale.cpp1011 FX_DWORD dwFormatStyle = 0; in ParseNum() local
1014 GetNumericFormat(wsPattern, dot_index_f, dwFormatStyle, wsNumFormat); in ParseNum()
1039 (dwFormatStyle & FX_NUMSTYLE_DotVorv)) { in ParseNum()
1777 FX_DWORD dwFormatStyle = 0; in ParseNum() local
1780 GetNumericFormat(wsPattern, dot_index_f, dwFormatStyle, wsNumFormat); in ParseNum()
1803 (dwFormatStyle & FX_NUMSTYLE_DotVorv)) { in ParseNum()
2033 if (dot_index < len && (dwFormatStyle & FX_NUMSTYLE_DotVorv)) { in ParseNum()