Home | History | Annotate | Download | only in intltest

Lines Matching refs:isAlphabet

36 static inline UBool isAlphabet(char c) {return isInList(c, ALPHABET);}
411 } else { //if (isAlphabet(c) || isDigit(c) || TRUE){ // treat others as literal
859 } else if (isAlphabet(c)){ state = IN_STRING; token.append(c);
871 if (isAlphabet(c)){
879 if (isAlphabet(c) || isDigit(c)){
896 } else if (isAlphabet(c) || isDigit(c)){