Home
last modified time | relevance | path

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

/external/pdfium/xfa/fgas/crt/
Dcfgas_stringformatter.cpp990 WideString wsSubCategory; in GetNumericFormat() local
994 wsSubCategory += m_spPattern[ccf++]; in GetNumericFormat()
997 FX_HashCode_GetW(wsSubCategory.AsStringView(), false); in GetNumericFormat()
1010 wsSubCategory = pLocale->GetNumPattern(eSubCategory); in GetNumericFormat()
1011 auto result = wsSubCategory.Find('.'); in GetNumericFormat()
1018 *wsPurgePattern += wsSubCategory; in GetNumericFormat()
1603 WideString wsSubCategory; in GetDateTimeFormat() local
1607 wsSubCategory += m_spPattern[ccf++]; in GetDateTimeFormat()
1610 FX_HashCode_GetW(wsSubCategory.AsStringView(), false); in GetDateTimeFormat()