HomeSort by relevance Sort by last modified time
    Searched refs:stage2Top (Results 1 - 2 of 2) sorted by null

  /external/icu/icu4c/source/tools/makeconv/
genmbcs.cpp 48 uint32_t stage2Top, stage3Top;
276 mbcsData->stage2Top=stage2NullLength+stage2AllocLength; /* ==sum */
591 newBlock=mbcsData->stage2Top;
610 mbcsData->stage2Top=newTop;
721 newBlock=mbcsData->stage2Top;
745 mbcsData->stage2Top=newTop; /* ==newBlock */
    [all...]
gencnvex.c 60 int32_t stage1Top, stage2Top, stage3Top, stage3bTop;
187 indexes[UCNV_EXT_FROM_U_STAGE_12_LENGTH]=length+=extData->stage2Top;
230 udata_writeBlock(pData, extData->stage2, extData->stage2Top*2);
248 length=extData->stage2Top;
841 newBlock=extData->stage2Top;
848 extData->stage2Top=newBlock+MBCS_STAGE_2_BLOCK_SIZE;
849 if(extData->stage2Top>UPRV_LENGTHOF(extData->stage2)) {
    [all...]

Completed in 143 milliseconds