/external/icu/icu4c/source/common/unicode/ |
ucnv.h | 609 ucnv_getSubstChars(const UConverter *converter, 630 * @see ucnv_getSubstChars 663 * @see ucnv_getSubstChars [all...] |
urename.h | [all...] |
/external/icu/libandroidicu/include/unicode/ |
ucnv.h | 609 ucnv_getSubstChars(const UConverter *converter, 630 * @see ucnv_getSubstChars 663 * @see ucnv_getSubstChars [all...] |
urename.h | [all...] |
/external/icu/icu4c/source/test/cintltst/ |
ccapitst.c | 599 /*Testing for ucnv_getSubstChars() and ucnv_setSubstChars()*/ 600 log_verbose("\n---Testing ucnv_getSubstChars...\n"); 602 ucnv_getSubstChars(myConverter, myptr, &ii, &err); 604 log_err("ucnv_getSubstChars returned a negative number %d\n", ii); 620 ucnv_getSubstChars(myConverter,save, &ii, &err); 631 /*Testing for ucnv_getSubstChars() and ucnv_setSubstChars() with error conditions*/ 632 log_verbose("\n---Testing ucnv_getSubstChars.. with len < minBytesPerChar\n"); 634 ucnv_getSubstChars(myConverter, myptr, &ii, &err); 636 log_err("ucnv_getSubstChars() with len < minBytesPerChar should throw U_INDEX_OUTOFBOUNDS_ERROR Got %s\n", myErrorName(err)); 640 ucnv_getSubstChars(myConverter, myptr, &ii, &err) [all...] |
nucnvtst.c | [all...] |
/external/icu/icu4c/source/common/ |
ucnv.cpp | 419 ucnv_getSubstChars (const UConverter * converter, [all...] |
/external/icu/libandroidicu/static_shim/ |
shim.cpp | [all...] |