Lines Matching full:blocks
77 /** The start of allocated index-2 blocks. */
87 /** The start of allocated data blocks. */
91 * The start of data blocks for U+0800 and above.
162 /* set the index-2 indexes for the 2=0x80>>UTRIE2_SHIFT_2 ASCII data blocks */
172 * Reference counts for the null data block: all blocks except for the ASCII blocks.
197 * does not overlap other index-2 blocks with the gap.
225 * for 2-byte UTF-8 which will be compacted in 64-blocks
701 * mark index values for repeat-data blocks by setting bit 31 of the index values
753 /* iterate over all-value blocks */
799 * No other blocks are used multiple times before compacting.
922 /* enumerate index-2 blocks */
940 /* enumerate data blocks for one index-2 block */
976 * - removes blocks that are identical with earlier ones
977 * - overlaps adjacent blocks as much as possible (if overlap==TRUE)
978 * - moves blocks in steps of the data granularity
979 * - moves and overlaps blocks that overlap with multiple values in the overlap region
982 * - try to move and overlap blocks that are not already adjacent
1013 /* skip blocks that are not used */
1095 /* do not compact linear-BMP index-2 blocks */
1201 /* Blank out [highStart..10ffff] to release associated data blocks. */