Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fgas/src/localization/
Dfx_locale.cpp3008 FX_DWORD dwNumStyle = 0; in FormatStrNum() local
3011 GetNumericFormat(wsPattern, dot_index_f, dwNumStyle, wsNumFormat); in FormatStrNum()
3024 if (dwNumStyle & FX_NUMSTYLE_Percent) { in FormatStrNum()
3029 if (dwNumStyle & FX_NUMSTYLE_Exponent) { in FormatStrNum()
3441 FX_DWORD dwNumStyle = 0; in FormatLCNumeric() local
3444 GetNumericFormat(wsPattern, dot_index_f, dwNumStyle, wsNumFormat); in FormatLCNumeric()
3453 if (dwNumStyle & FX_NUMSTYLE_Percent) { in FormatLCNumeric()
3457 if (dwNumStyle & FX_NUMSTYLE_Exponent) { in FormatLCNumeric()
3494 if (dwNumStyle & (FX_NUMSTYLE_Percent | FX_NUMSTYLE_Exponent)) { in FormatLCNumeric()