Home | History | Annotate | Download | only in makeconv

Lines Matching defs:toUTable

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);