Searched refs:stage2Length (Results 1 – 3 of 3) sorted by relevance
/external/icu/icu4c/source/tools/makeconv/ |
D | genmbcs.cpp | 1411 uint32_t stage2Start, stage2Length; in MBCSWrite() local 1418 stage2Length=mbcsData->stage2Top; in MBCSWrite() 1435 header.fullStage2Length=stage2Length; in MBCSWrite() 1436 stage2Length-=stage2Start; in MBCSWrite() 1462 stage2Length=(stage2Length*2+1)&~1; in MBCSWrite() 1476 stage2Length*=4; in MBCSWrite() 1520 stage2Length; in MBCSWrite() 1546 udata_writeBlock(pData, mbcsData->stage2Single+stage2Start, stage2Length); in MBCSWrite() 1548 udata_writeBlock(pData, mbcsData->stage2+stage2Start, stage2Length); in MBCSWrite()
|
/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/ |
D | CharsetMBCS.java | 496 … int stage2Length = (header.offsetFromUBytes - header.offsetFromUTable)/4 - stage1Length/2; in loadConverter() local 497 reconstituteData(mbcsTable, stage1Length, stage2Length, header.fullStage2Length); in loadConverter() 594 int stage1Length, int stage2Length, int fullStage2Length) { in reconstituteData() argument 602 stage2, (fullStage2Length - stage2Length) + numStage1Ints, in reconstituteData() 603 stage2Length); in reconstituteData()
|
/external/icu/icu4c/source/common/ |
D | ucnvmbcs.cpp | 1478 uint32_t stage1Length, uint32_t stage2Length, in reconstituteData() argument 1496 uprv_memcpy(stage2+(fullStage2Length-stage2Length), in reconstituteData() 1498 stage2Length*4); in reconstituteData() 1845 uint32_t stage2Length= in ucnv_MBCSLoad() local 1848 … reconstituteData(mbcsTable, stage1Length, stage2Length, header->fullStage2Length, pErrorCode); in ucnv_MBCSLoad()
|