/external/icu4c/test/cintltst/ |
ccapitst.c | 642 /*Testing for ucnv_getSubstChars() and ucnv_setSubstChars()*/ 657 log_verbose("\n---Testing ucnv_setSubstChars RoundTrip Test ...\n"); 658 ucnv_setSubstChars(myConverter, myptr, ii, &err); 674 /*Testing for ucnv_getSubstChars() and ucnv_setSubstChars() with error conditions*/ 684 log_verbose("\n---Testing ucnv_setSubstChars.. with len < minBytesPerChar\n"); 685 ucnv_setSubstChars(myConverter, myptr, 0, &err); 687 log_err("ucnv_setSubstChars() with len < minBytesPerChar should throw U_ILLEGAL_ARGUMENT_ERROR Got %s\n", myErrorName(err)); 689 log_verbose("\n---Testing ucnv_setSubstChars.. with err != U_ZERO_ERROR \n"); 691 ucnv_setSubstChars(myConverter, myptr, ii, &err); 700 ucnv_setSubstChars(myConverter, myptr, ii, &err) [all...] |
nccbtst.c | [all...] |
nucnvtst.c | [all...] |
/external/webkit/Source/WebCore/platform/text/ |
TextCodecICU.cpp | 440 ucnv_setSubstChars(m_converterICU, "?", 1, &err);
|
/external/icu4c/common/unicode/ |
ucnv.h | 560 * @see ucnv_setSubstChars 589 ucnv_setSubstChars(UConverter *converter, 598 * Unlike ucnv_setSubstChars() which is designed to set a charset byte sequence 605 * Also unlike ucnv_setSubstChars(), this function works for stateful charsets 617 * @see ucnv_setSubstChars [all...] |
ucnv_err.h | 312 * @see ucnv_setSubstChars
|
urename.h | [all...] |
/external/webkit/Source/JavaScriptCore/icu/unicode/ |
ucnv_err.h | 305 * @see ucnv_setSubstChars
|
urename.h | 534 #define ucnv_setSubstChars ucnv_setSubstChars_3_2 [all...] |
ucnv.h | 489 * @see ucnv_setSubstChars 511 ucnv_setSubstChars(UConverter *converter, [all...] |
/external/webkit/Source/JavaScriptGlue/icu/unicode/ |
ucnv_err.h | 305 * @see ucnv_setSubstChars
|
urename.h | 534 #define ucnv_setSubstChars ucnv_setSubstChars_3_2 [all...] |
ucnv.h | 489 * @see ucnv_setSubstChars 511 ucnv_setSubstChars(UConverter *converter, [all...] |
/external/webkit/Source/WebCore/icu/unicode/ |
ucnv_err.h | 305 * @see ucnv_setSubstChars
|
urename.h | 534 #define ucnv_setSubstChars ucnv_setSubstChars_3_2 [all...] |
ucnv.h | 489 * @see ucnv_setSubstChars 511 ucnv_setSubstChars(UConverter *converter, [all...] |
/external/icu4c/test/intltest/ |
convtest.cpp | [all...] |
/external/webkit/Source/WebKit/mac/icu/unicode/ |
urename.h | 534 #define ucnv_setSubstChars ucnv_setSubstChars_3_2 [all...] |
/external/icu4c/common/ |
ucnv.c | 442 ucnv_setSubstChars (UConverter * converter, 554 /* See comment in ucnv_setSubstChars(). */ [all...] |
/external/icu4c/test/testdata/ |
conversion.txt | 33 "In order to specify a charset substitution character (for ucnv_setSubstChars()),\n" [all...] |