UProperty.PatternSyntax Field

Definition

Caution

Use 'Android.Icu.Lang.IUProperty.PatternSyntax'. This class will be removed in a future release.

Binary property Pattern_Syntax (new in Unicode 4.

[Android.Runtime.Register("PATTERN_SYNTAX", ApiSince=24)]
[System.Obsolete("Use 'Android.Icu.Lang.IUProperty.PatternSyntax'. This class will be removed in a future release.")]
public const int PatternSyntax = 42;
[<Android.Runtime.Register("PATTERN_SYNTAX", ApiSince=24)>]
[<System.Obsolete("Use 'Android.Icu.Lang.IUProperty.PatternSyntax'. This class will be removed in a future release.")>]
val mutable PatternSyntax : int

Field Value

Value = 42
Attributes

Remarks

Binary property Pattern_Syntax (new in Unicode 4.1). See UAX #31 Identifier and Pattern Syntax (http://www.unicode.org/reports/tr31/)

Java documentation for android.icu.lang.UProperty.PATTERN_SYNTAX.

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