Searched refs:ASCII_LETTER_OR_DIGIT (Results 1 – 1 of 1) sorted by relevance
38 private static final CharMatcher ASCII_LETTER_OR_DIGIT = field in Column104 } else if (ASCII_LETTER_OR_DIGIT.matchesAllOf(name)) { in toEnumName()