Home | History | Annotate | Download | only in common

Lines Matching refs:index2Length

206     newTrie->index2Length=UNEWTRIE2_INDEX_2_START_OFFSET;
251 uprv_memcpy(trie->index2, other->index2, other->index2Length*4);
253 trie->index2Length=other->index2Length;
475 newBlock=trie->index2Length;
485 trie->index2Length=newTop;
863 findSameIndex2Block(const int32_t *idx, int32_t index2Length, int32_t otherBlock) {
866 /* ensure that we do not even partially get past index2Length */
867 index2Length-=UTRIE2_INDEX_2_BLOCK_LENGTH;
869 for(block=0; block<=index2Length; ++block) {
1066 for(i=0; i<trie->index2Length; ++i) {
1102 for(start=UNEWTRIE2_INDEX_2_NULL_OFFSET; start<trie->index2Length;) {
1165 (long)trie->index2Length, (long)newStart);
1168 trie->index2Length=newStart;
1213 (long)highStart, (long)trie->newTrie->index2Length, (long)UTRIE2_INDEX_1_OFFSET);
1292 allIndexesLength=newTrie->index2Length;
1385 for(i=newTrie->index2Length-index2Offset; i>0; --i) {