| |
|
| com.ibm.icu.charset.UConverterConstants
UConverterConstants | interface UConverterConstants (Code) | | |
Inner Class :static interface UConverterResetChoice | |
Inner Class :static interface UConverterCallbackReason | |
CNV_DATA_BUFFER_SIZE | final static int CNV_DATA_BUFFER_SIZE(Code) | | |
ERROR_BUFFER_LENGTH | final static int ERROR_BUFFER_LENGTH(Code) | | |
HALF_BASE | final static int HALF_BASE(Code) | | |
HALF_MASK | final static int HALF_MASK(Code) | | |
HALF_SHIFT | final static int HALF_SHIFT(Code) | | |
HAS_SUPPLEMENTARY | final static int HAS_SUPPLEMENTARY(Code) | | values for the unicodeMask
|
HAS_SURROGATES | final static int HAS_SURROGATES(Code) | | |
MAXIMUM_UCS2 | final static int MAXIMUM_UCS2(Code) | | |
MAXIMUM_UCS4 | final static int MAXIMUM_UCS4(Code) | | |
MAXIMUM_UTF | final static int MAXIMUM_UTF(Code) | | |
MAX_CHAR_LEN | final static int MAX_CHAR_LEN(Code) | | |
MAX_CONVERTER_NAME_LENGTH | final static int MAX_CONVERTER_NAME_LENGTH(Code) | | Maximum length of a converter name including the terminating NULL @draft ICU 3.6
|
MAX_FULL_FILE_NAME_LENGTH | final static int MAX_FULL_FILE_NAME_LENGTH(Code) | | Maximum length of a converter name including path and terminating NULL @draft ICU 3.6
|
MAX_SUBCHAR_LEN | final static int MAX_SUBCHAR_LEN(Code) | | |
OPTION_MAC | final static int OPTION_MAC(Code) | | |
OPTION_SEP_CHAR | final static byte OPTION_SEP_CHAR(Code) | | Character that separates converter names from options and options from each other.
See Also: CharsetICU.forNameICU(String) |
OPTION_SWAP_LFNL | final static int OPTION_SWAP_LFNL(Code) | | |
OPTION_VERSION | final static int OPTION_VERSION(Code) | | |
SI | final static int SI(Code) | | Shift in for EBDCDIC_STATEFUL and iso2022 states @draft ICU 3.6
|
SIZE_OF_UCONVERTER_SHARED_DATA | final static int SIZE_OF_UCONVERTER_SHARED_DATA(Code) | | |
SKIP_STOP_ON_ILLEGAL | static byte[] SKIP_STOP_ON_ILLEGAL(Code) | | FROM_U, TO_U context options for skip callback
|
SO | final static int SO(Code) | | Shift out for EBDCDIC_STATEFUL and iso2022 states @draft ICU 3.6
|
SUB_STOP_ON_ILLEGAL | static byte[] SUB_STOP_ON_ILLEGAL(Code) | | FROM_U, TO_U context options for sub callback
|
SURROGATE_HIGH_END | final static int SURROGATE_HIGH_END(Code) | | |
SURROGATE_HIGH_START | final static int SURROGATE_HIGH_START(Code) | | |
SURROGATE_LOW_BASE | final static int SURROGATE_LOW_BASE(Code) | | |
SURROGATE_LOW_END | final static int SURROGATE_LOW_END(Code) | | |
SURROGATE_LOW_START | final static int SURROGATE_LOW_START(Code) | | |
U16_MAX_LENGTH | final static int U16_MAX_LENGTH(Code) | | The maximum number of 16-bit code units per Unicode code point (U+0000..U+10ffff).
|
ULOC_FULLNAME_CAPACITY | final static int ULOC_FULLNAME_CAPACITY(Code) | | Useful constant for the maximum size of the whole locale ID
(including the terminating NULL).
|
UNSIGNED_BYTE_MASK | final static short UNSIGNED_BYTE_MASK(Code) | | |
UNSIGNED_INT_MASK | final static long UNSIGNED_INT_MASK(Code) | | |
UNSIGNED_SHORT_MASK | final static int UNSIGNED_SHORT_MASK(Code) | | |
U_IS_BIG_ENDIAN | final static int U_IS_BIG_ENDIAN(Code) | | |
U_SENTINEL | final static int U_SENTINEL(Code) | | This value is intended for sentinel values for APIs that
(take or) return single code points (UChar32).
It is outside of the Unicode code point range 0..0x10ffff.
For example, a "done" or "error" value in a new API
could be indicated with U_SENTINEL.
ICU APIs designed before ICU 2.4 usually define service-specific "done"
values, mostly 0xffff.
Those may need to be distinguished from
actual U+ffff text contents by calling functions like
CharacterIterator::hasNext() or UnicodeString::length().
|
missingCharMarker | final static int missingCharMarker(Code) | | |
|
|
|