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

  /external/icu/icu4c/source/common/unicode/
ucnv.h 604 * @see ucnv_setSubstChars
633 ucnv_setSubstChars(UConverter *converter,
642 * Unlike ucnv_setSubstChars() which is designed to set a charset byte sequence
649 * Also unlike ucnv_setSubstChars(), this function works for stateful charsets
661 * @see ucnv_setSubstChars
    [all...]
urename.h     [all...]
  /external/icu/icu4c/source/test/cintltst/
ccapitst.c 596 /*Testing for ucnv_getSubstChars() and ucnv_setSubstChars()*/
611 log_verbose("\n---Testing ucnv_setSubstChars RoundTrip Test ...\n");
612 ucnv_setSubstChars(myConverter, myptr, ii, &err);
628 /*Testing for ucnv_getSubstChars() and ucnv_setSubstChars() with error conditions*/
638 log_verbose("\n---Testing ucnv_setSubstChars.. with len < minBytesPerChar\n");
639 ucnv_setSubstChars(myConverter, myptr, 0, &err);
641 log_err("ucnv_setSubstChars() with len < minBytesPerChar should throw U_ILLEGAL_ARGUMENT_ERROR Got %s\n", myErrorName(err));
643 log_verbose("\n---Testing ucnv_setSubstChars.. with err != U_ZERO_ERROR \n");
645 ucnv_setSubstChars(myConverter, myptr, ii, &err);
654 ucnv_setSubstChars(myConverter, myptr, ii, &err)
    [all...]
nccbtst.c     [all...]
nucnvtst.c     [all...]
  /external/icu/icu4c/source/common/
ucnv.c 452 ucnv_setSubstChars (UConverter * converter,
564 /* See comment in ucnv_setSubstChars(). */
    [all...]
  /external/icu/icu4c/source/test/intltest/
convtest.cpp     [all...]

Completed in 337 milliseconds