Home | History | Annotate | Download | only in common

Lines Matching refs:index2NullOffset

168     tempTrie.index2NullOffset=header->index2NullOffset;
285 trie->index2NullOffset=UTRIE2_INDEX_2_OFFSET;
300 header->index2NullOffset=(uint16_t)UTRIE2_INDEX_2_OFFSET;
520 int32_t j, i2Block, prevI2Block, index2NullOffset, block, prevBlock, nullBlock;
534 index2NullOffset=trie->index2NullOffset;
541 index2NullOffset=trie->newTrie->index2NullOffset;
600 if(i2Block==index2NullOffset) {
660 c=limit; /* could be higher if in the index2NullOffset */