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

/macosx-10.9.5/ICU-511.35/icuSources/common/unicode/
H A Ducnv.h598 * @see ucnv_setSubstChars
627 ucnv_setSubstChars(UConverter *converter,
636 * Unlike ucnv_setSubstChars() which is designed to set a charset byte sequence
643 * Also unlike ucnv_setSubstChars(), this function works for stateful charsets
655 * @see ucnv_setSubstChars
H A Durename.h668 #define ucnv_setSubstChars U_ICU_ENTRY_POINT_RENAME(ucnv_setSubstChars) macro
/macosx-10.9.5/JavaScriptCore-7537.78.1/icu/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
/macosx-10.9.5/WebCore-7537.78.1/icu/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
/macosx-10.9.5/WebCore-7537.78.1/platform/text/
H A DTextCodecICU.cpp472 ucnv_setSubstChars(m_converterICU, "?", 1, &err);
/macosx-10.9.5/CF-855.17/
H A DCFICUConverters.c155 ucnv_setSubstChars(converter, &lossyByte, 1, &errorCode);
/macosx-10.9.5/ICU-511.35/icuSources/test/cintltst/
H A Dccapitst.c599 /*Testing for ucnv_getSubstChars() and ucnv_setSubstChars()*/
614 log_verbose("\n---Testing ucnv_setSubstChars RoundTrip Test ...\n");
615 ucnv_setSubstChars(myConverter, myptr, ii, &err);
631 /*Testing for ucnv_getSubstChars() and ucnv_setSubstChars() with error conditions*/
641 log_verbose("\n---Testing ucnv_setSubstChars.. with len < minBytesPerChar\n");
642 ucnv_setSubstChars(myConverter, myptr, 0, &err);
644 log_err("ucnv_setSubstChars() with len < minBytesPerChar should throw U_ILLEGAL_ARGUMENT_ERROR Got %s\n", myErrorName(err));
646 log_verbose("\n---Testing ucnv_setSubstChars.. with err != U_ZERO_ERROR \n");
648 ucnv_setSubstChars(myConverter, myptr, ii, &err);
657 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);
/macosx-10.9.5/ICU-511.35/icuSources/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",
/macosx-10.9.5/ICU-511.35/icuSources/common/
H A Ducnv.c444 ucnv_setSubstChars (UConverter * converter, function
556 /* See comment in ucnv_setSubstChars(). */
/macosx-10.9.5/WebKit-7537.78.2/mac/icu/unicode/
H A Durename.h674 #define ucnv_setSubstChars U_ICU_ENTRY_POINT_RENAME(ucnv_setSubstChars) macro

Completed in 419 milliseconds