OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:toUTable
(Results
1 - 2
of
2
) sorted by null
/external/icu4c/common/
ucnv_ext.cpp
126
const uint32_t *
toUTable
, *toUSection;
137
toUTable
=UCNV_EXT_ARRAY(cx, UCNV_EXT_TO_U_INDEX, uint32_t);
162
toUSection=
toUTable
+idx;
[
all
...]
/external/icu4c/tools/makeconv/
gencnvex.c
53
UToolMemory *
toUTable
, *toUUChars;
98
utm_close(extData->
toUTable
);
153
indexes[UCNV_EXT_TO_U_LENGTH]=length=utm_countItems(extData->
toUTable
);
225
udata_writeBlock(pData, utm_getStart(extData->
toUTable
), indexes[UCNV_EXT_TO_U_LENGTH]*4);
385
* Recursive
toUTable
generator core function.
466
section=(uint32_t *)utm_allocN(extData->
toUTable
, 1+count);
533
section[j]|=(uint32_t)utm_countItems(extData->
toUTable
);
545
* Generate the
toUTable
and toUUChars from the input table.
555
extData->
toUTable
=utm_open("cnv extension
toUTable
", 0x10000, UCNV_EXT_TO_U_MIN_CODE_POINT, 4)
[
all
...]
Completed in 200 milliseconds