OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fromUBytes
(Results
1 - 3
of
3
) sorted by null
/external/icu4c/tools/makeconv/
genmbcs.c
47
uint8_t *
fromUBytes
;
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
;
[
all
...]
gencnvex.c
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);
[
all
...]
/external/icu4c/test/cintltst/
nccbtst.c
200
static const uint8_t
fromUBytes
[] = { 0x62, 0x63, 0x0e, 0x5d, 0x5f, 0x5d, 0x63, 0x0f, 0x64, 0x0e, 0x46, 0x6b, 0x0f };
205
fromUBytes
, sizeof(
fromUBytes
),
[
all
...]
Completed in 498 milliseconds