Searched refs:wsTextFormat (Results 1 – 1 of 1) sorted by relevance
1073 WideString wsTextFormat = GetTextFormat(wsPattern, L"text"); in ParseText() local1074 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() local1737 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() local1769 const wchar_t* pStrPattern = wsTextFormat.c_str(); in ParseNull()1770 int32_t iLenPattern = wsTextFormat.GetLength(); in ParseNull()[all …]