HomeSort by relevance Sort by last modified time
    Searched refs:ucnv_getSubstChars (Results 1 - 6 of 6) sorted by null

  /external/icu/icu4c/source/common/unicode/
ucnv.h 608 ucnv_getSubstChars(const UConverter *converter,
629 * @see ucnv_getSubstChars
662 * @see ucnv_getSubstChars
    [all...]
urename.h     [all...]
  /external/icu/icu4c/source/test/cintltst/
ccapitst.c 596 /*Testing for ucnv_getSubstChars() and ucnv_setSubstChars()*/
597 log_verbose("\n---Testing ucnv_getSubstChars...\n");
599 ucnv_getSubstChars(myConverter, myptr, &ii, &err);
601 log_err("ucnv_getSubstChars returned a negative number %d\n", ii);
617 ucnv_getSubstChars(myConverter,save, &ii, &err);
628 /*Testing for ucnv_getSubstChars() and ucnv_setSubstChars() with error conditions*/
629 log_verbose("\n---Testing ucnv_getSubstChars.. with len < minBytesPerChar\n");
631 ucnv_getSubstChars(myConverter, myptr, &ii, &err);
633 log_err("ucnv_getSubstChars() with len < minBytesPerChar should throw U_INDEX_OUTOFBOUNDS_ERROR Got %s\n", myErrorName(err));
637 ucnv_getSubstChars(myConverter, myptr, &ii, &err)
    [all...]
nucnvtst.c     [all...]
  /libcore/luni/src/main/native/
libcore_icu_NativeConverter.cpp 517 ucnv_getSubstChars(cnv, replacementBytes, &len, &status);
  /external/icu/icu4c/source/common/
ucnv.c 417 ucnv_getSubstChars (const UConverter * converter,
    [all...]

Completed in 78 milliseconds