Searched defs:fromUBytes (Results 1 - 3 of 3) sorted by relevance

/external/icu4c/tools/makeconv/
H A Dgencnvex.c56 UToolMemory *fromUTableUChars, *fromUTableValues, *fromUBytes; member in struct:CnvExtData
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->fromUBytes=utm_open("cnv extension fromUBytes",
[all...]
H A Dgenmbcs.c47 uint8_t *fromUBytes; member in struct:MBCSData
176 uprv_free(mbcsData->fromUBytes);
225 mbcsData->fromUBytes=(uint8_t *)uprv_malloc(sum);
226 if(mbcsData->fromUBytes==NULL) {
230 uprv_memset(mbcsData->fromUBytes, 0, sum);
579 stage3=(uint16_t *)mbcsData->fromUBytes;
710 stage3=mbcsData->fromUBytes;
1080 p8=mbcsData->fromUBytes;
1096 p8=mbcsData->fromUBytes;
1215 uint16_t *stage3=(uint16_t *)mbcsData->fromUBytes;
[all...]
/external/icu4c/test/cintltst/
H A Dnccbtst.c200 static const uint8_t fromUBytes[] = { 0x62, 0x63, 0x0e, 0x5d, 0x5f, 0x5d, 0x63, 0x0f, 0x64, 0x0e, 0x46, 0x6b, 0x0f }; local
205 fromUBytes, sizeof(fromUBytes),

Completed in 214 milliseconds