Searched refs:wsTextFormat (Results 1 – 1 of 1) sorted by relevance
938 CFX_WideString wsTextFormat; in ParseText() local939 GetTextFormat(wsPattern, FX_WSTRC(L"text"), wsTextFormat); in ParseText()940 if (wsTextFormat.IsEmpty()) { in ParseText()946 const FX_WCHAR* pStrPattern = (const FX_WCHAR*)wsTextFormat; in ParseText()947 int32_t iLenPattern = wsTextFormat.GetLength(); in ParseText()2864 CFX_WideString wsTextFormat; in ParseZero() local2865 GetTextFormat(wsPattern, FX_WSTRC(L"zero"), wsTextFormat); in ParseZero()2869 const FX_WCHAR* pStrPattern = (const FX_WCHAR*)wsTextFormat; in ParseZero()2870 int32_t iLenPattern = wsTextFormat.GetLength(); in ParseZero()2895 CFX_WideString wsTextFormat; in ParseNull() local[all …]