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

  /libcore/luni/src/main/java/java/nio/charset/
CharsetDecoderICU.java 117 } else if (error == ICU.U_TRUNCATED_CHAR_FOUND) {
CharsetEncoderICU.java 146 } else if (error == ICU.U_TRUNCATED_CHAR_FOUND) {
  /external/icu/icu4c/source/common/
ucnv_u16.c 514 *err = U_TRUNCATED_CHAR_FOUND;
547 *err=U_TRUNCATED_CHAR_FOUND;
    [all...]
ucnv_ct.c 239 *err = U_TRUNCATED_CHAR_FOUND;
500 if (*err == U_TRUNCATED_CHAR_FOUND) {
ucnv_lmb.c     [all...]
ucnv.c 1012 *err=U_TRUNCATED_CHAR_FOUND;
    [all...]
ucnv_u32.c 443 *err = U_TRUNCATED_CHAR_FOUND;
938 *err = U_TRUNCATED_CHAR_FOUND;
    [all...]
ucnv_u7.c     [all...]
ucnv_u8.c 655 *err = U_TRUNCATED_CHAR_FOUND;
    [all...]
ucnvmbcs.cpp     [all...]
ucnv2022.cpp     [all...]
  /external/icu/icu4c/source/common/unicode/
utypes.h 442 U_TRUNCATED_CHAR_FOUND = 11, /**< Character conversion: Incomplete input sequence. */
  /libcore/luni/src/main/native/
libcore_icu_NativeConverter.cpp 205 return (error != U_BUFFER_OVERFLOW_ERROR && error != U_TRUNCATED_CHAR_FOUND);
250 errorCode == U_TRUNCATED_CHAR_FOUND) {
306 errorCode == U_TRUNCATED_CHAR_FOUND) {
  /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 561 errorCode=U_TRUNCATED_CHAR_FOUND;
563 if(errorCode!=U_TRUNCATED_CHAR_FOUND) {
564 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...]
  /external/icu/icu4c/source/test/intltest/
convtest.cpp 156 cc.outErrorCode=U_TRUNCATED_CHAR_FOUND;
278 cc.outErrorCode=U_TRUNCATED_CHAR_FOUND;
    [all...]

Completed in 425 milliseconds