Searched defs:stage2Length (Results 1 - 3 of 3) sorted by relevance

/external/icu/icu4c/source/tools/makeconv/
H A Dgenmbcs.cpp1425 uint32_t stage2Start, stage2Length; local
1432 stage2Length=mbcsData->stage2Top;
1449 header.fullStage2Length=stage2Length;
1450 stage2Length-=stage2Start;
1476 stage2Length=(stage2Length*2+1)&~1;
1490 stage2Length*=4;
1534 stage2Length;
1560 udata_writeBlock(pData, mbcsData->stage2Single+stage2Start, stage2Length);
1562 udata_writeBlock(pData, mbcsData->stage2+stage2Start, stage2Length);
[all...]
/external/icu/icu4c/source/common/
H A Ducnvmbcs.cpp1485 uint32_t stage1Length, uint32_t stage2Length,
1503 uprv_memcpy(stage2+(fullStage2Length-stage2Length),
1505 stage2Length*4);
1852 uint32_t stage2Length= local
1855 reconstituteData(mbcsTable, stage1Length, stage2Length, header->fullStage2Length, pErrorCode);
1484 reconstituteData(UConverterMBCSTable *mbcsTable, uint32_t stage1Length, uint32_t stage2Length, uint32_t fullStage2Length, UErrorCode *pErrorCode) argument
/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
H A DCharsetMBCS.java491 int stage2Length = (header.offsetFromUBytes - header.offsetFromUTable)/4 - stage1Length/2;
492 reconstituteData(mbcsTable, stage1Length, stage2Length, header.fullStage2Length);
588 int stage1Length, int stage2Length, int fullStage2Length) {
596 stage2, (fullStage2Length - stage2Length) + numStage1Ints,
597 stage2Length);
587 reconstituteData(UConverterMBCSTable mbcsTable, int stage1Length, int stage2Length, int fullStage2Length) argument

Completed in 145 milliseconds