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

  /libcore/luni/src/main/java/libcore/icu/
ICU.java 370 public static boolean U_FAILURE(int error) {
  /external/chromium_org/third_party/icu/source/common/unicode/
utypes.h 468 * first test if(U_FAILURE(errorCode)) { return immediately; }
473 * Error codes should be tested using U_FAILURE() and U_SUCCESS().
699 inline UBool U_FAILURE(UErrorCode code) { return (UBool)(code>U_ZERO_ERROR); }
710 # define U_FAILURE(x) ((x)>U_ZERO_ERROR)
  /external/icu/icu4c/source/common/unicode/
utypes.h 472 * first test if(U_FAILURE(errorCode)) { return immediately; }
477 * Error codes should be tested using U_FAILURE() and U_SUCCESS().
703 inline UBool U_FAILURE(UErrorCode code) { return (UBool)(code>U_ZERO_ERROR); }
714 # define U_FAILURE(x) ((x)>U_ZERO_ERROR)

Completed in 215 milliseconds