Home | History | Annotate | Download | only in common

Lines Matching defs:_MBCSHeader

45  * _MBCSHeader.version 5 is optional and not backward-compatible
49 * - The _MBCSHeader has variable length (and is always longer than in version 4).
50 * See the struct _MBCSHeader further description below.
63 * _MBCSHeader.version 5.4/4.4 supports "good one-way" mappings (|4)
66 * _MBCSHeader.version 4.3 optionally modifies the fromUnicode data structures
72 * It is utf8Friendly if _MBCSHeader.version[2]!=0.
74 * maxFastUChar=((_MBCSHeader.version[2]<<8)|0xff)
119 * _MBCSHeader.version 4.2 adds an optional conversion extension data structure.
135 * struct _MBCSHeader (see the definition in this header file below)
145 * 31.. 8 offsetExtension -- _MBCSHeader.version 4.2 (ICU 2.8) and higher
149 * 7 uint32_t fromUBytesLength -- _MBCSHeader.version 4.1 (ICU 2.4) and higher
165 * 5.. 0 length of the _MBCSHeader (number of uint32_t)
176 * -- all _MBCSHeader fields except for version and flags are 0
227 * -- optional utf8Friendly mbcsIndex -- _MBCSHeader.version 4.3 (ICU 3.8) and higher
229 * _MBCSHeader.version[1]>=3 &&
230 * (maxFastUChar=_MBCSHeader.version[2])!=0
366 * utf8Friendly data structures added with _MBCSHeader.version 4.3
476 } _MBCSHeader;