Normalizer2.SpanQuickCheckYes Method

Definition

Overloads

SpanQuickCheckYes(ICharSequence)
SpanQuickCheckYes(String)

SpanQuickCheckYes(ICharSequence)

[Android.Runtime.Register("spanQuickCheckYes", "(Ljava/lang/CharSequence;)I", "GetSpanQuickCheckYes_Ljava_lang_CharSequence_Handler", ApiSince=24)]
public abstract int SpanQuickCheckYes (Java.Lang.ICharSequence? s);
[<Android.Runtime.Register("spanQuickCheckYes", "(Ljava/lang/CharSequence;)I", "GetSpanQuickCheckYes_Ljava_lang_CharSequence_Handler", ApiSince=24)>]
abstract member SpanQuickCheckYes : Java.Lang.ICharSequence -> int

Parameters

Returns

Attributes

Remarks

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

SpanQuickCheckYes(String)

public int SpanQuickCheckYes (string? s);
member this.SpanQuickCheckYes : string -> int

Parameters

s
String

Returns

Remarks

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