Lines Matching full:lead
45 * lead byte position.
63 * Counts the trail bytes for a UTF-8 lead byte.
86 * Counts the trail bytes for a UTF-8 lead byte of a valid UTF-8 sequence.
87 * The maximum supported lead byte is 0xf4 corresponding to U+10FFFF.
100 * Mask a UTF-8 lead byte, leave only the lower bits that form part of the code point value.
167 * Is this code unit (byte) a UTF-8 lead byte?
210 * The offset may point to either the lead byte or one of the trail bytes
232 * The offset may point to either the lead byte or one of the trail bytes
260 * The offset may point to either the lead byte or one of the trail bytes
297 * The offset may point to the lead byte of a multi-byte sequence,
332 * The offset may point to the lead byte of a multi-byte sequence,
380 * The offset may point to the lead byte of a multi-byte sequence,
576 * then the offset is moved backward to the corresponding lead byte.
593 * then the offset is moved backward to the corresponding lead byte.
620 * If the offset is behind a lead byte, then that itself
661 * If the offset is behind a lead byte, then that itself
689 * If the offset is behind a lead byte, then that itself