Searched defs:ucnv_toUnicode (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/icu/source/common/
H A Ducnv.c1266 /* 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/icu4c/common/
H A Ducnv.c1268 /* ucnv_toUnicode() --------------------------------------------------------- */
1616 ucnv_toUnicode(UConverter *cnv, function
1814 ucnv_toUnicode(cnv, &dest, destLimit, &src, srcLimit, 0, TRUE, pErrorCode);
1826 ucnv_toUnicode(cnv, &dest, destLimit, &src, srcLimit, 0, TRUE, pErrorCode);
2085 * int32_t. See ucnv_toUnicode() for a more detailed comment.
/external/icu4c/common/unicode/
H A Durename.h678 #define ucnv_toUnicode U_ICU_ENTRY_POINT_RENAME(ucnv_toUnicode) macro
/external/chromium_org/third_party/icu/source/common/unicode/
H A Durename.h684 #define ucnv_toUnicode U_ICU_ENTRY_POINT_RENAME(ucnv_toUnicode) macro

Completed in 441 milliseconds