UCharacter.CodePointBefore Method

Definition

Overloads

CodePointBefore(String, Int32)
CodePointBefore(Char[], Int32, Int32)
CodePointBefore(ICharSequence, Int32)
CodePointBefore(Char[], Int32)

CodePointBefore(String, Int32)

public static int CodePointBefore (string? seq, int index);
static member CodePointBefore : string * int -> int

Parameters

seq
String
index
Int32

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

CodePointBefore(Char[], Int32, Int32)

[Android.Runtime.Register("codePointBefore", "([CII)I", "", ApiSince=24)]
public static int CodePointBefore (char[]? text, int index, int limit);
[<Android.Runtime.Register("codePointBefore", "([CII)I", "", ApiSince=24)>]
static member CodePointBefore : char[] * int * int -> int

Parameters

text
Char[]
index
Int32
limit
Int32

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

CodePointBefore(ICharSequence, Int32)

[Android.Runtime.Register("codePointBefore", "(Ljava/lang/CharSequence;I)I", "", ApiSince=24)]
public static int CodePointBefore (Java.Lang.ICharSequence? seq, int index);
[<Android.Runtime.Register("codePointBefore", "(Ljava/lang/CharSequence;I)I", "", ApiSince=24)>]
static member CodePointBefore : Java.Lang.ICharSequence * int -> int

Parameters

index
Int32

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

CodePointBefore(Char[], Int32)

[Android.Runtime.Register("codePointBefore", "([CI)I", "", ApiSince=24)]
public static int CodePointBefore (char[]? text, int index);
[<Android.Runtime.Register("codePointBefore", "([CI)I", "", ApiSince=24)>]
static member CodePointBefore : char[] * int -> int

Parameters

text
Char[]
index
Int32

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