Home
last modified time | relevance | path

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

/external/pdfium/xfa/fgas/crt/
Dcfgas_formatstring.cpp46 const FX_LOCALESUBCATEGORYINFO g_FXLocaleNumSubCatData[] = { variable
53 sizeof(g_FXLocaleNumSubCatData) / sizeof(FX_LOCALESUBCATEGORYINFO);
1015 if (g_FXLocaleNumSubCatData[i].uHash == dwSubHash) { in GetNumericFormat()
1016 eSubCategory = (FX_LOCALENUMSUBCATEGORY)g_FXLocaleNumSubCatData[i] in GetNumericFormat()