Home | History | Annotate | Download | only in unicode

Lines Matching full:sequence

77  * @param leadByte The first byte of a UTF-8 sequence. Must be 0..0xff.
86 * Counts the trail bytes for a UTF-8 lead byte of a valid UTF-8 sequence.
93 * @param leadByte The first byte of a UTF-8 sequence. Must be 0..0xff.
214 * byte sequence.
238 * If the offset points to an illegal UTF-8 byte sequence, then
266 * If the offset points to an illegal UTF-8 byte sequence, then
271 * and U+FFFD returned for an ill-formed sequence.
297 * The offset may point to the lead byte of a multi-byte sequence,
298 * in which case the macro will read the whole sequence.
300 * or an illegal UTF-8 sequence.
332 * The offset may point to the lead byte of a multi-byte sequence,
333 * in which case the macro will read the whole sequence.
334 * If the offset points to a trail byte or an illegal UTF-8 sequence, then
380 * The offset may point to the lead byte of a multi-byte sequence,
381 * in which case the macro will read the whole sequence.
382 * If the offset points to a trail byte or an illegal UTF-8 sequence, then
386 * and U+FFFD returned for an ill-formed sequence.
618 * If the offset is behind a multi-byte sequence, then the macro will read
619 * the whole sequence.
622 * The result is undefined if the offset is behind an illegal UTF-8 sequence.
659 * If the offset is behind a multi-byte sequence, then the macro will read
660 * the whole sequence.
663 * If the offset is behind an illegal UTF-8 sequence, then c is set to a negative value.
687 * If the offset is behind a multi-byte sequence, then the macro will read
688 * the whole sequence.
691 * If the offset is behind an illegal UTF-8 sequence, then c is set to U+FFFD.
694 * and U+FFFD returned for an ill-formed sequence.
790 * If the offset is behind a partial multi-byte sequence,
791 * then the offset is incremented to behind the whole sequence.
808 * If the offset is behind a partial multi-byte sequence,
809 * then the offset is incremented to behind the whole sequence.