Uses of Class
com.ibm.icu.text.CaseMap.Title
Packages that use CaseMap.Title
-
Uses of CaseMap.Title in com.ibm.icu.impl
Fields in com.ibm.icu.impl declared as CaseMap.TitleModifier and TypeFieldDescriptionprivate static final CaseMap.TitleLocaleDisplayNamesImpl.TO_TITLE_WHOLE_STRING_NO_LOWERCASE -
Uses of CaseMap.Title in com.ibm.icu.impl.personname
Fields in com.ibm.icu.impl.personname declared as CaseMap.TitleModifier and TypeFieldDescriptionprivate static final CaseMap.TitleFieldModifierImpl.InitialCapModifier.TO_TITLE_WHOLE_STRING_NO_LOWERCASE -
Uses of CaseMap.Title in com.ibm.icu.text
Fields in com.ibm.icu.text declared as CaseMap.TitleModifier and TypeFieldDescriptionprivate static final CaseMap.TitleCaseMap.Title.DEFAULTprivate static final CaseMap.TitleCaseMap.Title.OMIT_UNCHANGEDMethods in com.ibm.icu.text that return CaseMap.TitleModifier and TypeMethodDescriptionCaseMap.Title.adjustToCased()Returns an instance that behaves like this one but adjusts each titlecasing BreakIterator index to the next cased character.CaseMap.Title.noBreakAdjustment()Returns an instance that behaves like this one but does not adjust the titlecasing BreakIterator indexes; titlecases exactly the characters at breaks from the iterator.CaseMap.Title.noLowercase()Returns an instance that behaves like this one but does not lowercase non-initial parts of words when titlecasing.CaseMap.Title.omitUnchangedText()Returns an instance that behaves like this one but omits unchanged text when case-mapping withEdits.CaseMap.Title.sentences()Returns an instance that behaves like this one but titlecases sentences rather than words.static CaseMap.TitleCaseMap.toTitle()CaseMap.Title.wholeString()Returns an instance that behaves like this one but titlecases the string as a whole rather than each word.