Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/parser/
Dcxfa_localevalue.cpp736 int32_t nCountFmt = wsFormat.GetLength(); in ValidateNumericTemp() local
737 while (n < nCount && (bLimit ? nf < nCountFmt : true) && in ValidateNumericTemp()
751 if (nf == nCountFmt) in ValidateNumericTemp()
754 while (nf < nCountFmt && (cf = pFmt[nf]) != L'.') { in ValidateNumericTemp()
773 while (n < nCount && (bLimit ? nf < nCountFmt : true) && in ValidateNumericTemp()