Searched refs:NZDIGIT (Results 1 – 2 of 2) sorted by relevance
94 #define NZDIGIT(c) (('1' <= c && c <= '9') || ((int)form < 0 && \ macro209 if (NZDIGIT(current)) {366 if (NZDIGIT(current)) {398 nfast < nfastlimit && NZDIGIT(current);487 if (NZDIGIT(current)) {528 nfast < nfastlimit && NZDIGIT(current);
168 #define NZDIGIT(c) ((L'1' <= c && c <= L'9') || (form < 0 && \ macro269 if (NZDIGIT(current)) { in wstring_to_decimal()373 if (NZDIGIT(current)) { in wstring_to_decimal()405 nfast < nfastlimit && NZDIGIT(current); in wstring_to_decimal()461 if (NZDIGIT(current)) { in wstring_to_decimal()498 nfast < nfastlimit && NZDIGIT(current); in wstring_to_decimal()