UCharacter.CodePointCount Method

Definition

Overloads

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

CodePointCount(ICharSequence, Int32, Int32)

[Android.Runtime.Register("codePointCount", "(Ljava/lang/CharSequence;II)I", "", ApiSince=24)]
public static int CodePointCount (Java.Lang.ICharSequence? text, int start, int limit);
[<Android.Runtime.Register("codePointCount", "(Ljava/lang/CharSequence;II)I", "", ApiSince=24)>]
static member CodePointCount : Java.Lang.ICharSequence * int * int -> int

Parameters

start
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

CodePointCount(Char[], Int32, Int32)

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

Parameters

text
Char[]
start
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

CodePointCount(String, Int32, Int32)

public static int CodePointCount (string? text, int start, int limit);
static member CodePointCount : string * int * int -> int

Parameters

text
String
start
Int32
limit
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