Searched refs:nfastlimit (Results 1 – 3 of 3) sorted by relevance
43 int nfast, nfastlimit; variable234 nfastlimit = DECIMAL_STRING_LENGTH - 3 - ids;235 if ((0 < nfastlimit) && ('1' <= CURRENT) && (CURRENT <= '9')) { /* Special handling for243 while (('1' <= CURRENT) && (CURRENT <= '9') && (nfast < nfastlimit));359 nfastlimit = DECIMAL_STRING_LENGTH - 3 - ids;360 if ((0 < nfastlimit) && ('1' <= CURRENT) && (CURRENT <= '9')) { /* Special handling for368 while (('1' <= CURRENT) && (CURRENT <= '9') && (nfast < nfastlimit));
107 int nfast, nfastlimit; variable396 nfastlimit = DECIMAL_STRING_LENGTH - 3 - ids;398 nfast < nfastlimit && NZDIGIT(current);526 nfastlimit = DECIMAL_STRING_LENGTH - 3 - ids;528 nfast < nfastlimit && NZDIGIT(current);
198 int nfast, nfastlimit; in wstring_to_decimal() local403 nfastlimit = DECIMAL_STRING_LENGTH - 3 - ids; in wstring_to_decimal()405 nfast < nfastlimit && NZDIGIT(current); in wstring_to_decimal()496 nfastlimit = DECIMAL_STRING_LENGTH - 3 - ids; in wstring_to_decimal()498 nfast < nfastlimit && NZDIGIT(current); in wstring_to_decimal()