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

  /external/chromium_org/third_party/icu/source/common/
ucnv_ext.c 125 const uint32_t *toUTable, *toUSection;
136 toUTable=UCNV_EXT_ARRAY(cx, UCNV_EXT_TO_U_INDEX, uint32_t);
161 toUSection=toUTable+idx;
    [all...]
  /external/icu4c/common/
ucnv_ext.cpp 126 const uint32_t *toUTable, *toUSection;
137 toUTable=UCNV_EXT_ARRAY(cx, UCNV_EXT_TO_U_INDEX, uint32_t);
162 toUSection=toUTable+idx;
    [all...]
  /external/chromium_org/third_party/icu/source/tools/makeconv/
gencnvex.c 53 UToolMemory *toUTable, *toUUChars;
98 utm_close(extData->toUTable);
152 indexes[UCNV_EXT_TO_U_LENGTH]=length=utm_countItems(extData->toUTable);
224 udata_writeBlock(pData, utm_getStart(extData->toUTable), indexes[UCNV_EXT_TO_U_LENGTH]*4);
384 * Recursive toUTable generator core function.
465 section=(uint32_t *)utm_allocN(extData->toUTable, 1+count);
532 section[j]|=(uint32_t)utm_countItems(extData->toUTable);
544 * Generate the toUTable and toUUChars from the input table.
554 extData->toUTable=utm_open("cnv extension toUTable", 0x10000, UCNV_EXT_TO_U_MIN_CODE_POINT, 4)
    [all...]
  /external/icu4c/tools/makeconv/
gencnvex.c 53 UToolMemory *toUTable, *toUUChars;
98 utm_close(extData->toUTable);
153 indexes[UCNV_EXT_TO_U_LENGTH]=length=utm_countItems(extData->toUTable);
225 udata_writeBlock(pData, utm_getStart(extData->toUTable), indexes[UCNV_EXT_TO_U_LENGTH]*4);
385 * Recursive toUTable generator core function.
466 section=(uint32_t *)utm_allocN(extData->toUTable, 1+count);
533 section[j]|=(uint32_t)utm_countItems(extData->toUTable);
545 * Generate the toUTable and toUUChars from the input table.
555 extData->toUTable=utm_open("cnv extension toUTable", 0x10000, UCNV_EXT_TO_U_MIN_CODE_POINT, 4)
    [all...]

Completed in 1110 milliseconds