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

  /external/icu4c/tools/toolutil/
ucm.c 596 ucm_mergeTables(UCMTable *fromUTable, UCMTable *toUTable,
603 ucm_sortTable(toUTable);
606 toUMapping=toUTable->mappings;
609 toUTop=toUTable->mappingsLength;
614 cmp=compareMappings(fromUTable, fromUMapping, toUTable, toUMapping, TRUE);
647 ucm_addMapping(fromUTable, toUMapping, UCM_GET_CODE_POINTS(toUTable, toUMapping), UCM_GET_BYTES(toUTable, toUMapping));
680 ucm_addMapping(fromUTable, toUMapping, UCM_GET_CODE_POINTS(toUTable, toUMapping), UCM_GET_BYTES(toUTable, toUMapping));
    [all...]
ucm.h 287 ucm_mergeTables(UCMTable *fromUTable, UCMTable *toUTable,
  /external/icu4c/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/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...]

Completed in 634 milliseconds