Home
last modified time | relevance | path

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

/external/pdfium/xfa/fgas/crt/
Dcfgas_formatstring.cpp1073 WideString wsTextFormat = GetTextFormat(wsPattern, L"text"); in ParseText() local
1074 if (wsTextFormat.IsEmpty()) in ParseText()
1081 const wchar_t* pStrPattern = wsTextFormat.c_str(); in ParseText()
1082 int32_t iLenPattern = wsTextFormat.GetLength(); in ParseText()
1731 WideString wsTextFormat = GetTextFormat(wsPattern, L"zero"); in ParseZero() local
1737 const wchar_t* pStrPattern = wsTextFormat.c_str(); in ParseZero()
1738 int32_t iLenPattern = wsTextFormat.GetLength(); in ParseZero()
1763 WideString wsTextFormat = GetTextFormat(wsPattern, L"null"); in ParseNull() local
1769 const wchar_t* pStrPattern = wsTextFormat.c_str(); in ParseNull()
1770 int32_t iLenPattern = wsTextFormat.GetLength(); in ParseNull()
[all …]