Lines Matching full:points
36 * Unicode code points (0..0x10ffff). (A map from code points to integers.)
40 * - Still splitting BMP code points 11:5 bits for index and data table lookups.
43 * for data lookup for supplementary code points.
47 * in the lead surrogate data for the associated supplementary code points.
50 * - For supplementary code points U+10000..highStart-1 a three-table lookup
111 * or the errorValue for out-of-range code points and illegal UTF-8.
116 * @param initialValue the initial value that is set for all code points
117 * @param errorValue the value for out-of-range code points and illegal UTF-8
157 * of code points with the same value as retrieved from the trie and
165 * @param value the value that is set for all code points in [start..end]
179 * For each contiguous range of code points with a given (transformed) value,
186 * of code points with the same (transformed) value
201 * @param initialValue the initial value that is set for all code points
202 * @param errorValue the value for out-of-range code points and illegal UTF-8
253 * Set a value in a range of code points [start..end].
254 * All code points c with start<=c<=end will get the value if
368 * @param errorValue the value for out-of-range code points and illegal UTF-8
502 * assembling supplementary code points only when there is non-trivial data
507 * code points associated with a lead surrogate.
535 * Enumerate the trie values for the 1024=0x400 code points
549 * For each contiguous range of code points with a given (transformed) value,
556 * of code points with the same (transformed) value
693 /** Value returned for out-of-range code points and illegal UTF-8. */
734 /** Number of code points per index-1 table entry. 2048=0x800 */
788 * The index-1 table, only used for supplementary code points, at offset 2112=0x840.
789 * Variable length, for code points up to highStart, where the last single-value range starts.
791 * (For 0x100000 supplementary code points U+10000..U+10ffff.)
793 * The part of the index-2 table for supplementary code points starts