IUPropertyNameChoice Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |