Lines Matching refs:index2Length
206 newTrie->index2Length=UNEWTRIE2_INDEX_2_START_OFFSET; in utrie2_open()
251 uprv_memcpy(trie->index2, other->index2, other->index2Length*4); in cloneBuilder()
253 trie->index2Length=other->index2Length; in cloneBuilder()
475 newBlock=trie->index2Length; in allocIndex2Block()
485 trie->index2Length=newTop; in allocIndex2Block()
863 findSameIndex2Block(const int32_t *idx, int32_t index2Length, int32_t otherBlock) { in findSameIndex2Block() argument
867 index2Length-=UTRIE2_INDEX_2_BLOCK_LENGTH; in findSameIndex2Block()
869 for(block=0; block<=index2Length; ++block) { in findSameIndex2Block()
1066 for(i=0; i<trie->index2Length; ++i) { in compactData()
1102 for(start=UNEWTRIE2_INDEX_2_NULL_OFFSET; start<trie->index2Length;) { in compactIndex2()
1165 (long)trie->index2Length, (long)newStart); in compactIndex2()
1168 trie->index2Length=newStart; in compactIndex2()
1213 (long)highStart, (long)trie->newTrie->index2Length, (long)UTRIE2_INDEX_1_OFFSET); in compactTrie()
1292 allIndexesLength=newTrie->index2Length; in utrie2_freeze()
1385 for(i=newTrie->index2Length-index2Offset; i>0; --i) { in utrie2_freeze()