Searched refs:stageUTF8Length (Results 1 – 4 of 4) sorted by relevance
1412 uint32_t top, stageUTF8Length=0; in MBCSWrite() local1480 stageUTF8Length=(mbcsData->utf8Max+1)>>MBCS_UTF8_STAGE_SHIFT; in MBCSWrite()1523 top=header.offsetFromUBytes+stageUTF8Length*2; in MBCSWrite()1554 if(stageUTF8Length>0) { in MBCSWrite()1555 udata_writeBlock(pData, mbcsData->stageUTF8, stageUTF8Length*2); in MBCSWrite()
1371 int32_t stageUTF8Length=((int32_t)mbcsTable->maxFastUChar+1)>>6; in reconstituteData() local1375 for(st1=0; stageUTF8Index<stageUTF8Length; ++st1) { in reconstituteData()