public static interface

UCharacter.NumericType

sun.text.normalizer.UCharacter.NumericType

Class Overview

Numeric Type constants.

See Also
  • UProperty#NUMERIC_TYPE

Summary

Constants
int COUNT
int DECIMAL
int DIGIT
int NONE
int NUMERIC

Constants

public static final int COUNT

Constant Value: 4 (0x00000004)

public static final int DECIMAL

Constant Value: 1 (0x00000001)

public static final int DIGIT

Constant Value: 2 (0x00000002)

public static final int NONE

Constant Value: 0 (0x00000000)

public static final int NUMERIC

Constant Value: 3 (0x00000003)