Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fgas/src/localization/
Dfx_locale.cpp35 const static FX_LOCALESUBCATEGORYINFO g_FXLocaleNumSubCatData[] = { variable
42 sizeof(g_FXLocaleNumSubCatData) / sizeof(FX_LOCALESUBCATEGORYINFO);
260 CFX_WideString wsType = g_FXLocaleNumSubCatData[eType].pName; in GetNumPattern()
854 if (g_FXLocaleNumSubCatData[i].uHash == dwSubHash) { in GetNumericFormat()
855 eSubCategory = (FX_LOCALENUMSUBCATEGORY)g_FXLocaleNumSubCatData[i] in GetNumericFormat()