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

  /external/icu/icu4c/source/common/
ucnv_u16.cpp 516 *err = U_TRUNCATED_CHAR_FOUND;
549 *err=U_TRUNCATED_CHAR_FOUND;
    [all...]
ucnv_lmb.cpp     [all...]
ucnv.cpp 1012 *err=U_TRUNCATED_CHAR_FOUND;
    [all...]
ucnv_ct.cpp 240 *err = U_TRUNCATED_CHAR_FOUND;
505 if (*err == U_TRUNCATED_CHAR_FOUND) {
ucnv_u32.cpp 443 *err = U_TRUNCATED_CHAR_FOUND;
938 *err = U_TRUNCATED_CHAR_FOUND;
    [all...]
ucnv_u8.cpp 597 *err = U_TRUNCATED_CHAR_FOUND;
ucnv_u7.cpp     [all...]
ucnvmbcs.cpp     [all...]
ucnv2022.cpp     [all...]
  /external/icu/icu4c/source/common/unicode/
utypes.h 447 U_TRUNCATED_CHAR_FOUND = 11, /**< Character conversion: Incomplete input sequence. */
  /external/icu/libandroidicu/include/unicode/
utypes.h 447 U_TRUNCATED_CHAR_FOUND = 11, /**< Character conversion: Incomplete input sequence. */
  /external/icu/icu4c/source/test/intltest/
convtest.cpp 152 cc.outErrorCode=U_TRUNCATED_CHAR_FOUND;
274 cc.outErrorCode=U_TRUNCATED_CHAR_FOUND;
836 assertEquals("illFormed truncated", U_TRUNCATED_CHAR_FOUND, errorCode.reset());
    [all...]
  /external/icu/icu4c/source/tools/toolutil/
ucbuf.cpp 722 * for returning a pointer U_TRUNCATED_CHAR_FOUND
730 *err= U_TRUNCATED_CHAR_FOUND;
  /external/icu/icu4c/source/test/cintltst/
nucnvtst.c     [all...]
cnormtst.c 562 errorCode=U_TRUNCATED_CHAR_FOUND;
564 if(errorCode!=U_TRUNCATED_CHAR_FOUND) {
565 log_err("error: isNormalized(U_TRUNCATED_CHAR_FOUND) changed the error code to %s\n", u_errorName(errorCode));
    [all...]
ncnvtst.c     [all...]
ccapitst.c     [all...]
nccbtst.c     [all...]

Completed in 337 milliseconds