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

  /libcore/luni/src/main/java/libcore/icu/
ICU.java 383 public static boolean U_FAILURE(int error) {
  /external/icu/icu4c/source/common/unicode/
utypes.h 388 * first test if(U_FAILURE(errorCode)) { return immediately; }
393 * Error codes should be tested using U_FAILURE() and U_SUCCESS().
677 inline UBool U_FAILURE(UErrorCode code) { return (UBool)(code>U_ZERO_ERROR); }
688 # define U_FAILURE(x) ((x)>U_ZERO_ERROR)

Completed in 92 milliseconds