Searched defs:UPPER_UNDERSCORE (Results 1 – 3 of 3) sorted by relevance
92 UPPER_UNDERSCORE(CharMatcher.is('_'), "_") { enumConstant
61 private static final CharMatcher UPPER_UNDERSCORE = inRange('A', 'Z').or(DIGIT_OR_UNDERSCORE); field in ConvertIcuDataTask