Lingua

UCharacter.HasIdentifierType(Int32, UCharacter+IdentifierType) Metodo

Definizione

Il set di valori Identifier_Type punto di codice c contiene il tipo specificato?

[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

Parametri

c
Int32

punto di codice

type
UCharacter.IdentifierType

Identifier_Type da controllare

Valori restituiti

true se il tipo è in Identifier_Type(c)

Attributi

Commenti

Il set di valori Identifier_Type punto di codice c contiene il tipo specificato?

Usato per UTS #39 Profilo di sicurezza generale per gli identificatori (https://www.unicode.org/reports/tr39/General_Security_Profile).

Ogni punto di codice viene mappato a un set di valori UIdentifierType.

Informazioni di riferimento su Android per android.icu.lang.UCharacter.hasIdentifierType.

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.

Si applica a