Lines Matching full:unit
120 * Does this code unit (byte) encode a code point by itself (US-ASCII 0..0x7f)?
121 * @param c 8-bit code unit (byte)
128 * Is this code unit (byte) a UTF-8 lead byte?
129 * @param c 8-bit code unit (byte)
136 * Is this code unit (byte) a UTF-8 trail byte?
137 * @param c 8-bit code unit (byte)
239 * Does this code unit alone encode a code point (BMP, not a surrogate)?
240 * @param c 16-bit code unit
247 * Is this code unit a lead surrogate (U+d800..U+dbff)?
248 * @param c 16-bit code unit
255 * Is this code unit a trail surrogate (U+dc00..U+dfff)?
256 * @param c 16-bit code unit
263 * Is this code unit a surrogate (U+d800..U+dfff)?
264 * @param c 16-bit code unit
273 * @param c 16-bit code unit
340 * The offset may point to the lead surrogate unit