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

  /libcore/luni/src/main/java/libcore/icu/
ErrorCode.java 42 public static final int U_TRUNCATED_CHAR_FOUND = 11;
61 "U_TRUNCATED_CHAR_FOUND",
  /external/icu4c/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...]
ucnvmbcs.c     [all...]
ucnv2022.c     [all...]
  /external/icu4c/common/unicode/
utypes.h 660 U_TRUNCATED_CHAR_FOUND = 11, /**< Character conversion: Incomplete input sequence. */
    [all...]
  /external/webkit/Source/JavaScriptCore/icu/unicode/
utypes.h 561 U_TRUNCATED_CHAR_FOUND = 11, /**< Character conversion: Incomplete input sequence. */
  /external/webkit/Source/JavaScriptGlue/icu/unicode/
utypes.h 561 U_TRUNCATED_CHAR_FOUND = 11, /**< Character conversion: Incomplete input sequence. */
  /external/webkit/Source/WebCore/icu/unicode/
utypes.h 561 U_TRUNCATED_CHAR_FOUND = 11, /**< Character conversion: Incomplete input sequence. */
  /external/webkit/Source/WebKit/mac/icu/unicode/
utypes.h 561 U_TRUNCATED_CHAR_FOUND = 11, /**< Character conversion: Incomplete input sequence. */
  /libcore/luni/src/main/java/java/nio/charset/
CharsetDecoderICU.java 121 } else if (ec == ErrorCode.U_TRUNCATED_CHAR_FOUND) {
CharsetEncoderICU.java 149 } else if (ec == ErrorCode.U_TRUNCATED_CHAR_FOUND) {
  /external/icu4c/tools/toolutil/
ucbuf.c 720 * for returning a pointer U_TRUNCATED_CHAR_FOUND
728 *err= U_TRUNCATED_CHAR_FOUND;
  /external/icu4c/test/intltest/
convtest.cpp 153 cc.outErrorCode=U_TRUNCATED_CHAR_FOUND;
275 cc.outErrorCode=U_TRUNCATED_CHAR_FOUND;
    [all...]
  /external/icu4c/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...]
ncnvtst.c     [all...]
ccapitst.c     [all...]
nccbtst.c     [all...]

Completed in 2225 milliseconds