Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fgas/src/localization/
Dfx_locale.cpp938 CFX_WideString wsTextFormat; in ParseText() local
939 GetTextFormat(wsPattern, FX_WSTRC(L"text"), wsTextFormat); in ParseText()
940 if (wsTextFormat.IsEmpty()) { in ParseText()
946 const FX_WCHAR* pStrPattern = (const FX_WCHAR*)wsTextFormat; in ParseText()
947 int32_t iLenPattern = wsTextFormat.GetLength(); in ParseText()
2864 CFX_WideString wsTextFormat; in ParseZero() local
2865 GetTextFormat(wsPattern, FX_WSTRC(L"zero"), wsTextFormat); in ParseZero()
2869 const FX_WCHAR* pStrPattern = (const FX_WCHAR*)wsTextFormat; in ParseZero()
2870 int32_t iLenPattern = wsTextFormat.GetLength(); in ParseZero()
2895 CFX_WideString wsTextFormat; in ParseNull() local
[all …]