Package com.ibm.icu.charset
Interface UConverterConstants.UConverterResetChoice
-
- Enclosing interface:
- UConverterConstants
public static interface UConverterConstants.UConverterResetChoice
-
-
Field Summary
Fields Modifier and Type Field Description static int
RESET_BOTH
static int
RESET_FROM_UNICODE
static int
RESET_TO_UNICODE
-
-
-
Field Detail
-
RESET_BOTH
static final int RESET_BOTH
- See Also:
- Constant Field Values
-
RESET_TO_UNICODE
static final int RESET_TO_UNICODE
- See Also:
- Constant Field Values
-
RESET_FROM_UNICODE
static final int RESET_FROM_UNICODE
- See Also:
- Constant Field Values
-
-