/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | CaseMap.java | 30 private static int getCaseLocale(Locale locale) { in getCaseLocale() method in CaseMap 34 return UCaseProps.getCaseLocale(locale); in getCaseLocale() 101 return CaseMapImpl.toLower(getCaseLocale(locale), internalOptions, src); in apply() 123 return CaseMapImpl.toLower(getCaseLocale(locale), internalOptions, src, dest, edits); in apply() 161 return CaseMapImpl.toUpper(getCaseLocale(locale), internalOptions, src); in apply() 183 return CaseMapImpl.toUpper(getCaseLocale(locale), internalOptions, src, dest, edits); in apply() 334 return CaseMapImpl.toTitle(getCaseLocale(locale), internalOptions, iter, src); in apply() 371 getCaseLocale(locale), internalOptions, iter, src, dest, edits); in apply()
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | CaseMap.java | 30 private static int getCaseLocale(Locale locale) { in getCaseLocale() method in CaseMap 34 return UCaseProps.getCaseLocale(locale); in getCaseLocale() 93 return CaseMapImpl.toLower(getCaseLocale(locale), internalOptions, src); in apply() 114 return CaseMapImpl.toLower(getCaseLocale(locale), internalOptions, src, dest, edits); in apply() 149 return CaseMapImpl.toUpper(getCaseLocale(locale), internalOptions, src); in apply() 170 return CaseMapImpl.toUpper(getCaseLocale(locale), internalOptions, src, dest, edits); in apply() 313 return CaseMapImpl.toTitle(getCaseLocale(locale), internalOptions, iter, src); in apply() 349 getCaseLocale(locale), internalOptions, iter, src, dest, edits); in apply()
|
D | UppercaseTransliterator.java | 56 caseLocale = UCaseProps.getCaseLocale(locale); in UppercaseTransliterator()
|
D | LowercaseTransliterator.java | 60 caseLocale = UCaseProps.getCaseLocale(locale); in LowercaseTransliterator()
|
D | TitlecaseTransliterator.java | 59 caseLocale = UCaseProps.getCaseLocale(locale); in TitlecaseTransliterator()
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
D | UCaseProps.java | 791 public static final int getCaseLocale(Locale locale) { in getCaseLocale() method in UCaseProps 792 return getCaseLocale(locale.getLanguage()); in getCaseLocale() 794 public static final int getCaseLocale(ULocale locale) { in getCaseLocale() method in UCaseProps 795 return getCaseLocale(locale.getLanguage()); in getCaseLocale() 798 private static final int getCaseLocale(String language) { in getCaseLocale() method in UCaseProps
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | UCaseProps.java | 786 public static final int getCaseLocale(Locale locale) { in getCaseLocale() method in UCaseProps 787 return getCaseLocale(locale.getLanguage()); in getCaseLocale() 789 public static final int getCaseLocale(ULocale locale) { in getCaseLocale() method in UCaseProps 790 return getCaseLocale(locale.getLanguage()); in getCaseLocale() 793 private static final int getCaseLocale(String language) { in getCaseLocale() method in UCaseProps
|
/external/icu/android_icu4j/src/main/java/android/icu/lang/ |
D | UCharacter.java | 4577 return UCaseProps.getCaseLocale(Locale.getDefault()); in getDefaultCaseLocale() 4580 private static int getCaseLocale(Locale locale) { in getCaseLocale() method in UCharacter 4584 return UCaseProps.getCaseLocale(locale); in getCaseLocale() 4587 private static int getCaseLocale(ULocale locale) { in getCaseLocale() method in UCharacter 4591 return UCaseProps.getCaseLocale(locale); in getCaseLocale() 4603 return CaseMapImpl.toUpper(getCaseLocale(locale), 0, str); in toUpperCase() 4614 return CaseMapImpl.toUpper(getCaseLocale(locale), 0, str); in toUpperCase() 4626 return CaseMapImpl.toLower(getCaseLocale(locale), 0, str); in toLowerCase() 4637 return CaseMapImpl.toLower(getCaseLocale(locale), 0, str); in toLowerCase() 4715 return CaseMapImpl.toTitle(getCaseLocale(locale), options, titleIter, str); in toTitleCase() [all …]
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/ |
D | UCharacter.java | 5181 return UCaseProps.getCaseLocale(Locale.getDefault()); in getDefaultCaseLocale() 5184 private static int getCaseLocale(Locale locale) { in getCaseLocale() method in UCharacter 5188 return UCaseProps.getCaseLocale(locale); in getCaseLocale() 5191 private static int getCaseLocale(ULocale locale) { in getCaseLocale() method in UCharacter 5195 return UCaseProps.getCaseLocale(locale); in getCaseLocale() 5208 return CaseMapImpl.toUpper(getCaseLocale(locale), 0, str); in toUpperCase() 5220 return CaseMapImpl.toUpper(getCaseLocale(locale), 0, str); in toUpperCase() 5233 return CaseMapImpl.toLower(getCaseLocale(locale), 0, str); in toLowerCase() 5245 return CaseMapImpl.toLower(getCaseLocale(locale), 0, str); in toLowerCase() 5326 return CaseMapImpl.toTitle(getCaseLocale(locale), options, titleIter, str); in toTitleCase() [all …]
|
/external/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/ |
D | UppercaseTransliterator.java | 55 caseLocale = UCaseProps.getCaseLocale(locale); in UppercaseTransliterator()
|
D | LowercaseTransliterator.java | 59 caseLocale = UCaseProps.getCaseLocale(locale); in LowercaseTransliterator()
|
D | TitlecaseTransliterator.java | 58 caseLocale = UCaseProps.getCaseLocale(locale); in TitlecaseTransliterator()
|
/external/cldr/tools/java/libs/ |
D | icu4j.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/ibm/
com/ ... |