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

  /external/chromium_org/third_party/icu/source/tools/makeconv/
gencnvex.c 53 UToolMemory *toUTable, *toUUChars;
99 utm_close(extData->toUUChars);
156 indexes[UCNV_EXT_TO_U_UCHARS_LENGTH]=length=utm_countItems(extData->toUUChars);
225 udata_writeBlock(pData, utm_getStart(extData->toUUChars), indexes[UCNV_EXT_TO_U_UCHARS_LENGTH]*2);
353 ((uint32_t)utm_countItems(extData->toUUChars));
354 u=utm_allocN(extData->toUUChars, u16Length);
544 * Generate the toUTable and toUUChars from the input table.
555 extData->toUUChars=utm_open("cnv extension toUUChars", 0x10000, UCNV_EXT_TO_U_INDEX_MASK+1, 2);
    [all...]
  /external/icu4c/tools/makeconv/
gencnvex.c 53 UToolMemory *toUTable, *toUUChars;
99 utm_close(extData->toUUChars);
157 indexes[UCNV_EXT_TO_U_UCHARS_LENGTH]=length=utm_countItems(extData->toUUChars);
226 udata_writeBlock(pData, utm_getStart(extData->toUUChars), indexes[UCNV_EXT_TO_U_UCHARS_LENGTH]*2);
354 ((uint32_t)utm_countItems(extData->toUUChars));
355 u=utm_allocN(extData->toUUChars, u16Length);
545 * Generate the toUTable and toUUChars from the input table.
556 extData->toUUChars=utm_open("cnv extension toUUChars", 0x10000, UCNV_EXT_TO_U_INDEX_MASK+1, 2);
    [all...]

Completed in 1010 milliseconds