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

  /external/chromium/third_party/icu/source/tools/makeconv/
genmbcs.c 48 uint32_t stage2Top, stage3Top;
309 mbcsData->stage3Top=(stage3NullLength+stage3AllocLength)*maxCharLength; /* ==sum*maxCharLength */
625 newBlock=mbcsData->stage3Top;
644 mbcsData->stage3Top=newTop; /* ==newBlock */
760 newBlock=mbcsData->stage3Top;
789 mbcsData->stage3Top=newTop; /* ==newBlock */
    [all...]
gencnvex.c 63 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;
860 newBlock=extData->stage3Top;
870 extData->stage3Top=newBlock+MBCS_STAGE_3_BLOCK_SIZE;
871 if(extData->stage3Top>LENGTHOF(extData->stage3)) {
906 extData->stage3Top-=MBCS_STAGE_3_BLOCK_SIZE;
907 uprv_memset(extData->stage3+extData->stage3Top, 0, MBCS_STAGE_3_BLOCK_SIZE*2)
    [all...]
  /external/icu4c/tools/makeconv/
genmbcs.c 48 uint32_t stage2Top, stage3Top;
309 mbcsData->stage3Top=(stage3NullLength+stage3AllocLength)*maxCharLength; /* ==sum*maxCharLength */
625 newBlock=mbcsData->stage3Top;
644 mbcsData->stage3Top=newTop; /* ==newBlock */
760 newBlock=mbcsData->stage3Top;
789 mbcsData->stage3Top=newTop; /* ==newBlock */
    [all...]
gencnvex.c 63 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;
860 newBlock=extData->stage3Top;
870 extData->stage3Top=newBlock+MBCS_STAGE_3_BLOCK_SIZE;
871 if(extData->stage3Top>LENGTHOF(extData->stage3)) {
906 extData->stage3Top-=MBCS_STAGE_3_BLOCK_SIZE;
907 uprv_memset(extData->stage3+extData->stage3Top, 0, MBCS_STAGE_3_BLOCK_SIZE*2)
    [all...]

Completed in 36 milliseconds