HomeSort by relevance Sort by last modified time
    Searched defs:U_UNSUPPORTED_ERROR (Results 1 - 7 of 7) sorted by null

  /libcore/luni/src/main/java/com/ibm/icu4jni/common/
ErrorCode.java 42 case U_UNSUPPORTED_ERROR :
130 public static final int U_UNSUPPORTED_ERROR = 16;
172 "U_UNSUPPORTED_ERROR", "U_RESOURCE_TYPE_MISMATCH",
  /external/chromium/third_party/icu/public/common/unicode/
utypes.h 637 U_UNSUPPORTED_ERROR = 16, /**< Requested operation not supported in current context */
    [all...]
  /external/icu4c/common/unicode/
utypes.h 665 U_UNSUPPORTED_ERROR = 16, /**< Requested operation not supported in current context */
    [all...]
  /external/webkit/JavaScriptCore/icu/unicode/
utypes.h 566 U_UNSUPPORTED_ERROR = 16, /**< Requested operation not supported in current context */
  /external/webkit/JavaScriptGlue/icu/unicode/
utypes.h 566 U_UNSUPPORTED_ERROR = 16, /**< Requested operation not supported in current context */
  /external/webkit/WebCore/icu/unicode/
utypes.h 566 U_UNSUPPORTED_ERROR = 16, /**< Requested operation not supported in current context */
  /external/webkit/WebKit/mac/icu/unicode/
utypes.h 566 U_UNSUPPORTED_ERROR = 16, /**< Requested operation not supported in current context */

Completed in 50 milliseconds