Home | History | Annotate | Download | only in common

Lines Matching refs:mbcs

43  * At the moment, there are only variations of MBCS converters. They all have
45 * differ from those for other MBCS-style converters.
69 * slightly and optionally adds a table for conversion to MBCS (non-SBCS)
82 * In addition, a utf8Friendly MBCS file contains an additional
85 * UTF-8 lead byte and middle trail byte. Unlike the older MBCS stage 2 table,
106 * For MBCS, maxFastUChar should be at least U+D7FF (=initial value).
133 * MBCS-style data structure following the static data.
134 * Offsets are counted in bytes from the beginning of the MBCS header structure.
140 * 0 uint8_t[4] MBCS version in UVersionInfo format (currently 4.3.x.0)
207 * -- DBCS, MBCS, EBCDIC_STATEFUL, ...: roundtrip flags and indexes
221 * -- DBCS, MBCS, EBCDIC_STATEFUL, ... 2/3/4 bytes result, see ucnvmbcs.c
243 /* MBCS converter data and state -------------------------------------------- */
250 * MBCS action codes for conversions to Unicode.
324 * MBCS output types for conversions from Unicode.
360 MBCS_FAST_MAX=0xd7ff, /* maximum code point with UTF-8-friendly MBCS runtime code, see makeconv MBCS_UTF8_MAX */
365 * This is the MBCS part of the UConverterTable union (a runtime data structure).
382 const uint16_t *mbcsIndex; /* for fast conversion from most of BMP to MBCS (utf8Friendly data) */
461 * MBCS data header. See data format description above.
516 (UChar)MBCS_ENTRY_FINAL_VALUE_16((sharedData)->mbcs.stateTable[0][(uint8_t)(b)])
527 (UBool)MBCS_ENTRY_IS_TRANSITION((sharedData)->mbcs.stateTable[0][(uint8_t)(byte)])
563 * SBCS, DBCS, and EBCDIC_STATEFUL are replaced by MBCS, but