Home | History | Annotate | Download | only in common

Lines Matching defs:ucnv_toUnicode

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