Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fgas/src/localization/
Dfx_locale.cpp801 #define FX_NUMSTYLE_Percent 0x01 macro
874 dwStyle |= FX_NUMSTYLE_Percent; in GetNumericFormat()
884 dwStyle |= FX_NUMSTYLE_Percent; in GetNumericFormat()
3024 if (dwNumStyle & FX_NUMSTYLE_Percent) { in FormatStrNum()
3453 if (dwNumStyle & FX_NUMSTYLE_Percent) { in FormatLCNumeric()
3494 if (dwNumStyle & (FX_NUMSTYLE_Percent | FX_NUMSTYLE_Exponent)) { in FormatLCNumeric()