Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fgas/src/localization/
Dfx_locale.cpp23 int32_t eSubCategory; member
852 FX_LOCALENUMSUBCATEGORY eSubCategory = FX_LOCALENUMPATTERN_Decimal; in GetNumericFormat() local
855 eSubCategory = (FX_LOCALENUMSUBCATEGORY)g_FXLocaleNumSubCatData[i] in GetNumericFormat()
856 .eSubCategory; in GetNumericFormat()
865 pLocale->GetNumPattern(eSubCategory, wsSubCategory); in GetNumericFormat()
873 if (eSubCategory == FX_LOCALENUMPATTERN_Percent) { in GetNumericFormat()
2329 FX_LOCALEDATETIMESUBCATEGORY eSubCategory = in GetDateTimeFormat() local
2333 eSubCategory = in GetDateTimeFormat()
2335 .eSubCategory; in GetDateTimeFormat()
2345 pLocale->GetDatePattern(eSubCategory, wsDatePattern); in GetDateTimeFormat()
[all …]