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

/macosx-10.9.5/ICU-511.35/icuSources/common/
H A Dputil.cpp703 #define isNonDigit(ch) (ch < '0' || '9' < ch) macro
709 while (id[idx] && isNonDigit(id[idx]) && id[idx] != ',') {

Completed in 192 milliseconds