Home | History | Annotate | Download | only in impl

Lines Matching refs:block

21  * very useful when you have a block of Unicode data that contains significant 
38 * Number of data values in a stage 2 (data array) block. 2, 4, 8, ..,
79 * Checks if the character belongs to a zero block in the trie
81 * @return true if ch is in the zero block
100 * Bit 31 is set if the data block is used by multiple index values
169 * The alignment size of a stage 2 data block. Also the granularity for
213 * Set a value in the trie index map to indicate which data block
225 // mark each block that _is_ used with 0
230 // never move the all-initial-value block 0
235 * Finds the same index block as the otherBlock
239 * @return same index block
244 for (int block = BMP_INDEX_LENGTH_; block < indexLength;
245 block += SURROGATE_BLOCK_COUNT_) {
246 if(equal_int(index, block, otherBlock, SURROGATE_BLOCK_COUNT_)) {
247 return block;
258 * (Number of Unicode code points + one all-initial-value block +