Home | History | Annotate | Download | only in common

Lines Matching refs:index2NullOffset

172     tempTrie.index2NullOffset=header->index2NullOffset;
289 trie->index2NullOffset=UTRIE2_INDEX_2_OFFSET;
304 header->index2NullOffset=(uint16_t)UTRIE2_INDEX_2_OFFSET;
553 int32_t j, i2Block, prevI2Block, index2NullOffset, block, prevBlock, nullBlock;
568 index2NullOffset=trie->index2NullOffset;
576 index2NullOffset=trie->newTrie->index2NullOffset;
635 if(i2Block==index2NullOffset) {
695 c=limit; /* could be higher if in the index2NullOffset */