HomeSort by relevance Sort by last modified time
    Searched refs:nIntegralLen (Results 1 - 3 of 3) sorted by null

  /external/pdfium/xfa/src/fxfa/src/parser/
xfa_utils_imp.cpp 329 int32_t nIntegralLen = 0;
332 nIntegralLen > 17) {
340 nIntegralLen++;
xfa_localevalue.cpp 230 int nIntegralLen = 0;
232 if (str[cc] == '.' || !XFA_IsDigit(str[cc]) || nIntegralLen > 17) {
237 nIntegralLen++;
305 int32_t nIntegralLen = 0;
307 if (str[cc] == '.' || !XFA_IsDigit(str[cc]) || nIntegralLen > 17) {
312 nIntegralLen++;
  /external/pdfium/xfa/src/fgas/src/localization/
fx_locale.cpp 330 int32_t nIntegralLen = 0;
342 if (nIntegralLen < nIntegralMaxLen) {
344 nIntegralLen++;
471 int32_t nIntegralLen = 0;
483 if (nIntegralLen < nIntegralMaxLen) {
485 nIntegralLen++;
    [all...]

Completed in 179 milliseconds