Home
last modified time | relevance | path

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

/external/pdfium/xfa/fgas/crt/
Dcfgas_formatstring.h29 bool ParseText(const WideString& wsSrcText,
39 bool ParseZero(const WideString& wsSrcText, const WideString& wsPattern);
40 bool ParseNull(const WideString& wsSrcText, const WideString& wsPattern);
42 bool FormatText(const WideString& wsSrcText,
Dcfgas_formatstring.cpp1066 bool CFGAS_FormatString::ParseText(const WideString& wsSrcText, in ParseText() argument
1070 if (wsSrcText.IsEmpty() || wsPattern.IsEmpty()) in ParseText()
1079 const wchar_t* pStrText = wsSrcText.c_str(); in ParseText()
1080 int32_t iLenText = wsSrcText.GetLength(); in ParseText()
1091 *wsValue = wsSrcText; in ParseText()
1128 *wsValue = wsSrcText; in ParseText()
1729 bool CFGAS_FormatString::ParseZero(const WideString& wsSrcText, in ParseZero() argument
1735 const wchar_t* pStrText = wsSrcText.c_str(); in ParseZero()
1736 int32_t iLenText = wsSrcText.GetLength(); in ParseZero()
1761 bool CFGAS_FormatString::ParseNull(const WideString& wsSrcText, in ParseNull() argument
[all …]