Searched refs:nfastlimit (Results 1 – 2 of 2) sorted by relevance
105 int nfast, nfastlimit; variable394 nfastlimit = DECIMAL_STRING_LENGTH - 3 - ids;396 nfast < nfastlimit && NZDIGIT(current);524 nfastlimit = DECIMAL_STRING_LENGTH - 3 - ids;526 nfast < nfastlimit && NZDIGIT(current);
196 int nfast, nfastlimit; in wstring_to_decimal() local401 nfastlimit = DECIMAL_STRING_LENGTH - 3 - ids; in wstring_to_decimal()403 nfast < nfastlimit && NZDIGIT(current); in wstring_to_decimal()494 nfastlimit = DECIMAL_STRING_LENGTH - 3 - ids; in wstring_to_decimal()496 nfast < nfastlimit && NZDIGIT(current); in wstring_to_decimal()