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/native/
libcore_icu_NativeConverter.cpp 176 return (error != U_BUFFER_OVERFLOW_ERROR && error != U_TRUNCATED_CHAR_FOUND);
221 errorCode == U_TRUNCATED_CHAR_FOUND) {
277 errorCode == U_TRUNCATED_CHAR_FOUND) {
  /external/icu/icu4c/source/common/
ucnv_u16.c 512 *err = U_TRUNCATED_CHAR_FOUND;
545 *err=U_TRUNCATED_CHAR_FOUND;
    [all...]
ucnv_ct.c 237 *err = U_TRUNCATED_CHAR_FOUND;
498 if (*err == U_TRUNCATED_CHAR_FOUND) {
ucnv_lmb.c     [all...]
ucnv.c     [all...]
ucnv_u32.c 441 *err = U_TRUNCATED_CHAR_FOUND;
936 *err = U_TRUNCATED_CHAR_FOUND;
    [all...]
ucnv_u7.c     [all...]
ucnv_u8.c 653 *err = U_TRUNCATED_CHAR_FOUND;
    [all...]
ucnvmbcs.cpp     [all...]
ucnv2022.cpp     [all...]
  /external/icu/icu4c/source/common/unicode/
utypes.h 521 U_TRUNCATED_CHAR_FOUND = 11, /**< Character conversion: Incomplete input sequence. */
  /libcore/luni/src/main/java/java/nio/charset/
CharsetDecoderICU.java 116 } else if (error == ICU.U_TRUNCATED_CHAR_FOUND) {
CharsetEncoderICU.java 144 } else if (error == ICU.U_TRUNCATED_CHAR_FOUND) {
  /external/icu/icu4c/source/tools/toolutil/
ucbuf.c 720 * for returning a pointer U_TRUNCATED_CHAR_FOUND
728 *err= U_TRUNCATED_CHAR_FOUND;
  /external/icu/icu4c/source/test/cintltst/
nucnvtst.c     [all...]
cnormtst.c 559 errorCode=U_TRUNCATED_CHAR_FOUND;
561 if(errorCode!=U_TRUNCATED_CHAR_FOUND) {
562 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 154 cc.outErrorCode=U_TRUNCATED_CHAR_FOUND;
276 cc.outErrorCode=U_TRUNCATED_CHAR_FOUND;
    [all...]

Completed in 998 milliseconds