Searched refs:ucnv_getNextUChar (Results 1 - 13 of 13) sorted by relevance

/macosx-10.9.5/ICU-511.35/icuSources/samples/ucnv/
H A Dconvsamp.cpp446 p = ucnv_getNextUChar(conv, &source, sourceLimit, &status);
589 target = ucnv_getNextUChar (conv,
/macosx-10.9.5/ICU-511.35/icuSources/common/unicode/
H A Ducnv.h1194 * @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(UConverte
[all...]
H A Durename.h636 #define ucnv_getNextUChar U_ICU_ENTRY_POINT_RENAME(ucnv_getNextUChar) macro
/macosx-10.9.5/JavaScriptCore-7537.78.1/icu/unicode/
H A Ducnv.h1156 * @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(UConverte
[all...]
H A Durename.h643 #define ucnv_getNextUChar U_ICU_ENTRY_POINT_RENAME(ucnv_getNextUChar) macro
/macosx-10.9.5/WebCore-7537.78.1/icu/unicode/
H A Ducnv.h1156 * @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(UConverte
[all...]
H A Durename.h643 #define ucnv_getNextUChar U_ICU_ENTRY_POINT_RENAME(ucnv_getNextUChar) macro
/macosx-10.9.5/ICU-511.35/icuSources/test/cintltst/
H A Dnucnvtst.c186 c=ucnv_getNextUChar(cnv, &s, limit, &errorCode);
190 log_err("%s ucnv_getNextUChar() failed: %s\n", message, u_errorName(errorCode));
197 log_err("%s ucnv_getNextUChar() result %lx from %d bytes, should have been %lx from %d bytes.\n",
211 c=ucnv_getNextUChar(cnv, &s, limit, &errorCode);
263 /* test ucnv_getNextUChar() for charsets that encode single surrogates with complete byte sequences */
2691 c1=ucnv_getNextUChar(cnv, &source, sourceLim, &status);
2694 c2=ucnv_getNextUChar(cnv, &source, sourceLim, &status);
2697 c3=ucnv_getNextUChar(cnv, &source, sourceLim, &status);
2971 c=ucnv_getNextUChar(cnv, &s, limit, &errorCode);
2975 log_err("%s ucnv_getNextUChar() faile
[all...]
H A Dccapitst.c678 c=ucnv_getNextUChar(cnv, &source, limit, &err);
680 log_err("ucnv_getNextUChar() failed: %s\n", u_errorName(err));
1873 if (uniBuffer [0] != ucnv_getNextUChar(cnv2, &pConstCharBuffer, pCharBuffer, &err))
H A Dncnvtst.c675 c=ucnv_getNextUChar(cnv, &source, source + INPUT_SIZE, &err);
/macosx-10.9.5/ICU-511.35/icuSources/test/intltest/
H A Dconvtest.cpp843 * step==-1: call only ucnv_getNextUChar()
844 * otherwise alternate between ucnv_toUnicode() and ucnv_getNextUChar()
859 c=ucnv_getNextUChar(cnv, &source, bytesLimit, pErrorCode);
897 // as with ucnv_getNextUChar(), we always flush (if we go to bytesLimit)
996 // skip ucnv_getNextUChar() if !finalFlush because
997 // ucnv_getNextUChar() always implies flush
/macosx-10.9.5/ICU-511.35/icuSources/common/
H A Ducnv.c1838 /* ucnv_getNextUChar() ------------------------------------------------------ */
1841 ucnv_getNextUChar(UConverter *cnv, function
1911 * flush==TRUE is implied for ucnv_getNextUChar()
/macosx-10.9.5/WebKit-7537.78.2/mac/icu/unicode/
H A Durename.h643 #define ucnv_getNextUChar U_ICU_ENTRY_POINT_RENAME(ucnv_getNextUChar) macro

Completed in 403 milliseconds