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

/external/chromium_org/ppapi/shared_impl/private/
H A Dppb_char_set_shared.cc140 ucnv_setSubstString(converter, &question_mark, 1, &subst_status);
/external/chromium_org/third_party/icu/source/common/unicode/
H A Ducnv.h593 * If ucnv_setSubstString() set a Unicode string because the converter is
603 * @see ucnv_setSubstString
621 * The newer ucnv_setSubstString() function relaxes these limitations.
628 * @see ucnv_setSubstString
666 ucnv_setSubstString(UConverter *cnv,
H A Durename.h682 #define ucnv_setSubstString U_ICU_ENTRY_POINT_RENAME(ucnv_setSubstString) macro
/external/icu/icu4c/source/common/unicode/
H A Ducnv.h593 * If ucnv_setSubstString() set a Unicode string because the converter is
603 * @see ucnv_setSubstString
621 * The newer ucnv_setSubstString() function relaxes these limitations.
628 * @see ucnv_setSubstString
666 ucnv_setSubstString(UConverter *cnv,
H A Durename.h672 #define ucnv_setSubstString U_ICU_ENTRY_POINT_RENAME(ucnv_setSubstString) macro
/external/chromium_org/third_party/icu/source/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",
/external/icu/icu4c/source/test/intltest/
H A Dconvtest.cpp1421 ucnv_setSubstString(cnv, cc.subString, -1, &errorCode);
1423 errln("fromUnicode[%d](%s cb=\"%s\" fb=%d flush=%d) ucnv_setSubstString() failed - %s",
/external/chromium_org/third_party/icu/source/common/
H A Ducnv.c436 /* Unicode string or empty string from ucnv_setSubstString(). */
482 ucnv_setSubstString(UConverter *cnv, function
/external/icu/icu4c/source/common/
H A Ducnv.c436 /* Unicode string or empty string from ucnv_setSubstString(). */
482 ucnv_setSubstString(UConverter *cnv, function
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dccapitst.c3538 /* Simple API test of ucnv_setSubstString() + ucnv_getSubstChars(). */
3545 ucnv_setSubstString(cnv, sub, LENGTHOF(sub), &errorCode);
3547 log_err("ucnv_setSubstString(ISO-8859-1, sub[5]) failed - %s\n", u_errorName(errorCode));
3553 log_err("ucnv_getSubstChars(ucnv_setSubstString(ISO-8859-1, sub[5])) failed - %s\n", u_errorName(errorCode));
3565 ucnv_setSubstString(cnv, sub, LENGTHOF(sub), &errorCode);
3567 log_err("ucnv_setSubstString(HZ, sub[5]) failed - %s\n", u_errorName(errorCode));
3573 log_err("ucnv_getSubstChars(ucnv_setSubstString(HZ, sub[5])) failed - %s\n", u_errorName(errorCode));
3579 * Further testing of ucnv_setSubstString() is done via intltest convert.
/external/icu/icu4c/source/test/cintltst/
H A Dccapitst.c3540 /* Simple API test of ucnv_setSubstString() + ucnv_getSubstChars(). */
3547 ucnv_setSubstString(cnv, sub, LENGTHOF(sub), &errorCode);
3549 log_err("ucnv_setSubstString(ISO-8859-1, sub[5]) failed - %s\n", u_errorName(errorCode));
3555 log_err("ucnv_getSubstChars(ucnv_setSubstString(ISO-8859-1, sub[5])) failed - %s\n", u_errorName(errorCode));
3567 ucnv_setSubstString(cnv, sub, LENGTHOF(sub), &errorCode);
3569 log_err("ucnv_setSubstString(HZ, sub[5]) failed - %s\n", u_errorName(errorCode));
3575 log_err("ucnv_getSubstChars(ucnv_setSubstString(HZ, sub[5])) failed - %s\n", u_errorName(errorCode));
3581 * Further testing of ucnv_setSubstString() is done via intltest convert.

Completed in 525 milliseconds