Most visited

Recently visited

Added in API level 24

UCharacter.NumericType

public static interface UCharacter.NumericType

android.icu.lang.UCharacter.NumericType


Numeric Type constants.

See also:

Summary

Constants

int DECIMAL

int DIGIT

int NONE

int NUMERIC

Constants

DECIMAL

Added in API level 24
int DECIMAL

Constant Value: 1 (0x00000001)

DIGIT

Added in API level 24
int DIGIT

Constant Value: 2 (0x00000002)

NONE

Added in API level 24
int NONE

Constant Value: 0 (0x00000000)

NUMERIC

Added in API level 24
int NUMERIC

Constant Value: 3 (0x00000003)

Hooray!