Searched refs:ISNUMERIC (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/ICU-531.30/icuSources/common/
H A Duloc_tag.c65 #define ISNUMERIC(c) ((c)>='0' && (c)<='9') macro
197 if (!ISNUMERIC(*(s + i))) {
208 if (!ISALPHA(*(s + i)) && !ISNUMERIC(*(s + i))) {
292 if (len == 4 && ISNUMERIC(*s) && _isAlphaNumericString(s + 1, 3)) {

Completed in 254 milliseconds