Home
last modified time | relevance | path

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

/external/pdfium/xfa/fgas/crt/
Dcfgas_formatstring.cpp33 int32_t eSubCategory; member
1013 FX_LOCALENUMSUBCATEGORY eSubCategory = FX_LOCALENUMPATTERN_Decimal; in GetNumericFormat() local
1016 eSubCategory = (FX_LOCALENUMSUBCATEGORY)g_FXLocaleNumSubCatData[i] in GetNumericFormat()
1017 .eSubCategory; in GetNumericFormat()
1026 wsSubCategory = pLocale->GetNumPattern(eSubCategory); in GetNumericFormat()
1034 if (eSubCategory == FX_LOCALENUMPATTERN_Percent) in GetNumericFormat()
1617 FX_LOCALEDATETIMESUBCATEGORY eSubCategory = in GetDateTimeFormat() local
1621 eSubCategory = in GetDateTimeFormat()
1623 .eSubCategory; in GetDateTimeFormat()
1634 wsTempPattern + (*pLocale)->GetDatePattern(eSubCategory); in GetDateTimeFormat()
[all …]