Home
last modified time | relevance | path

Searched refs:wsNumFormat (Results 1 – 1 of 1) sorted by relevance

/external/pdfium/xfa/fgas/crt/
Dcfgas_formatstring.cpp1148 WideString wsNumFormat; in ParseNum() local
1150 GetNumericFormat(wsPattern, &dot_index_f, &dwFormatStyle, &wsNumFormat); in ParseNum()
1151 if (!pLocale || wsNumFormat.IsEmpty()) in ParseNum()
1164 const wchar_t* strf = wsNumFormat.c_str(); in ParseNum()
1165 int lenf = wsNumFormat.GetLength(); in ParseNum()
1863 WideString wsNumFormat; in FormatStrNum() local
1865 GetNumericFormat(wsPattern, &dot_index_f, &dwNumStyle, &wsNumFormat); in FormatStrNum()
1866 if (!pLocale || wsNumFormat.IsEmpty()) in FormatStrNum()
1870 const wchar_t* strf = wsNumFormat.c_str(); in FormatStrNum()
1871 int lenf = wsNumFormat.GetLength(); in FormatStrNum()
[all …]