Home | History | Annotate | Download | only in uciter8

Lines Matching full:supplementary

34  * - supplementary code points may be encoded with dedicated 4-byte sequences
36 * - supplementary code points may be encoded with
94 * reservedField supplementary code point
97 * currently in the middle of the byte sequence for a supplementary code point.
139 --index; /* we are in the middle of a supplementary code point */
321 /* stop in the middle of a supplementary code point */
338 i-=4; /* we stayed behind the supplementary code point; go before it now */
351 /* stop in the middle of a supplementary code point */
352 i+=4; /* back to behind this supplementary code point for consistent state */
450 iter->start-=4; /* we stayed behind the supplementary code point; go before it now */
470 iter->start+=4; /* back to behind this supplementary code point for consistent state */