Lines Matching refs:wsSrcText
1066 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
1767 const wchar_t* pStrText = wsSrcText.c_str(); in ParseNull()
1768 int32_t iLenText = wsSrcText.GetLength(); in ParseNull()
1793 bool CFGAS_FormatString::FormatText(const WideString& wsSrcText, in FormatText() argument
1799 int32_t iLenText = wsSrcText.GetLength(); in FormatText()
1807 const wchar_t* pStrText = wsSrcText.c_str(); in FormatText()