Home | History | Annotate | Download | only in util

Lines Matching defs:isAsciiAlphaNum

1807     private static boolean isAsciiAlphaNum(String string) {
2037 if (isAsciiAlphaNum(subTag)) {
2042 if ((firstChar >= '0' && firstChar <= '9') && isAsciiAlphaNum(subTag)) {