Searched refs:UPPER_UNDERSCORE (Results 1 – 6 of 6) sorted by relevance
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/ |
D | Types.java | 19 import static com.google.common.base.CaseFormat.UPPER_UNDERSCORE; 84 return UPPER_UNDERSCORE.to(LOWER_CAMEL, type.name().substring(4)); in toXmlName() 90 return UPPER_UNDERSCORE.to(LOWER_CAMEL, type.name().substring(3)); in toXmlName()
|
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/ant/ |
D | ConvertIcuDataTask.java | 61 private static final CharMatcher UPPER_UNDERSCORE = inRange('A', 'Z').or(DIGIT_OR_UNDERSCORE); field in ConvertIcuDataTask 63 private static final CharMatcher VALID_ENUM_CHAR = LOWER_UNDERSCORE.or(UPPER_UNDERSCORE); 384 if (UPPER_UNDERSCORE.matchesAllOf(name)) { in resolve() 385 format = CaseFormat.UPPER_UNDERSCORE; in resolve() 396 return Enum.valueOf(enumClass, format.to(CaseFormat.UPPER_UNDERSCORE, name)); in resolve()
|
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/table/ |
D | Column.java | 103 name = CaseFormat.LOWER_UNDERSCORE.to(CaseFormat.UPPER_UNDERSCORE, name); in toEnumName() 105 name = CaseFormat.LOWER_CAMEL.to(CaseFormat.UPPER_UNDERSCORE, name); in toEnumName()
|
/third_party/icu/tools/cldr/cldr-to-icu/src/test/java/org/unicode/icu/tool/cldrtoicu/mapper/ |
D | BreakIteratorMapperTest.java | 32 return CaseFormat.UPPER_UNDERSCORE.to(CaseFormat.UPPER_CAMEL, name()); in toString()
|
D | RbnfMapperTest.java | 46 return CaseFormat.UPPER_UNDERSCORE.to(CaseFormat.UPPER_CAMEL, name()); in toString()
|
/third_party/icu/tools/cldr/cldr-to-icu/ |
D | README.txt | 75 Note: Output types can be listed with mixedCase, lower_underscore or UPPER_UNDERSCORE.
|