public static interface

UCharacter.ECharacterCategory

sun.text.normalizer.UCharacter.ECharacterCategory

This interface is deprecated.
This is a draft API and might change in a future release of ICU.

Class Overview

[Sun] This interface moved from UCharacterEnums.java. 'Enum' for the CharacterCategory constants. These constants are compatible in name but not in value with those defined in java.lang.Character.

See Also
  • UCharacterCategory

Summary

Constants
int OTHER_LETTER Character type Lo
int TITLECASE_LETTER Character type Lt
int UPPERCASE_LETTER Character type Lu

Constants

public static final int OTHER_LETTER

Character type Lo

Constant Value: 5 (0x00000005)

public static final int TITLECASE_LETTER

Character type Lt

Constant Value: 3 (0x00000003)

public static final int UPPERCASE_LETTER

Character type Lu

Constant Value: 1 (0x00000001)