Partager via


UCharacterEnums.ECharacterDirection.DirectionalityUndefined Field

Definition

Caution

Use 'Android.Icu.Lang.UCharacterEnums.IECharacterDirection.DirectionalityUndefined'. This class will be removed in a future release.

Undefined bidirectional character type.

[Android.Runtime.Register("DIRECTIONALITY_UNDEFINED", ApiSince=24)]
[System.Obsolete("Use 'Android.Icu.Lang.UCharacterEnums.IECharacterDirection.DirectionalityUndefined'. This class will be removed in a future release.")]
public const sbyte DirectionalityUndefined = -1;
[<Android.Runtime.Register("DIRECTIONALITY_UNDEFINED", ApiSince=24)>]
[<System.Obsolete("Use 'Android.Icu.Lang.UCharacterEnums.IECharacterDirection.DirectionalityUndefined'. This class will be removed in a future release.")>]
val mutable DirectionalityUndefined : sbyte

Field Value

Value = -1
Attributes

Remarks

Undefined bidirectional character type. Undefined char values have undefined directionality in the Unicode specification.

Java documentation for android.icu.lang.UCharacterEnums.ECharacterDirection.DIRECTIONALITY_UNDEFINED.

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