Home
last modified time | relevance | path

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

/external/icu/icu4c/source/tools/makeconv/
Dgenmbcs.cpp1417 uint32_t stage2Start, stage2Length; in MBCSWrite() local
1424 stage2Length=mbcsData->stage2Top; in MBCSWrite()
1441 header.fullStage2Length=stage2Length; in MBCSWrite()
1442 stage2Length-=stage2Start; in MBCSWrite()
1468 stage2Length=(stage2Length*2+1)&~1; in MBCSWrite()
1482 stage2Length*=4; in MBCSWrite()
1526 stage2Length; in MBCSWrite()
1552 udata_writeBlock(pData, mbcsData->stage2Single+stage2Start, stage2Length); in MBCSWrite()
1554 udata_writeBlock(pData, mbcsData->stage2+stage2Start, stage2Length); in MBCSWrite()
/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
DCharsetMBCS.java491 … int stage2Length = (header.offsetFromUBytes - header.offsetFromUTable)/4 - stage1Length/2; in loadConverter() local
492 reconstituteData(mbcsTable, stage1Length, stage2Length, header.fullStage2Length); in loadConverter()
588 int stage1Length, int stage2Length, int fullStage2Length) { in reconstituteData() argument
596 stage2, (fullStage2Length - stage2Length) + numStage1Ints, in reconstituteData()
597 stage2Length); in reconstituteData()
/external/icu/icu4c/source/common/
Ducnvmbcs.cpp1484 uint32_t stage1Length, uint32_t stage2Length, in reconstituteData() argument
1502 uprv_memcpy(stage2+(fullStage2Length-stage2Length), in reconstituteData()
1504 stage2Length*4); in reconstituteData()
1851 uint32_t stage2Length= in ucnv_MBCSLoad() local
1854 … reconstituteData(mbcsTable, stage1Length, stage2Length, header->fullStage2Length, pErrorCode); in ucnv_MBCSLoad()