Searched refs:stageUTF8Length (Results 1 – 3 of 3) sorted by relevance
1426 uint32_t top, stageUTF8Length=0; in MBCSWrite() local1494 stageUTF8Length=(mbcsData->utf8Max+1)>>MBCS_UTF8_STAGE_SHIFT; in MBCSWrite()1537 top=header.offsetFromUBytes+stageUTF8Length*2; in MBCSWrite()1568 if(stageUTF8Length>0) { in MBCSWrite()1569 udata_writeBlock(pData, mbcsData->stageUTF8, stageUTF8Length*2); in MBCSWrite()
602 int stageUTF8Length=(mbcsTable.maxFastUChar+1)>>6; in reconstituteData() local606 for (st1 = 0; stageUTF8Index < stageUTF8Length; ++st1) { in reconstituteData()
1515 int32_t stageUTF8Length=((int32_t)mbcsTable->maxFastUChar+1)>>6; in reconstituteData() local1519 for(st1=0; stageUTF8Index<stageUTF8Length; ++st1) { in reconstituteData()