Home | History | Annotate | Download | only in unicode

Lines Matching refs:ucnv_getNextUChar

1036  * @see ucnv_getNextUChar
1127 * This makes ucnv_getNextUChar() unsuitable for "streaming" conversion,
1129 * because ucnv_getNextUChar() will assume the end of the input at the end
1133 * It is possible to "mix" ucnv_getNextUChar() and ucnv_toUnicode() because
1134 * ucnv_getNextUChar() uses the current state of the converter
1136 * However, if ucnv_getNextUChar() is called after ucnv_toUnicode()
1138 * then ucnv_getNextUChar() will always use the slower ucnv_toUnicode()
1140 * (This is new in ICU 2.6. In earlier releases, ucnv_getNextUChar() had to
1143 * Instead of using ucnv_getNextUChar(), it is recommended
1185 ucnv_getNextUChar(UConverter * converter,
1379 * @see ucnv_getNextUChar