Searched refs:ucnv_setSubstString (Results 1 - 10 of 10) sorted by relevance

/macosx-10.9.5/ICU-511.35/icuSources/common/unicode/
H A Ducnv.h587 * If ucnv_setSubstString() set a Unicode string because the converter is
597 * @see ucnv_setSubstString
615 * The newer ucnv_setSubstString() function relaxes these limitations.
622 * @see ucnv_setSubstString
660 ucnv_setSubstString(UConverter *cnv,
H A Durename.h669 #define ucnv_setSubstString U_ICU_ENTRY_POINT_RENAME(ucnv_setSubstString) macro
/macosx-10.9.5/JavaScriptCore-7537.78.1/icu/unicode/
H A Ducnv.h549 * If ucnv_setSubstString() set a Unicode string because the converter is
559 * @see ucnv_setSubstString
577 * The newer ucnv_setSubstString() function relaxes these limitations.
584 * @see ucnv_setSubstString
622 ucnv_setSubstString(UConverter *cnv,
H A Durename.h675 #define ucnv_setSubstString U_ICU_ENTRY_POINT_RENAME(ucnv_setSubstString) macro
/macosx-10.9.5/WebCore-7537.78.1/icu/unicode/
H A Ducnv.h549 * If ucnv_setSubstString() set a Unicode string because the converter is
559 * @see ucnv_setSubstString
577 * The newer ucnv_setSubstString() function relaxes these limitations.
584 * @see ucnv_setSubstString
622 ucnv_setSubstString(UConverter *cnv,
H A Durename.h675 #define ucnv_setSubstString U_ICU_ENTRY_POINT_RENAME(ucnv_setSubstString) macro
/macosx-10.9.5/ICU-511.35/icuSources/test/intltest/
H A Dconvtest.cpp1394 ucnv_setSubstString(cnv, cc.subString, -1, &errorCode);
1396 errln("fromUnicode[%d](%s cb=\"%s\" fb=%d flush=%d) ucnv_setSubstString() failed - %s",
/macosx-10.9.5/ICU-511.35/icuSources/common/
H A Ducnv.c428 /* Unicode string or empty string from ucnv_setSubstString(). */
474 ucnv_setSubstString(UConverter *cnv, function
/macosx-10.9.5/ICU-511.35/icuSources/test/cintltst/
H A Dccapitst.c3537 /* Simple API test of ucnv_setSubstString() + ucnv_getSubstChars(). */
3544 ucnv_setSubstString(cnv, sub, LENGTHOF(sub), &errorCode);
3546 log_err("ucnv_setSubstString(ISO-8859-1, sub[5]) failed - %s\n", u_errorName(errorCode));
3552 log_err("ucnv_getSubstChars(ucnv_setSubstString(ISO-8859-1, sub[5])) failed - %s\n", u_errorName(errorCode));
3564 ucnv_setSubstString(cnv, sub, LENGTHOF(sub), &errorCode);
3566 log_err("ucnv_setSubstString(HZ, sub[5]) failed - %s\n", u_errorName(errorCode));
3572 log_err("ucnv_getSubstChars(ucnv_setSubstString(HZ, sub[5])) failed - %s\n", u_errorName(errorCode));
3578 * Further testing of ucnv_setSubstString() is done via intltest convert.
/macosx-10.9.5/WebKit-7537.78.2/mac/icu/unicode/
H A Durename.h675 #define ucnv_setSubstString U_ICU_ENTRY_POINT_RENAME(ucnv_setSubstString) macro

Completed in 375 milliseconds