Share via


IUPropertyNameChoice Interface

Definition

Selector constants for UCharacter.

public interface IUPropertyNameChoice
type IUPropertyNameChoice = interface

Remarks

Selector constants for UCharacter.getPropertyName() and UCharacter.getPropertyValueName(). These selectors are used to choose which name is returned for a given property or value. All properties and values have a long name. Most have a short name, but some do not. Unicode allows for additional names, beyond the long and short name, which would be indicated by LONG + i, where i=1, 2,...

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

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.

Fields

Long

Selector for the long name of a property or value.

Short

Selector for the abbreviated name of a property or value.

Applies to