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

1 2

  /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/chromium_org/third_party/icu/source/common/
ucnv_u16.c 512 *err = U_TRUNCATED_CHAR_FOUND;
545 *err=U_TRUNCATED_CHAR_FOUND;
    [all...]
ucnv_lmb.c     [all...]
ucnv.c 1010 *err=U_TRUNCATED_CHAR_FOUND;
    [all...]
ucnv_u32.c 440 *err = U_TRUNCATED_CHAR_FOUND;
935 *err = U_TRUNCATED_CHAR_FOUND;
    [all...]
ucnv_u7.c     [all...]
ucnv_u8.c 641 *err = U_TRUNCATED_CHAR_FOUND;
    [all...]
  /external/chromium_org/third_party/icu/source/common/unicode/
utypes.h 660 U_TRUNCATED_CHAR_FOUND = 11, /**< Character conversion: Incomplete input sequence. */
    [all...]
  /external/icu/icu4c/source/common/
ucnv_u16.c 512 *err = U_TRUNCATED_CHAR_FOUND;
545 *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     [all...]
ucnv_u32.c 441 *err = U_TRUNCATED_CHAR_FOUND;
936 *err = U_TRUNCATED_CHAR_FOUND;
    [all...]
ucnv_u7.c     [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/chromium_org/third_party/icu/source/tools/toolutil/
ucbuf.c 720 * for returning a pointer U_TRUNCATED_CHAR_FOUND
728 *err= U_TRUNCATED_CHAR_FOUND;
  /external/icu/icu4c/source/tools/toolutil/
ucbuf.c 721 * for returning a pointer U_TRUNCATED_CHAR_FOUND
729 *err= U_TRUNCATED_CHAR_FOUND;
  /external/chromium_org/third_party/icu/source/test/intltest/
convtest.cpp 144 cc.outErrorCode=U_TRUNCATED_CHAR_FOUND;
257 cc.outErrorCode=U_TRUNCATED_CHAR_FOUND;
    [all...]
  /external/icu/icu4c/source/test/intltest/
convtest.cpp 153 cc.outErrorCode=U_TRUNCATED_CHAR_FOUND;
275 cc.outErrorCode=U_TRUNCATED_CHAR_FOUND;
    [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
nucnvtst.c     [all...]
cnormtst.c 556 errorCode=U_TRUNCATED_CHAR_FOUND;
558 if(errorCode!=U_TRUNCATED_CHAR_FOUND) {
559 log_err("error: isNormalized(U_TRUNCATED_CHAR_FOUND) changed the error code to %s\n", u_errorName(errorCode));
    [all...]
  /external/icu/icu4c/source/test/cintltst/
nucnvtst.c     [all...]
cnormtst.c 560 errorCode=U_TRUNCATED_CHAR_FOUND;
562 if(errorCode!=U_TRUNCATED_CHAR_FOUND) {
563 log_err("error: isNormalized(U_TRUNCATED_CHAR_FOUND) changed the error code to %s\n", u_errorName(errorCode));
    [all...]

Completed in 400 milliseconds

1 2