Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fgas/src/localization/
Dfx_locale.cpp802 #define FX_NUMSTYLE_Exponent 0x02 macro
881 dwStyle |= FX_NUMSTYLE_Exponent; in GetNumericFormat()
3029 if (dwNumStyle & FX_NUMSTYLE_Exponent) { in FormatStrNum()
3457 if (dwNumStyle & FX_NUMSTYLE_Exponent) { in FormatLCNumeric()
3494 if (dwNumStyle & (FX_NUMSTYLE_Percent | FX_NUMSTYLE_Exponent)) { in FormatLCNumeric()