Home
last modified time | relevance | path

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

/external/pdfium/xfa/fgas/crt/
Dcfgas_stringformatter.cpp39 FX_LOCALEDATETIMESUBCATEGORY eSubCategory; member
44 FX_LOCALENUMSUBCATEGORY eSubCategory; member
998 FX_LOCALENUMSUBCATEGORY eSubCategory = FX_LOCALENUMPATTERN_Decimal; in GetNumericFormat() local
1001 eSubCategory = data.eSubCategory; in GetNumericFormat()
1010 wsSubCategory = pLocale->GetNumPattern(eSubCategory); in GetNumericFormat()
1019 if (eSubCategory == FX_LOCALENUMPATTERN_Percent) in GetNumericFormat()
1611 FX_LOCALEDATETIMESUBCATEGORY eSubCategory = in GetDateTimeFormat() local
1615 eSubCategory = data.eSubCategory; in GetDateTimeFormat()
1626 wsTempPattern + (*pLocale)->GetDatePattern(eSubCategory); in GetDateTimeFormat()
1630 wsTempPattern + (*pLocale)->GetTimePattern(eSubCategory); in GetDateTimeFormat()
[all …]