Searched refs:stage2Length (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/icu/source/tools/makeconv/
H A Dgenmbcs.cpp1411 uint32_t stage2Start, stage2Length; local
1418 stage2Length=mbcsData->stage2Top;
1435 header.fullStage2Length=stage2Length;
1436 stage2Length-=stage2Start;
1462 stage2Length=(stage2Length*2+1)&~1;
1476 stage2Length*=4;
1520 stage2Length;
1546 udata_writeBlock(pData, mbcsData->stage2Single+stage2Start, stage2Length);
1548 udata_writeBlock(pData, mbcsData->stage2+stage2Start, stage2Length);
[all...]
/external/icu/icu4c/source/tools/makeconv/
H A Dgenmbcs.cpp1411 uint32_t stage2Start, stage2Length; local
1418 stage2Length=mbcsData->stage2Top;
1435 header.fullStage2Length=stage2Length;
1436 stage2Length-=stage2Start;
1462 stage2Length=(stage2Length*2+1)&~1;
1476 stage2Length*=4;
1520 stage2Length;
1546 udata_writeBlock(pData, mbcsData->stage2Single+stage2Start, stage2Length);
1548 udata_writeBlock(pData, mbcsData->stage2+stage2Start, stage2Length);
[all...]
/external/chromium_org/third_party/icu/source/common/
H A Ducnvmbcs.c1341 uint32_t stage1Length, uint32_t stage2Length,
1359 uprv_memcpy(stage2+(fullStage2Length-stage2Length),
1361 stage2Length*4);
1708 uint32_t stage2Length= local
1711 reconstituteData(mbcsTable, stage1Length, stage2Length, header->fullStage2Length, pErrorCode);
1340 reconstituteData(UConverterMBCSTable *mbcsTable, uint32_t stage1Length, uint32_t stage2Length, uint32_t fullStage2Length, UErrorCode *pErrorCode) argument
/external/icu/icu4c/source/common/
H A Ducnvmbcs.c1341 uint32_t stage1Length, uint32_t stage2Length,
1359 uprv_memcpy(stage2+(fullStage2Length-stage2Length),
1361 stage2Length*4);
1708 uint32_t stage2Length= local
1711 reconstituteData(mbcsTable, stage1Length, stage2Length, header->fullStage2Length, pErrorCode);
1340 reconstituteData(UConverterMBCSTable *mbcsTable, uint32_t stage1Length, uint32_t stage2Length, uint32_t fullStage2Length, UErrorCode *pErrorCode) argument

Completed in 73 milliseconds