Lingua

UCharacter.GetPropertyEnum Metodo

Definizione

Overload

Nome Descrizione
GetPropertyEnum(ICharSequence)

<strong>[icu]</strong> Restituisce il selettore UProperty per un determinato nome di proprietà, come specificato nel file di database Unicode PropertyAliases.

GetPropertyEnum(String)

<strong>[icu]</strong> Restituisce il selettore UProperty per un determinato nome di proprietà, come specificato nel file di database Unicode PropertyAliases.

GetPropertyEnum(ICharSequence)

<strong>[icu]</strong> Restituisce il selettore UProperty per un determinato nome di proprietà, come specificato nel file di database Unicode PropertyAliases.

[Android.Runtime.Register("getPropertyEnum", "(Ljava/lang/CharSequence;)I", "", ApiSince=24)]
public static int GetPropertyEnum(Java.Lang.ICharSequence? propertyAlias);
[<Android.Runtime.Register("getPropertyEnum", "(Ljava/lang/CharSequence;)I", "", ApiSince=24)>]
static member GetPropertyEnum : Java.Lang.ICharSequence -> int

Parametri

propertyAlias
ICharSequence

nome della proprietà di cui trovare la corrispondenza. Il nome viene confrontato usando "corrispondenza debole" come descritto in PropertyAliases.txt.

Valori restituiti

enumerazione UProperty.

Attributi

Commenti

<strong>[icu]</strong> Restituisce il selettore UProperty per un determinato nome di proprietà, come specificato nel file di database Unicode PropertyAliases.txt. Vengono riconosciute le varianti short, long e any other variant.

Inoltre, questa funzione esegue il mapping dei nomi sintetici "gcm" / "General_Category_Mask" alla proprietà UProperty.GENERAL_CATEGORY_MASK. Questi nomi non sono presenti in PropertyAliases.txt.

per android.icu.lang.UCharacter.getPropertyEnum(java.lang.CharSequence).

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

GetPropertyEnum(String)

<strong>[icu]</strong> Restituisce il selettore UProperty per un determinato nome di proprietà, come specificato nel file di database Unicode PropertyAliases.

public static int GetPropertyEnum(string? propertyAlias);
static member GetPropertyEnum : string -> int

Parametri

propertyAlias
String

nome della proprietà di cui trovare la corrispondenza. Il nome viene confrontato usando "corrispondenza debole" come descritto in PropertyAliases.txt.

Valori restituiti

enumerazione UProperty.

Commenti

<strong>[icu]</strong> Restituisce il selettore UProperty per un determinato nome di proprietà, come specificato nel file di database Unicode PropertyAliases.txt. Vengono riconosciute le varianti short, long e any other variant.

Inoltre, questa funzione esegue il mapping dei nomi sintetici "gcm" / "General_Category_Mask" alla proprietà UProperty.GENERAL_CATEGORY_MASK. Questi nomi non sono presenti in PropertyAliases.txt.

per android.icu.lang.UCharacter.getPropertyEnum(java.lang.CharSequence).

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