Home | History | Annotate | Download | only in common

Lines Matching full:mbcs

41  * At the moment, there are only variations of MBCS converters. They all have
43 * differ from those for other MBCS-style converters.
64 * slightly and optionally adds a table for conversion to MBCS (non-SBCS)
77 * In addition, a utf8Friendly MBCS file contains an additional
80 * UTF-8 lead byte and middle trail byte. Unlike the older MBCS stage 2 table,
101 * For MBCS, maxFastUChar should be at least U+D7FF (=initial value).
128 * MBCS-style data structure following the static data.
129 * Offsets are counted in bytes from the beginning of the MBCS header structure.
135 * 0 uint8_t[4] MBCS version in UVersionInfo format (currently 4.3.x.0)
202 * -- DBCS, MBCS, EBCDIC_STATEFUL, ...: roundtrip flags and indexes
216 * -- DBCS, MBCS, EBCDIC_STATEFUL, ... 2/3/4 bytes result, see ucnvmbcs.c
238 /* MBCS converter data and state -------------------------------------------- */
245 * MBCS action codes for conversions to Unicode.
319 * MBCS output types for conversions from Unicode.
355 MBCS_FAST_MAX=0xd7ff, /* maximum code point with UTF-8-friendly MBCS runtime code, see makeconv MBCS_UTF8_MAX */
360 * This is the MBCS part of the UConverterTable union (a runtime data structure).
377 const uint16_t *mbcsIndex; /* for fast conversion from most of BMP to MBCS
421 * MBCS data header. See data format description above.
474 (UChar)MBCS_ENTRY_FINAL_VALUE_16((sharedData)->mbcs.stateTable[0][(uint8_t)(b)])
485 (UBool)MBCS_ENTRY_IS_TRANSITION((sharedData)->mbcs.stateTable[0][(uint8_t)(byte)])
521 * SBCS, DBCS, and EBCDIC_STATEFUL are replaced by MBCS, but