Lines Matching refs:ucnv_getNextUChar
1208 * @see ucnv_getNextUChar
1299 * This makes ucnv_getNextUChar() unsuitable for "streaming" conversion,
1301 * because ucnv_getNextUChar() will assume the end of the input at the end
1305 * It is possible to "mix" ucnv_getNextUChar() and ucnv_toUnicode() because
1306 * ucnv_getNextUChar() uses the current state of the converter
1308 * However, if ucnv_getNextUChar() is called after ucnv_toUnicode()
1310 * then ucnv_getNextUChar() will always use the slower ucnv_toUnicode()
1312 * (This is new in ICU 2.6. In earlier releases, ucnv_getNextUChar() had to
1315 * Instead of using ucnv_getNextUChar(), it is recommended
1357 ucnv_getNextUChar(UConverter * converter,
1561 * @see ucnv_getNextUChar