Home | History | Annotate | Download | only in common

Lines Matching defs:ucnv_toUnicode

1266 /* ucnv_toUnicode() --------------------------------------------------------- */
1614 ucnv_toUnicode(UConverter *cnv,
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.