Searched refs:ucnv_setSubstChars (Results 1 - 15 of 15) sorted by relevance

/external/chromium_org/third_party/icu/source/common/unicode/
H A Ducnv.h604 * @see ucnv_setSubstChars
633 ucnv_setSubstChars(UConverter *converter,
642 * Unlike ucnv_setSubstChars() which is designed to set a charset byte sequence
649 * Also unlike ucnv_setSubstChars(), this function works for stateful charsets
661 * @see ucnv_setSubstChars
H A Durename.h681 #define ucnv_setSubstChars U_ICU_ENTRY_POINT_RENAME(ucnv_setSubstChars) macro
/external/icu/icu4c/source/common/unicode/
H A Ducnv.h604 * @see ucnv_setSubstChars
633 ucnv_setSubstChars(UConverter *converter,
642 * Unlike ucnv_setSubstChars() which is designed to set a charset byte sequence
649 * Also unlike ucnv_setSubstChars(), this function works for stateful charsets
661 * @see ucnv_setSubstChars
H A Durename.h671 #define ucnv_setSubstChars U_ICU_ENTRY_POINT_RENAME(ucnv_setSubstChars) macro
/external/chromium_org/third_party/WebKit/Source/wtf/text/
H A DTextCodecICU.cpp489 ucnv_setSubstChars(m_converterICU, "?", 1, &err);
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dccapitst.c598 /*Testing for ucnv_getSubstChars() and ucnv_setSubstChars()*/
613 log_verbose("\n---Testing ucnv_setSubstChars RoundTrip Test ...\n");
614 ucnv_setSubstChars(myConverter, myptr, ii, &err);
630 /*Testing for ucnv_getSubstChars() and ucnv_setSubstChars() with error conditions*/
640 log_verbose("\n---Testing ucnv_setSubstChars.. with len < minBytesPerChar\n");
641 ucnv_setSubstChars(myConverter, myptr, 0, &err);
643 log_err("ucnv_setSubstChars() with len < minBytesPerChar should throw U_ILLEGAL_ARGUMENT_ERROR Got %s\n", myErrorName(err));
645 log_verbose("\n---Testing ucnv_setSubstChars.. with err != U_ZERO_ERROR \n");
647 ucnv_setSubstChars(myConverter, myptr, ii, &err);
656 ucnv_setSubstChars(myConverte
[all...]
H A Dnccbtst.c2674 ucnv_setSubstChars(conv, mySubChar, len, &status);
2878 ucnv_setSubstChars(conv, mySubChar, len, &status);
3065 ucnv_setSubstChars(conv, mySubChar, len, &status);
3251 ucnv_setSubstChars(conv, mySubChar, len, &status);
H A Dnucnvtst.c4885 ucnv_setSubstChars (cnv2,new_subchars, len, &errorCode);
/external/icu/icu4c/source/test/cintltst/
H A Dccapitst.c598 /*Testing for ucnv_getSubstChars() and ucnv_setSubstChars()*/
613 log_verbose("\n---Testing ucnv_setSubstChars RoundTrip Test ...\n");
614 ucnv_setSubstChars(myConverter, myptr, ii, &err);
630 /*Testing for ucnv_getSubstChars() and ucnv_setSubstChars() with error conditions*/
640 log_verbose("\n---Testing ucnv_setSubstChars.. with len < minBytesPerChar\n");
641 ucnv_setSubstChars(myConverter, myptr, 0, &err);
643 log_err("ucnv_setSubstChars() with len < minBytesPerChar should throw U_ILLEGAL_ARGUMENT_ERROR Got %s\n", myErrorName(err));
645 log_verbose("\n---Testing ucnv_setSubstChars.. with err != U_ZERO_ERROR \n");
647 ucnv_setSubstChars(myConverter, myptr, ii, &err);
656 ucnv_setSubstChars(myConverte
[all...]
H A Dnccbtst.c2678 ucnv_setSubstChars(conv, mySubChar, len, &status);
2882 ucnv_setSubstChars(conv, mySubChar, len, &status);
3069 ucnv_setSubstChars(conv, mySubChar, len, &status);
3255 ucnv_setSubstChars(conv, mySubChar, len, &status);
H A Dnucnvtst.c4890 ucnv_setSubstChars (cnv2,new_subchars, len, &errorCode);
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dconvtest.cpp1386 ucnv_setSubstChars(cnv, cc.subchar, (int8_t)length, &errorCode);
1388 errln("fromUnicode[%d](%s cb=\"%s\" fb=%d flush=%d) ucnv_setSubstChars() failed - %s",
/external/icu/icu4c/source/test/intltest/
H A Dconvtest.cpp1413 ucnv_setSubstChars(cnv, cc.subchar, (int8_t)length, &errorCode);
1415 errln("fromUnicode[%d](%s cb=\"%s\" fb=%d flush=%d) ucnv_setSubstChars() failed - %s",
/external/chromium_org/third_party/icu/source/common/
H A Ducnv.c452 ucnv_setSubstChars (UConverter * converter, function
564 /* See comment in ucnv_setSubstChars(). */
/external/icu/icu4c/source/common/
H A Ducnv.c452 ucnv_setSubstChars (UConverter * converter, function
564 /* See comment in ucnv_setSubstChars(). */

Completed in 1787 milliseconds