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

  /libcore/luni/src/main/java/com/ibm/icu4jni/common/
ErrorCode.java 138 public static final int U_ILLEGAL_ESCAPE_SEQUENCE = 18;
173 "U_ILLEGAL_ESCAPE_SEQUENCE", "U_UNSUPPORTED_ESCAPE_SEQUENCE"
  /external/chromium/third_party/icu/source/common/
ucnvhz.c 197 *err = U_ILLEGAL_ESCAPE_SEQUENCE;
219 *err = U_ILLEGAL_ESCAPE_SEQUENCE;
ucnv2022.c     [all...]
ucnv_u16.c     [all...]
ucnv.c     [all...]
  /external/icu4c/common/
ucnvhz.c 197 *err = U_ILLEGAL_ESCAPE_SEQUENCE;
219 *err = U_ILLEGAL_ESCAPE_SEQUENCE;
ucnv2022.c     [all...]
ucnv_u16.c     [all...]
ucnv.c     [all...]
  /external/chromium/third_party/icu/public/common/unicode/
utypes.h 639 U_ILLEGAL_ESCAPE_SEQUENCE = 18, /**< ISO-2022 illlegal escape sequence */
    [all...]
  /external/icu4c/common/unicode/
utypes.h 667 U_ILLEGAL_ESCAPE_SEQUENCE = 18, /**< ISO-2022 illlegal escape sequence */
    [all...]
  /external/webkit/JavaScriptCore/icu/unicode/
utypes.h 568 U_ILLEGAL_ESCAPE_SEQUENCE = 18, /**< ISO-2022 illlegal escape sequence */
  /external/webkit/JavaScriptGlue/icu/unicode/
utypes.h 568 U_ILLEGAL_ESCAPE_SEQUENCE = 18, /**< ISO-2022 illlegal escape sequence */
  /external/webkit/WebCore/icu/unicode/
utypes.h 568 U_ILLEGAL_ESCAPE_SEQUENCE = 18, /**< ISO-2022 illlegal escape sequence */
  /external/webkit/WebKit/mac/icu/unicode/
utypes.h 568 U_ILLEGAL_ESCAPE_SEQUENCE = 18, /**< ISO-2022 illlegal escape sequence */
  /external/chromium/third_party/icu/source/tools/toolutil/
ucbuf.c 429 *error= U_ILLEGAL_ESCAPE_SEQUENCE;
  /external/icu4c/tools/toolutil/
ucbuf.c 429 *error= U_ILLEGAL_ESCAPE_SEQUENCE;
  /external/chromium/third_party/icu/source/test/cintltst/
custrtst.c     [all...]
nucnvtst.c     [all...]
  /external/icu4c/test/cintltst/
custrtst.c     [all...]
nucnvtst.c     [all...]
  /external/chromium/third_party/icu/source/test/intltest/
convtest.cpp 140 cc.outErrorCode=U_ILLEGAL_ESCAPE_SEQUENCE;
    [all...]
  /external/icu4c/test/intltest/
convtest.cpp 155 cc.outErrorCode=U_ILLEGAL_ESCAPE_SEQUENCE;
    [all...]

Completed in 363 milliseconds