Lines Matching defs:newTop
473 int32_t newBlock, newTop;476 newTop=newBlock+UTRIE2_INDEX_2_BLOCK_LENGTH;477 if(newTop>UPRV_LENGTHOF(trie->index2)) {485 trie->index2Length=newTop;512 int32_t newBlock, newTop;521 newTop=newBlock+UTRIE2_DATA_BLOCK_LENGTH;522 if(newTop>trie->dataCapacity) {548 trie->dataLength=newTop;