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

  /external/chromium_org/third_party/icu/source/tools/makeconv/
genmbcs.c 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 63 int32_t stage1Top, stage2Top, stage3Top, stage3bTop;
189 indexes[UCNV_EXT_FROM_U_STAGE_12_LENGTH]=length+=extData->stage2Top;
232 udata_writeBlock(pData, extData->stage2, extData->stage2Top*2);
250 length=extData->stage2Top;
841 newBlock=extData->stage2Top;
848 extData->stage2Top=newBlock+MBCS_STAGE_2_BLOCK_SIZE;
849 if(extData->stage2Top>LENGTHOF(extData->stage2)) {
    [all...]
  /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 63 int32_t stage1Top, stage2Top, stage3Top, stage3bTop;
190 indexes[UCNV_EXT_FROM_U_STAGE_12_LENGTH]=length+=extData->stage2Top;
233 udata_writeBlock(pData, extData->stage2, extData->stage2Top*2);
251 length=extData->stage2Top;
844 newBlock=extData->stage2Top;
851 extData->stage2Top=newBlock+MBCS_STAGE_2_BLOCK_SIZE;
852 if(extData->stage2Top>LENGTHOF(extData->stage2)) {
    [all...]

Completed in 128 milliseconds