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_stringformatter.cpp31 #define FX_NUMSTYLE_Percent 0x01 macro
1020 *dwStyle |= FX_NUMSTYLE_Percent; in GetNumericFormat()
1030 *dwStyle |= FX_NUMSTYLE_Percent; in GetNumericFormat()
1852 if (dwNumStyle & FX_NUMSTYLE_Percent) { in FormatNum()