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

  /external/chromium_org/third_party/icu/source/tools/makeconv/
genmbcs.c 192 stage3NullLength, stage3AllocLength;
267 stage3NullLength=MBCS_UTF8_STAGE_3_BLOCK_SIZE;
285 sum=stage3NullLength;
291 sum=stage3NullLength/MBCS_STAGE_3_GRANULARITY;
298 sum=stage3NullLength;
309 mbcsData->stage3Top=(stage3NullLength+stage3AllocLength)*maxCharLength; /* ==sum*maxCharLength */
    [all...]
  /external/icu/icu4c/source/tools/makeconv/
genmbcs.cpp 192 stage3NullLength, stage3AllocLength;
267 stage3NullLength=MBCS_UTF8_STAGE_3_BLOCK_SIZE;
285 sum=stage3NullLength;
291 sum=stage3NullLength/MBCS_STAGE_3_GRANULARITY;
298 sum=stage3NullLength;
309 mbcsData->stage3Top=(stage3NullLength+stage3AllocLength)*maxCharLength; /* ==sum*maxCharLength */
    [all...]

Completed in 42 milliseconds