Lines Matching defs:c0
57 * C0 control codes and space are encoded with their US-ASCII bytes.
58 * "prev" is reset for C0 controls but not for space.
76 /* adjust trail byte counts for the use of some C0 control byte values */
130 * 12 commonly used C0 control codes (and space) are only used to encode
153 * The other 20 C0 controls are also encoded directly (to preserve order)
380 * ISO C0 control & space:
469 /* skip some C0 controls and make the trail byte range contiguous */
549 C0 control code or space.
550 * Reset prev for C0 control codes but not for space.
628 * Unpack a packed BOCU-1 non-C0/space byte sequence and get
946 static const UChar c0[]={ 1, 0xe40, 0x20, 9 };
966 { c0, UPRV_LENGTHOF(c0) }