UCharacter.HasIdentifierType(Int32, UCharacter+IdentifierType) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Does the set of Identifier_Type values code point c contain the given type?
[Android.Runtime.Register("hasIdentifierType", "(ILandroid/icu/lang/UCharacter$IdentifierType;)Z", "", ApiSince=37)]
public static bool HasIdentifierType(int c, Android.Icu.Lang.UCharacter.IdentifierType? type);
[<Android.Runtime.Register("hasIdentifierType", "(ILandroid/icu/lang/UCharacter$IdentifierType;)Z", "", ApiSince=37)>]
static member HasIdentifierType : int * Android.Icu.Lang.UCharacter.IdentifierType -> bool
Parameters
- c
- Int32
code point
Identifier_Type to check
Returns
true if type is in Identifier_Type(c)
- Attributes
Remarks
Does the set of Identifier_Type values code point c contain the given type?
Used for UTS #39 General Security Profile for Identifiers (https://www.unicode.org/reports/tr39/General_Security_Profile).
Each code point maps to a set of UIdentifierType values.
Android reference for android.icu.lang.UCharacter.hasIdentifierType.
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.