Searched refs:spFmt (Results 1 – 1 of 1) sorted by relevance
662 pdfium::span<const wchar_t> spFmt = wsFormat.span(); in ValidateNumericTemp() local666 wchar_t cf = spFmt[nf]; in ValidateNumericTemp()679 if ((cf = spFmt[nf]) == L'*') in ValidateNumericTemp()693 while (nf < nCountFmt && (cf = spFmt[nf]) != L'.') { in ValidateNumericTemp()704 if (spFmt[nf] != L'.') in ValidateNumericTemp()715 if ((cf = spFmt[nf]) == L'*') in ValidateNumericTemp()