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

  /external/icu4c/common/unicode/
ucnv.h 598 * @see ucnv_setSubstChars
627 ucnv_setSubstChars(UConverter *converter,
636 * Unlike ucnv_setSubstChars() which is designed to set a charset byte sequence
643 * Also unlike ucnv_setSubstChars(), this function works for stateful charsets
655 * @see ucnv_setSubstChars
    [all...]
urename.h     [all...]
  /external/webkit/Source/JavaScriptCore/icu/unicode/
ucnv.h 489 * @see ucnv_setSubstChars
511 ucnv_setSubstChars(UConverter *converter,
    [all...]
urename.h 534 #define ucnv_setSubstChars ucnv_setSubstChars_3_2
    [all...]
  /external/webkit/Source/JavaScriptGlue/icu/unicode/
ucnv.h 489 * @see ucnv_setSubstChars
511 ucnv_setSubstChars(UConverter *converter,
    [all...]
urename.h 534 #define ucnv_setSubstChars ucnv_setSubstChars_3_2
    [all...]
  /external/webkit/Source/WebCore/icu/unicode/
ucnv.h 489 * @see ucnv_setSubstChars
511 ucnv_setSubstChars(UConverter *converter,
    [all...]
urename.h 534 #define ucnv_setSubstChars ucnv_setSubstChars_3_2
    [all...]
  /external/webkit/Source/WebCore/platform/text/
TextCodecICU.cpp 440 ucnv_setSubstChars(m_converterICU, "?", 1, &err);
  /external/icu4c/test/cintltst/
ccapitst.c 599 /*Testing for ucnv_getSubstChars() and ucnv_setSubstChars()*/
614 log_verbose("\n---Testing ucnv_setSubstChars RoundTrip Test ...\n");
615 ucnv_setSubstChars(myConverter, myptr, ii, &err);
631 /*Testing for ucnv_getSubstChars() and ucnv_setSubstChars() with error conditions*/
641 log_verbose("\n---Testing ucnv_setSubstChars.. with len < minBytesPerChar\n");
642 ucnv_setSubstChars(myConverter, myptr, 0, &err);
644 log_err("ucnv_setSubstChars() with len < minBytesPerChar should throw U_ILLEGAL_ARGUMENT_ERROR Got %s\n", myErrorName(err));
646 log_verbose("\n---Testing ucnv_setSubstChars.. with err != U_ZERO_ERROR \n");
648 ucnv_setSubstChars(myConverter, myptr, ii, &err);
657 ucnv_setSubstChars(myConverter, myptr, ii, &err)
    [all...]
nccbtst.c     [all...]
nucnvtst.c     [all...]
  /external/icu4c/test/intltest/
convtest.cpp     [all...]
  /external/icu4c/common/
ucnv.c 444 ucnv_setSubstChars (UConverter * converter,
556 /* See comment in ucnv_setSubstChars(). */
    [all...]
  /external/webkit/Source/WebKit/mac/icu/unicode/
urename.h 534 #define ucnv_setSubstChars ucnv_setSubstChars_3_2
    [all...]

Completed in 689 milliseconds