Added in API level 24

UCharacter.NumericType

public static interface UCharacter.NumericType

android.icu.lang.UCharacter.NumericType


Numeric Type constants.

Summary

Constants

int DECIMAL

int DIGIT

int NONE

int NUMERIC

Constants

DECIMAL

Added in API level 24
public static final int DECIMAL

Constant Value: 1 (0x00000001)

DIGIT

Added in API level 24
public static final int DIGIT

Constant Value: 2 (0x00000002)

NONE

Added in API level 24
public static final int NONE

Constant Value: 0 (0x00000000)

NUMERIC

Added in API level 24
public static final int NUMERIC

Constant Value: 3 (0x00000003)