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

  /external/chromium_org/third_party/icu/source/common/unicode/
utypes.h 473 * Error codes should be tested using U_FAILURE() and U_SUCCESS().
693 inline UBool U_SUCCESS(UErrorCode code) { return (UBool)(code<=U_ZERO_ERROR); }
705 # define U_SUCCESS(x) ((x)<=U_ZERO_ERROR)
  /external/icu/icu4c/source/common/unicode/
utypes.h 477 * Error codes should be tested using U_FAILURE() and U_SUCCESS().
697 inline UBool U_SUCCESS(UErrorCode code) { return (UBool)(code<=U_ZERO_ERROR); }
709 # define U_SUCCESS(x) ((x)<=U_ZERO_ERROR)

Completed in 119 milliseconds