Home | History | Annotate | Download | only in unicode

Lines Matching refs:ucnv_getNextUChar

1194  * @see ucnv_getNextUChar
1285 * This makes ucnv_getNextUChar() unsuitable for "streaming" conversion,
1287 * because ucnv_getNextUChar() will assume the end of the input at the end
1291 * It is possible to "mix" ucnv_getNextUChar() and ucnv_toUnicode() because
1292 * ucnv_getNextUChar() uses the current state of the converter
1294 * However, if ucnv_getNextUChar() is called after ucnv_toUnicode()
1296 * then ucnv_getNextUChar() will always use the slower ucnv_toUnicode()
1298 * (This is new in ICU 2.6. In earlier releases, ucnv_getNextUChar() had to
1301 * Instead of using ucnv_getNextUChar(), it is recommended
1343 ucnv_getNextUChar(UConverter * converter,
1547 * @see ucnv_getNextUChar