Home
last modified time | relevance | path

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

/external/pdfium/xfa/fgas/crt/
Dcfgas_stringformatter.cpp860 WideString wsCategory(m_spPattern[ccf]); in GetCategory() local
871 wsCategory += m_spPattern[ccf]; in GetCategory()
874 uint32_t dwHash = FX_HashCode_GetW(wsCategory.AsStringView(), false); in GetCategory()
903 WideStringView wsCategory) const { in GetTextFormat()
922 if (wsSearchCategory != wsCategory) in GetTextFormat()
965 WideString wsCategory(m_spPattern[ccf]); in GetNumericFormat() local
969 wsCategory += m_spPattern[ccf]; in GetNumericFormat()
972 if (!wsCategory.EqualsASCII("num")) { in GetNumericFormat()
1560 WideString wsCategory(m_spPattern[ccf]); in GetDateTimeFormat() local
1573 wsCategory += m_spPattern[ccf]; in GetDateTimeFormat()
[all …]
Dcfgas_stringformatter.h54 WideString GetTextFormat(WideStringView wsCategory) const;