Home
last modified time | relevance | path

Searched refs:getCaseLocale (Results 1 – 12 of 12) sorted by relevance

/external/icu/android_icu4j/src/main/java/android/icu/text/
DCaseMap.java30 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()
DLowercaseTransliterator.java60 caseLocale = UCaseProps.getCaseLocale(locale); in LowercaseTransliterator()
DUppercaseTransliterator.java56 caseLocale = UCaseProps.getCaseLocale(locale); in UppercaseTransliterator()
DTitlecaseTransliterator.java59 caseLocale = UCaseProps.getCaseLocale(locale); in TitlecaseTransliterator()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DCaseMap.java30 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/impl/
DUCaseProps.java791 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/
DUCaseProps.java786 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/icu4j/main/classes/core/src/com/ibm/icu/lang/
DUCharacter.java5181 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/android_icu4j/src/main/java/android/icu/lang/
DUCharacter.java4577 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/translit/src/com/ibm/icu/text/
DLowercaseTransliterator.java59 caseLocale = UCaseProps.getCaseLocale(locale); in LowercaseTransliterator()
DUppercaseTransliterator.java55 caseLocale = UCaseProps.getCaseLocale(locale); in UppercaseTransliterator()
DTitlecaseTransliterator.java58 caseLocale = UCaseProps.getCaseLocale(locale); in TitlecaseTransliterator()