Home | History | Annotate | Download | only in unicode

Lines Matching refs:ucnv_getNextUChar

1156  * @see ucnv_getNextUChar
1247 * This makes ucnv_getNextUChar() unsuitable for "streaming" conversion,
1249 * because ucnv_getNextUChar() will assume the end of the input at the end
1253 * It is possible to "mix" ucnv_getNextUChar() and ucnv_toUnicode() because
1254 * ucnv_getNextUChar() uses the current state of the converter
1256 * However, if ucnv_getNextUChar() is called after ucnv_toUnicode()
1258 * then ucnv_getNextUChar() will always use the slower ucnv_toUnicode()
1260 * (This is new in ICU 2.6. In earlier releases, ucnv_getNextUChar() had to
1263 * Instead of using ucnv_getNextUChar(), it is recommended
1305 ucnv_getNextUChar(UConverter * converter,
1509 * @see ucnv_getNextUChar