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

/external/icu4c/common/unicode/
H A Ducnv.h560 * @see ucnv_setSubstChars
589 ucnv_setSubstChars(UConverter *converter,
598 * Unlike ucnv_setSubstChars() which is designed to set a charset byte sequence
605 * Also unlike ucnv_setSubstChars(), this function works for stateful charsets
617 * @see ucnv_setSubstChars
H A Durename.h674 #define ucnv_setSubstChars U_ICU_ENTRY_POINT_RENAME(ucnv_setSubstChars) macro
/external/webkit/Source/JavaScriptCore/icu/unicode/
H A Ducnv.h489 * @see ucnv_setSubstChars
511 ucnv_setSubstChars(UConverter *converter,
H A Durename.h534 #define ucnv_setSubstChars ucnv_setSubstChars_3_2 macro
/external/webkit/Source/JavaScriptGlue/icu/unicode/
H A Ducnv.h489 * @see ucnv_setSubstChars
511 ucnv_setSubstChars(UConverter *converter,
H A Durename.h534 #define ucnv_setSubstChars ucnv_setSubstChars_3_2 macro
/external/webkit/Source/WebCore/icu/unicode/
H A Ducnv.h489 * @see ucnv_setSubstChars
511 ucnv_setSubstChars(UConverter *converter,
H A Durename.h534 #define ucnv_setSubstChars ucnv_setSubstChars_3_2 macro
/external/webkit/Source/WebCore/platform/text/
H A DTextCodecICU.cpp440 ucnv_setSubstChars(m_converterICU, "?", 1, &err);
/external/icu4c/test/cintltst/
H A Dccapitst.c642 /*Testing for ucnv_getSubstChars() and ucnv_setSubstChars()*/
657 log_verbose("\n---Testing ucnv_setSubstChars RoundTrip Test ...\n");
658 ucnv_setSubstChars(myConverter, myptr, ii, &err);
674 /*Testing for ucnv_getSubstChars() and ucnv_setSubstChars() with error conditions*/
684 log_verbose("\n---Testing ucnv_setSubstChars.. with len < minBytesPerChar\n");
685 ucnv_setSubstChars(myConverter, myptr, 0, &err);
687 log_err("ucnv_setSubstChars() with len < minBytesPerChar should throw U_ILLEGAL_ARGUMENT_ERROR Got %s\n", myErrorName(err));
689 log_verbose("\n---Testing ucnv_setSubstChars.. with err != U_ZERO_ERROR \n");
691 ucnv_setSubstChars(myConverter, myptr, ii, &err);
700 ucnv_setSubstChars(myConverte
[all...]
H A Dnccbtst.c2697 ucnv_setSubstChars(conv, mySubChar, len, &status);
2904 ucnv_setSubstChars(conv, mySubChar, len, &status);
3094 ucnv_setSubstChars(conv, mySubChar, len, &status);
3280 ucnv_setSubstChars(conv, mySubChar, len, &status);
H A Dnucnvtst.c4893 ucnv_setSubstChars (cnv2,new_subchars, len, &errorCode);
/external/icu4c/test/intltest/
H A Dconvtest.cpp1411 ucnv_setSubstChars(cnv, cc.subchar, (int8_t)length, &errorCode);
1413 errln("fromUnicode[%d](%s cb=\"%s\" fb=%d flush=%d) ucnv_setSubstChars() failed - %s",
/external/icu4c/common/
H A Ducnv.c442 ucnv_setSubstChars (UConverter * converter, function
554 /* See comment in ucnv_setSubstChars(). */
/external/webkit/Source/WebKit/mac/icu/unicode/
H A Durename.h534 #define ucnv_setSubstChars ucnv_setSubstChars_3_2 macro

Completed in 138 milliseconds