Home
last modified time | relevance | path

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

/external/pdfium/xfa/fgas/localization/
Dfgas_locale.cpp727 uint32_t dwFormatStyle = 0; in ParseNum() local
730 GetNumericFormat(wsPattern, dot_index_f, dwFormatStyle, wsNumFormat); in ParseNum()
755 (dwFormatStyle & FX_NUMSTYLE_DotVorv)) { in ParseNum()
1435 uint32_t dwFormatStyle = 0; in ParseNum() local
1438 GetNumericFormat(wsPattern, dot_index_f, dwFormatStyle, wsNumFormat); in ParseNum()
1461 (dwFormatStyle & FX_NUMSTYLE_DotVorv)) { in ParseNum()
1685 if (dot_index < len && (dwFormatStyle & FX_NUMSTYLE_DotVorv)) { in ParseNum()