Lines Matching refs:ucnv_toUnicode
1212 ucnv_toUnicode(UConverter *converter,
1258 * This function is a more convenient but less powerful version of ucnv_toUnicode().
1276 * @see ucnv_toUnicode
1290 * Advantage compared to ucnv_toUnicode() or ucnv_toUChars():
1294 * it uses ucnv_toUnicode() internally.)
1297 * Limitations compared to ucnv_toUnicode():
1305 * It is possible to "mix" ucnv_getNextUChar() and ucnv_toUnicode() because
1308 * However, if ucnv_getNextUChar() is called after ucnv_toUnicode()
1310 * then ucnv_getNextUChar() will always use the slower ucnv_toUnicode()
1316 * to convert using ucnv_toUnicode() or ucnv_toUChars()
1341 * @param err fills in error status (see ucnv_toUnicode)
1351 * @see ucnv_toUnicode
1364 * Internally, two conversions - ucnv_toUnicode() and ucnv_fromUnicode() -
1410 * ucnv_fromUnicode() and ucnv_toUnicode():
1458 * the UTF-16 pivot using ucnv_toUnicode().
1481 * Passed directly to ucnv_toUnicode(), and carried over to
1495 * @see ucnv_toUnicode
1558 * @see ucnv_toUnicode
1613 * @see ucnv_toUnicode
1665 * @see ucnv_toUnicode