Searched refs:NZDIGIT (Results 1 – 2 of 2) sorted by relevance
92 #define NZDIGIT(c) (('1' <= c && c <= '9') || ((int)form < 0 && \ macro207 if (NZDIGIT(current)) {364 if (NZDIGIT(current)) {396 nfast < nfastlimit && NZDIGIT(current);485 if (NZDIGIT(current)) {526 nfast < nfastlimit && NZDIGIT(current);
166 #define NZDIGIT(c) ((L'1' <= c && c <= L'9') || (form < 0 && \ macro267 if (NZDIGIT(current)) { in wstring_to_decimal()371 if (NZDIGIT(current)) { in wstring_to_decimal()403 nfast < nfastlimit && NZDIGIT(current); in wstring_to_decimal()459 if (NZDIGIT(current)) { in wstring_to_decimal()496 nfast < nfastlimit && NZDIGIT(current); in wstring_to_decimal()