Home | History | Annotate | Download | only in makeconv

Lines Matching refs:fromUBytes

56     UToolMemory *fromUTableUChars, *fromUTableValues, *fromUBytes;
102 utm_close(extData->fromUBytes);
176 length=utm_countItems(extData->fromUBytes);
181 *((uint8_t *)utm_alloc(extData->fromUBytes))=0;
229 udata_writeBlock(pData, utm_getStart(extData->fromUBytes), indexes[UCNV_EXT_FROM_U_BYTES_LENGTH]);
665 /* store the bytes in fromUBytes[] and the index in the value word */
666 value=(uint32_t)utm_countItems(extData->fromUBytes);
667 resultBytes=utm_allocN(extData->fromUBytes, m->bLen);
1016 extData->fromUBytesfromUBytes", 0x10000, UCNV_EXT_FROM_U_DATA_MASK+1, 1);