Home
last modified time | relevance | path

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

/external/pdfium/xfa/fgas/crt/
Dcfgas_stringformatter.cpp1144 pdfium::span<const wchar_t> spNumFormat = wsNumFormat.span(); in ParseNum() local
1167 while (ccf < spNumFormat.size() && cc < spSrcNum.size()) { in ParseNum()
1168 switch (spNumFormat[ccf]) { in ParseNum()
1170 WideString wsLiteral = GetLiteralTextReverse(spNumFormat, &ccf); in ParseNum()
1192 if (spNumFormat[ccf] == 'z' || spSrcNum[cc] != ' ') { in ParseNum()
1205 (spNumFormat[ccf] == 'S' && spSrcNum[cc] == ' ')) { in ParseNum()
1264 if (ccf - 1 < spNumFormat.size() && in ParseNum()
1265 ((spNumFormat[ccf] == 'R' && spNumFormat[ccf - 1] == 'C') || in ParseNum()
1266 (spNumFormat[ccf] == 'r' && spNumFormat[ccf - 1] == 'c'))) { in ParseNum()
1267 if (spNumFormat[ccf] == 'R' && spSrcNum[cc] == ' ') { in ParseNum()
[all …]