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

  /external/chromium_org/third_party/icu/source/tools/makeconv/
genmbcs.c 51 uint16_t stageUTF8[0x10000>>MBCS_UTF8_STAGE_SHIFT]; /* allow for utf8Max=0xffff */
300 mbcsData->stageUTF8[i]=sum;
796 /* Overflow for uint16_t entries in stageUTF8? */
820 * Just copy its index into stageUTF8[], without the granularity.
822 mbcsData->stageUTF8[c>>MBCS_UTF8_STAGE_SHIFT]=(uint16_t)stage3Index;
    [all...]
  /external/icu/icu4c/source/tools/makeconv/
genmbcs.cpp 51 uint16_t stageUTF8[0x10000>>MBCS_UTF8_STAGE_SHIFT]; /* allow for utf8Max=0xffff */
300 mbcsData->stageUTF8[i]=sum;
796 /* Overflow for uint16_t entries in stageUTF8? */
820 * Just copy its index into stageUTF8[], without the granularity.
822 mbcsData->stageUTF8[c>>MBCS_UTF8_STAGE_SHIFT]=(uint16_t)stage3Index;
    [all...]

Completed in 774 milliseconds