Home
last modified time | relevance | path

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

/external/pdfium/xfa/fgas/crt/
Dcfgas_formatstring.cpp873 WideString wsCategory(pStr[ccf]); in GetCategory() local
884 wsCategory += pStr[ccf]; in GetCategory()
888 uint32_t dwHash = FX_HashCode_GetW(wsCategory.AsStringView(), false); in GetCategory()
917 const WideStringView& wsCategory) { in GetTextFormat() argument
937 if (wsSearchCategory != wsCategory) in GetTextFormat()
981 WideString wsCategory(pStr[ccf]); in GetNumericFormat() local
985 wsCategory += pStr[ccf]; in GetNumericFormat()
988 if (wsCategory != L"num") { in GetNumericFormat()
1567 WideString wsCategory(pStr[ccf]); in GetDateTimeFormat() local
1580 wsCategory += pStr[ccf]; in GetDateTimeFormat()
[all …]
Dcfgas_formatstring.h57 const WideStringView& wsCategory);