共用方式為


UCharacter.IsSupplementaryCodePoint(Int32) Method

Definition

Same as Character#isSupplementaryCodePoint.

[Android.Runtime.Register("isSupplementaryCodePoint", "(I)Z", "", ApiSince=24)]
public static bool IsSupplementaryCodePoint (int cp);
[<Android.Runtime.Register("isSupplementaryCodePoint", "(I)Z", "", ApiSince=24)>]
static member IsSupplementaryCodePoint : int -> bool

Parameters

cp
Int32

the code point to check

Returns

true if cp is a supplementary code point

Attributes

Remarks

Same as Character#isSupplementaryCodePoint.

Java documentation for android.icu.lang.UCharacter.isSupplementaryCodePoint(int).

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