Searched refs:wsNumFormat (Results 1 – 1 of 1) sorted by relevance
1012 CFX_WideString wsNumFormat; in ParseNum() local1014 GetNumericFormat(wsPattern, dot_index_f, dwFormatStyle, wsNumFormat); in ParseNum()1015 if (!pLocale || wsNumFormat.IsEmpty()) { in ParseNum()1030 const FX_WCHAR* strf = (const FX_WCHAR*)wsNumFormat; in ParseNum()1031 int lenf = wsNumFormat.GetLength(); in ParseNum()1778 CFX_WideString wsNumFormat; in ParseNum() local1780 GetNumericFormat(wsPattern, dot_index_f, dwFormatStyle, wsNumFormat); in ParseNum()1781 if (!pLocale || wsNumFormat.IsEmpty()) { in ParseNum()1796 const FX_WCHAR* strf = (const FX_WCHAR*)wsNumFormat; in ParseNum()1797 int lenf = wsNumFormat.GetLength(); in ParseNum()[all …]