Partager via


Collator.IReorderCodes.Punctuation Field

Definition

Characters with the punctuation property.

[Android.Runtime.Register("PUNCTUATION", ApiSince=24)]
public const int Punctuation = 4097;
[<Android.Runtime.Register("PUNCTUATION", ApiSince=24)>]
val mutable Punctuation : int

Field Value

Value = 4097
Attributes

Remarks

Characters with the punctuation property. This is equivalent to the rule value "punct".

Java documentation for android.icu.text.Collator.ReorderCodes.PUNCTUATION.

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