Lines Matching full:points
68 * The old UTF8_..._SAFE macros also used some normal Unicode code points
103 * <p>utf.h also defines a number of C macros for handling single Unicode code points and
115 * Safe macros return special error code points for illegal/irregular sequences:
158 * string offsets, indexes, and lengths, not Unicode code points.
249 * Code points that are not characters include:
250 * - single surrogate code points (U+d800..U+dfff, 2048 code points)
251 * - the last two code points on each plane (U+__fffe and U+__ffff, 34 code points)
252 * - U+fdd0..U+fdef (new with Unicode 3.1, 32 code points)
255 * This means that all code points below U+d800 are character code points,
292 * ICU does not deal with code points >0x10ffff
550 * Get a single code point from an offset that points to any
747 * This file defines macros to deal with UTF-32 code units and code points.
1085 * Advance i to beyond the code units of the n code points where the first one begins at i.
1086 * I.e., advance i by n code points.
1096 * Take the random-access index i and adjust it so that it points to the beginning
1098 * The input index points to any code unit of a code point and is moved to point to
1100 * In other words, if i points to a trail surrogate that is preceded by a matching
1139 * to the first code unit of the n code points that have code units before i.
1140 * I.e., move i backward by n code points.
1151 * Take the random-access index i and adjust it so that it points beyond
1152 * a code point. The input index points beyond any code unit
1155 * In other words, if i points to a trail surrogate that is preceded by a matching