Home
last modified time | relevance | path

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

/external/pdfium/xfa/fgas/crt/
Dcfgas_formatstring.cpp24 #define FX_NUMSTYLE_Percent 0x01 macro
1035 *dwStyle |= FX_NUMSTYLE_Percent; in GetNumericFormat()
1045 *dwStyle |= FX_NUMSTYLE_Percent; in GetNumericFormat()
1878 if (dwNumStyle & FX_NUMSTYLE_Percent) { in FormatStrNum()