Searched refs:wsNumFormat (Results 1 – 1 of 1) sorted by relevance
1130 WideString wsNumFormat; in ParseNum() local1132 GetNumericFormat(&dot_index_f, &dwFormatStyle, &wsNumFormat); in ParseNum()1133 if (!pLocale || wsNumFormat.IsEmpty()) in ParseNum()1144 pdfium::span<const wchar_t> spNumFormat = wsNumFormat.span(); in ParseNum()1839 WideString wsNumFormat; in FormatNum() local1841 GetNumericFormat(&dot_index_f, &dwNumStyle, &wsNumFormat); in FormatNum()1842 if (!pLocale || wsNumFormat.IsEmpty()) in FormatNum()1845 pdfium::span<const wchar_t> spNumFormat = wsNumFormat.span(); in FormatNum()1903 GetNumTrailingLimit(wsNumFormat, dot_index_f, &bTrimTailZeros); in FormatNum()2056 if (dot_index_f == wsNumFormat.GetLength()) { in FormatNum()