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

  /external/icu/icu4c/source/tools/makeconv/
genmbcs.cpp 50 uint32_t stage2Top, stage3Top;
311 mbcsData->stage3Top=(stage3NullLength+stage3AllocLength)*maxCharLength; /* ==sum*maxCharLength */
627 newBlock=mbcsData->stage3Top;
646 mbcsData->stage3Top=newTop; /* ==newBlock */
762 newBlock=mbcsData->stage3Top;
791 mbcsData->stage3Top=newTop; /* ==newBlock */
    [all...]
gencnvex.c 62 int32_t stage1Top, stage2Top, stage3Top, stage3bTop;
193 length=extData->stage3Top;
198 extData->stage3[extData->stage3Top++]=0;
233 udata_writeBlock(pData, extData->stage3, extData->stage3Top*2);
259 length=extData->stage3Top;
862 newBlock=extData->stage3Top;
872 extData->stage3Top=newBlock+MBCS_STAGE_3_BLOCK_SIZE;
873 if(extData->stage3Top>UPRV_LENGTHOF(extData->stage3)) {
908 extData->stage3Top-=MBCS_STAGE_3_BLOCK_SIZE;
909 uprv_memset(extData->stage3+extData->stage3Top, 0, MBCS_STAGE_3_BLOCK_SIZE*2)
    [all...]

Completed in 37 milliseconds