Lines Matching refs:range
1059 The 0x0000-0xFFFF 16-bit code range is divided to 256 code subranges. Each
1116 ("from" codes) on @dfn{ranges} (@dfn{range} is a number of consecutive UCS-2 codes).
1118 ranges. Distinct "from" codes, which have no range (@dfn{unranged codes}, are stored
1155 the offset of the needed range in the @emph{size_arr} and has
1158 the first code in range, the last code in range, range offset.
1162 possible to quickly find the needed range index.
1165 Each range has the corresponding sub-array containing the "to" codes. These
1175 Note, that each range requires 6 bytes to form its index. If, for
1177 (7), 12 bytes are needed for two range indexes and 4 bytes for the unranged
1180 range index and 4 bytes to mark codes 6 and 8 as absent are needed
1187 the number of bytes which are needed to form the range is greater than
1202 range array. If it is 0xFFFF, return an error.
1431 This means, that if the first byte the CCS code is in range of [0x00-0x7f],
1433 the 16-bit codes must not contain bytes in the range of [0x00-0x7f].