Home | History | Annotate | Download | only in makeconv

Lines Matching refs:toUTable

50     UToolMemory *toUTable, *toUUChars;
95 utm_close(extData->toUTable);
150 indexes[UCNV_EXT_TO_U_LENGTH]=length=utm_countItems(extData->toUTable);
222 udata_writeBlock(pData, utm_getStart(extData->toUTable), indexes[UCNV_EXT_TO_U_LENGTH]*4);
382 * Recursive toUTable generator core function.
463 section=(uint32_t *)utm_allocN(extData->toUTable, 1+count);
530 section[j]|=(uint32_t)utm_countItems(extData->toUTable);
542 * Generate the toUTable and toUUChars from the input table.
552 extData->toUTable=utm_open("cnv extension toUTable", 0x10000, UCNV_EXT_TO_U_MIN_CODE_POINT, 4);