Home
last modified time | relevance | path

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

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/xfa/fgas/crt/
H A Dcfgas_stringformatter.cpp58 const LocaleNumberSubCategoryWithHash g_FXLocaleNumSubCatData[] = { variable
999 for (const auto& data : g_FXLocaleNumSubCatData) { in GetNumericFormat()
/dports/editors/texmaker/texmaker-5.0.3/pdfium/xfa/fgas/localization/
H A Dfgas_locale.cpp37 static const FX_LOCALESUBCATEGORYINFO g_FXLocaleNumSubCatData[] = { variable
44 sizeof(g_FXLocaleNumSubCatData) / sizeof(FX_LOCALESUBCATEGORYINFO);
566 if (g_FXLocaleNumSubCatData[i].uHash == dwSubHash) { in GetNumericFormat()
567 eSubCategory = (FX_LOCALENUMSUBCATEGORY)g_FXLocaleNumSubCatData[i] in GetNumericFormat()