Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fxfa/src/parser/
Dxfa_utils_imp.cpp329 int32_t nIntegralLen = 0; in XFA_WideStringToDouble() local
332 nIntegralLen > 17) { in XFA_WideStringToDouble()
340 nIntegralLen++; in XFA_WideStringToDouble()
Dxfa_localevalue.cpp230 int nIntegralLen = 0; in GetNum() local
232 if (str[cc] == '.' || !XFA_IsDigit(str[cc]) || nIntegralLen > 17) { in GetNum()
237 nIntegralLen++; in GetNum()
305 int32_t nIntegralLen = 0; in GetDoubleNum() local
307 if (str[cc] == '.' || !XFA_IsDigit(str[cc]) || nIntegralLen > 17) { in GetDoubleNum()
312 nIntegralLen++; in GetDoubleNum()
/external/pdfium/xfa/src/fgas/src/localization/
Dfx_locale.cpp330 int32_t nIntegralLen = 0; in FX_WStringToNumeric() local
342 if (nIntegralLen < nIntegralMaxLen) { in FX_WStringToNumeric()
344 nIntegralLen++; in FX_WStringToNumeric()
471 int32_t nIntegralLen = 0; in ToString() local
483 if (nIntegralLen < nIntegralMaxLen) { in ToString()
485 nIntegralLen++; in ToString()