Language

CaseMap.Title.NoBreakAdjustment Method

Definition

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.

[Android.Runtime.Register("noBreakAdjustment", "()Landroid/icu/text/CaseMap$Title;", "", ApiSince=29)]
public Android.Icu.Text.CaseMap.Title? NoBreakAdjustment();
[<Android.Runtime.Register("noBreakAdjustment", "()Landroid/icu/text/CaseMap$Title;", "", ApiSince=29)>]
member this.NoBreakAdjustment : unit -> Android.Icu.Text.CaseMap.Title

Returns

an options object with this option.

Attributes

Remarks

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. By default, titlecasing will take each break iterator index, adjust it to the next relevant character (see adjustToCased() ), and titlecase that one. Other characters are lowercased.

Android reference for android.icu.text.CaseMap.Title.noBreakAdjustment.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to