Home
last modified time | relevance | path

Searched refs:stage2Length (Results 1 – 2 of 2) sorted by relevance

/external/icu4c/tools/makeconv/
Dgenmbcs.c1406 uint32_t stage2Start, stage2Length; in MBCSWrite() local
1413 stage2Length=mbcsData->stage2Top; in MBCSWrite()
1430 header.fullStage2Length=stage2Length; in MBCSWrite()
1431 stage2Length-=stage2Start; in MBCSWrite()
1457 stage2Length=(stage2Length*2+1)&~1; in MBCSWrite()
1471 stage2Length*=4; in MBCSWrite()
1515 stage2Length; in MBCSWrite()
1541 udata_writeBlock(pData, mbcsData->stage2Single+stage2Start, stage2Length); in MBCSWrite()
1543 udata_writeBlock(pData, mbcsData->stage2+stage2Start, stage2Length); in MBCSWrite()
/external/icu4c/common/
Ducnvmbcs.c1338 uint32_t stage1Length, uint32_t stage2Length, in reconstituteData() argument
1357 uprv_memcpy(stage2+(fullStage2Length-stage2Length), in reconstituteData()
1359 stage2Length*4); in reconstituteData()
1706 uint32_t stage2Length= in ucnv_MBCSLoad() local
1709 … reconstituteData(mbcsTable, stage1Length, stage2Length, header->fullStage2Length, pErrorCode); in ucnv_MBCSLoad()