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

/external/chromium_org/ppapi/shared_impl/private/
H A Dppb_char_set_shared.cc128 ucnv_getSubstChars(converter, subst_chars, &subst_chars_len, &status);
/external/chromium_org/third_party/icu/source/common/unicode/
H A Ducnv.h608 ucnv_getSubstChars(const UConverter *converter,
629 * @see ucnv_getSubstChars
662 * @see ucnv_getSubstChars
H A Durename.h655 #define ucnv_getSubstChars U_ICU_ENTRY_POINT_RENAME(ucnv_getSubstChars) macro
/external/icu/icu4c/source/common/unicode/
H A Ducnv.h608 ucnv_getSubstChars(const UConverter *converter,
629 * @see ucnv_getSubstChars
662 * @see ucnv_getSubstChars
H A Durename.h645 #define ucnv_getSubstChars U_ICU_ENTRY_POINT_RENAME(ucnv_getSubstChars) macro
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dccapitst.c598 /*Testing for ucnv_getSubstChars() and ucnv_setSubstChars()*/
599 log_verbose("\n---Testing ucnv_getSubstChars...\n");
601 ucnv_getSubstChars(myConverter, myptr, &ii, &err);
603 log_err("ucnv_getSubstChars returned a negative number %d\n", ii);
619 ucnv_getSubstChars(myConverter,save, &ii, &err);
630 /*Testing for ucnv_getSubstChars() and ucnv_setSubstChars() with error conditions*/
631 log_verbose("\n---Testing ucnv_getSubstChars.. with len < minBytesPerChar\n");
633 ucnv_getSubstChars(myConverter, myptr, &ii, &err);
635 log_err("ucnv_getSubstChars() with len < minBytesPerChar should throw U_INDEX_OUTOFBOUNDS_ERROR Got %s\n", myErrorName(err));
639 ucnv_getSubstChars(myConverte
[all...]
H A Dnucnvtst.c4875 ucnv_getSubstChars (cnv1, get_subchars, &len, &errorCode);
4889 ucnv_getSubstChars (cnv2, get_subchars, &len, &errorCode);
/external/icu/icu4c/source/test/cintltst/
H A Dccapitst.c598 /*Testing for ucnv_getSubstChars() and ucnv_setSubstChars()*/
599 log_verbose("\n---Testing ucnv_getSubstChars...\n");
601 ucnv_getSubstChars(myConverter, myptr, &ii, &err);
603 log_err("ucnv_getSubstChars returned a negative number %d\n", ii);
619 ucnv_getSubstChars(myConverter,save, &ii, &err);
630 /*Testing for ucnv_getSubstChars() and ucnv_setSubstChars() with error conditions*/
631 log_verbose("\n---Testing ucnv_getSubstChars.. with len < minBytesPerChar\n");
633 ucnv_getSubstChars(myConverter, myptr, &ii, &err);
635 log_err("ucnv_getSubstChars() with len < minBytesPerChar should throw U_INDEX_OUTOFBOUNDS_ERROR Got %s\n", myErrorName(err));
639 ucnv_getSubstChars(myConverte
[all...]
H A Dnucnvtst.c4880 ucnv_getSubstChars (cnv1, get_subchars, &len, &errorCode);
4894 ucnv_getSubstChars (cnv2, get_subchars, &len, &errorCode);
/external/chromium_org/third_party/icu/source/common/
H A Ducnv.c427 ucnv_getSubstChars (const UConverter * converter, function
/external/icu/icu4c/source/common/
H A Ducnv.c427 ucnv_getSubstChars (const UConverter * converter, function

Completed in 558 milliseconds