Lines Matching refs:wsTextFormat
1073 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()
1803 WideString wsTextFormat = GetTextFormat(wsPattern, L"text"); in FormatText() local
1808 const wchar_t* pStrPattern = wsTextFormat.c_str(); in FormatText()
1809 int32_t iLenPattern = wsTextFormat.GetLength(); in FormatText()
2312 WideString wsTextFormat = GetTextFormat(wsPattern, L"zero"); in FormatZero() local
2314 const wchar_t* pStrPattern = wsTextFormat.c_str(); in FormatZero()
2315 int32_t iLenPattern = wsTextFormat.GetLength(); in FormatZero()
2332 WideString wsTextFormat = GetTextFormat(wsPattern, L"null"); in FormatNull() local
2334 const wchar_t* pStrPattern = wsTextFormat.c_str(); in FormatNull()
2335 int32_t iLenPattern = wsTextFormat.GetLength(); in FormatNull()