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

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

Completed in 61 milliseconds