Home | History | Annotate | Download | only in common

Lines Matching refs:mbcs

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