Home
last modified time | relevance | path

Searched refs:toTitleCase (Results 1 – 25 of 50) sorted by relevance

12

/external/cldr/tools/java/org/unicode/cldr/test/
DCheckCasing.java66 newValue = UCharacter.toTitleCase(uLocale, value, null); in handleCheck()
96 return UCharacter.toTitleCase(uLocale, value.substring(0, endOfFirstWord), breaker) in TitleCaseFirst()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
DUCharacterCompare.java101 if (UCharacter.toTitleCase(i) != Character.toTitleCase(i)) in main()
102 … trackDifference(p, i, "toTitleCase()", Integer.toHexString(UCharacter.toTitleCase(i)), Integer in main()
103 .toHexString(Character.toTitleCase(i))); in main()
DUCharacterCaseTest.java82 UCharacter.toTitleCase(CHARACTER_LOWER_[i]))) { in TestCharacter()
97 UCharacter.toTitleCase(CHARACTER_UPPER_[i])) { in TestCharacter()
324 …UCharacter.toTitleCase(ULocale.ENGLISH, "THE QUICK BROWN FOX CAN'T JUMP OVER THE LAZY DOGS.", null… in TestTitleRegression()
352 String result = UCharacter.toTitleCase(locale, test, iter, options); in TestTitle()
359 result = UCharacter.toTitleCase(locale, test, iter); in TestTitle()
438 UCharacter.toTitleCase(ULocale.ENGLISH, "ijssel igloo IJMUIDEN", null)); in TestDutchTitle()
442 UCharacter.toTitleCase(LOC_DUTCH, "ijssel igloo IJMUIDEN", null)); in TestDutchTitle()
447 UCharacter.toTitleCase(Locale.ENGLISH, "ijssel igloo IJMUIDEN", null)); in TestDutchTitle()
451 UCharacter.toTitleCase(DUTCH_LOCALE_, "ijssel igloo IJMUIDEN", null)); in TestDutchTitle()
456 … UCharacter.toTitleCase(LOC_DUTCH, "ijssel igloo IjMUIdEN iPoD ijenough", iter, options)); in TestDutchTitle()
DUCharacterTest.java913 if (UCharacter.toTitleCase(ch) != tempchar) { in TestUnicodeData()
3053 UCharacter.toTitleCase(new Locale(locale[i]), "", null);
3058 UCharacter.toTitleCase((ULocale)null, "", null, 0);
3071 String titleCase = UCharacter.toTitleCase(new Locale("nl"), "ijsland", null,
3078 String titleCase = UCharacter.toTitleCase(new Locale("en"), "ijsland", null);
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/lang/
DUCharacterCompare.java104 if (UCharacter.toTitleCase(i) != Character.toTitleCase(i)) in main()
105 … trackDifference(p, i, "toTitleCase()", Integer.toHexString(UCharacter.toTitleCase(i)), Integer in main()
106 .toHexString(Character.toTitleCase(i))); in main()
DUCharacterCaseTest.java85 UCharacter.toTitleCase(CHARACTER_LOWER_[i]))) { in TestCharacter()
100 UCharacter.toTitleCase(CHARACTER_UPPER_[i])) { in TestCharacter()
327 …UCharacter.toTitleCase(ULocale.ENGLISH, "THE QUICK BROWN FOX CAN'T JUMP OVER THE LAZY DOGS.", null… in TestTitleRegression()
355 String result = UCharacter.toTitleCase(locale, test, iter, options); in TestTitle()
362 result = UCharacter.toTitleCase(locale, test, iter); in TestTitle()
441 UCharacter.toTitleCase(ULocale.ENGLISH, "ijssel igloo IJMUIDEN", null)); in TestDutchTitle()
445 UCharacter.toTitleCase(LOC_DUTCH, "ijssel igloo IJMUIDEN", null)); in TestDutchTitle()
450 UCharacter.toTitleCase(Locale.ENGLISH, "ijssel igloo IJMUIDEN", null)); in TestDutchTitle()
454 UCharacter.toTitleCase(DUTCH_LOCALE_, "ijssel igloo IJMUIDEN", null)); in TestDutchTitle()
459 … UCharacter.toTitleCase(LOC_DUTCH, "ijssel igloo IjMUIdEN iPoD ijenough", iter, options)); in TestDutchTitle()
DUCharacterTest.java916 if (UCharacter.toTitleCase(ch) != tempchar) { in TestUnicodeData()
3056 UCharacter.toTitleCase(new Locale(locale[i]), "", null);
3061 UCharacter.toTitleCase((ULocale)null, "", null, 0);
3074 String titleCase = UCharacter.toTitleCase(new Locale("nl"), "ijsland", null,
3081 String titleCase = UCharacter.toTitleCase(new Locale("en"), "ijsland", null);
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/
DUCharacter.java4488 public static int toTitleCase(int ch) { in toTitleCase() method in UCharacter
5175 public static String toTitleCase(String str, BreakIterator breakiter) in toTitleCase() method in UCharacter
5177 return toTitleCase(Locale.getDefault(), str, breakiter, 0); in toTitleCase()
5267 public static String toTitleCase(Locale locale, String str, in toTitleCase() method in UCharacter
5270 return toTitleCase(locale, str, breakiter, 0); in toTitleCase()
5292 public static String toTitleCase(ULocale locale, String str, in toTitleCase() method in UCharacter
5294 return toTitleCase(locale, str, titleIter, 0); in toTitleCase()
5319 public static String toTitleCase(ULocale locale, String str, in toTitleCase() method in UCharacter
5351 public static String toTitleCase(Locale locale, String str, in toTitleCase() method in UCharacter
5855 case UProperty.SIMPLE_TITLECASE_MAPPING: return toString(toTitleCase(codepoint)); in getStringPropertyValue()
[all …]
/external/icu/android_icu4j/src/main/java/android/icu/lang/
DUCharacter.java3909 public static int toTitleCase(int ch) { in toTitleCase() method in UCharacter
4571 public static String toTitleCase(String str, BreakIterator breakiter) in toTitleCase() method in UCharacter
4573 return toTitleCase(Locale.getDefault(), str, breakiter, 0); in toTitleCase()
4658 public static String toTitleCase(Locale locale, String str, in toTitleCase() method in UCharacter
4661 return toTitleCase(locale, str, breakiter, 0); in toTitleCase()
4682 public static String toTitleCase(ULocale locale, String str, in toTitleCase() method in UCharacter
4684 return toTitleCase(locale, str, titleIter, 0); in toTitleCase()
4708 public static String toTitleCase(ULocale locale, String str, in toTitleCase() method in UCharacter
4739 public static String toTitleCase(Locale locale, String str, in toTitleCase() method in UCharacter
5227 case UProperty.SIMPLE_TITLECASE_MAPPING: return toString(toTitleCase(codepoint)); in getStringPropertyValue()
[all …]
/external/cldr/tools/java/org/unicode/cldr/util/props/
DICUPropertyFactory.java76 return UTF16.valueOf(UCharacter.toTitleCase(codePoint)); in _getValue()
80 return UCharacter.toTitleCase(Locale.ENGLISH, UTF16.valueOf(codePoint), null); in _getValue()
106 …return String.valueOf(UCharacter.toTitleCase(Locale.ENGLISH, UTF16.valueOf(codePoint), null).equal… in _getValue()
/external/icu/android_icu4j/src/main/java/android/icu/text/
DTitlecaseTransliterator.java170 return UCharacter.toTitleCase(locale, source, null); in addSourceTargetSet()
DRuleBasedNumberFormat.java1998 return UCharacter.toTitleCase(locale, result, capitalizationBrkIter, in adjustForContext()
/external/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
DTitlecaseTransliterator.java169 return UCharacter.toTitleCase(locale, source, null); in addSourceTargetSet()
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/translit/
DUnicodeSetCloseOver.java390 case 2: s = UCharacter.toTitleCase(loc, cp, bi); break; in getCaseSensitive()
412 case 2: d = UCharacter.toTitleCase(c); break; in getCaseSensitive()
/external/cldr/tools/java/org/unicode/cldr/util/
DPluralSnapshot.java290 String title = UCharacter.toTitleCase(pluralType.toString(), null) in writeTables()
291 + "-" + UCharacter.toTitleCase(integral.toString(), null); in writeTables()
DVariantFolder.java116 equivalents.add(item, UCharacter.toTitleCase(ULocale.ROOT, item, null)); in equivalents.add()
DPathHeader.java1076 return result != null ? result : UCharacter.toTitleCase(source, null);
1165 return UCharacter.toTitleCase(source, null);
/external/icu/icu4c/source/test/testdata/
Dcasing.txt59 // Test case for ticket #7251: UCharacter.toTitleCase() throws OutOfMemoryError
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DTestTransforms.java145 result = UCharacter.toTitleCase(result, null); in getPrefix()
570 specialCasing = normNFC.normalize(UCharacter.toTitleCase(ulocale, in checkString()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DRelativeDateFormat.java134 … relativeDayString = UCharacter.toTitleCase(fLocale, relativeDayString, capitalizationBrkIter, in format()
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DRelativeDateFormat.java137 … relativeDayString = UCharacter.toTitleCase(fLocale, relativeDayString, capitalizationBrkIter, in format()
DLocaleDisplayNamesImpl.java279 return UCharacter.toTitleCase(locale, name, capitalizationBrkIter, in adjustForUsageAndContext()
/external/cldr/tools/java/org/unicode/cldr/tool/
DGenerateStatistics.java354 String result = UCharacter.toTitleCase(new ULocale(localeID), in, null); in fixedTitleCase()
DExtractMessages.java387 value = UCharacter.toTitleCase(uLocale, value, null); in fixValue()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DRuleBasedNumberFormat.java2037 return UCharacter.toTitleCase(locale, result, capitalizationBrkIter, in adjustForContext()

12