Home
last modified time | relevance | path

Searched refs:isNonDigit (Results 1 – 1 of 1) sorted by relevance

/external/icu/icu4c/source/common/
Dputil.cpp736 #define isNonDigit(ch) (ch < '0' || '9' < ch) macro
742 while (id[idx] && isNonDigit(id[idx]) && id[idx] != ',') { in isValidOlsonID()