Lines Matching refs:newTop
475 int32_t newBlock, newTop;478 newTop=newBlock+UTRIE2_INDEX_2_BLOCK_LENGTH;479 if(newTop>LENGTHOF(trie->index2)) {487 trie->index2Length=newTop;514 int32_t newBlock, newTop;523 newTop=newBlock+UTRIE2_DATA_BLOCK_LENGTH;524 if(newTop>trie->dataCapacity) {550 trie->dataLength=newTop;