Searched defs:ucnv_toUnicode (Results 1 - 2 of 2) sorted by relevance
/external/icu/icu4c/source/common/ |
H A D | ucnv.c | 1266 /* ucnv_toUnicode() --------------------------------------------------------- */ 1614 ucnv_toUnicode(UConverter *cnv, function 1812 ucnv_toUnicode(cnv, &dest, destLimit, &src, srcLimit, 0, TRUE, pErrorCode); 1824 ucnv_toUnicode(cnv, &dest, destLimit, &src, srcLimit, 0, TRUE, pErrorCode); 2083 * int32_t. See ucnv_toUnicode() for a more detailed comment.
|
/external/icu/icu4c/source/common/unicode/ |
H A D | urename.h | 688 #define ucnv_toUnicode U_ICU_ENTRY_POINT_RENAME(ucnv_toUnicode) macro
|
Completed in 2275 milliseconds