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

  /external/icu4c/common/unicode/
utypes.h 590 * Error codes should be tested using U_FAILURE() and U_SUCCESS().
    [all...]
  /external/webkit/JavaScriptCore/icu/unicode/
utypes.h 519 * Error codes should be tested using U_FAILURE() and U_SUCCESS().
715 inline UBool U_SUCCESS(UErrorCode code) { return (UBool)(code<=U_ZERO_ERROR); }
727 # define U_SUCCESS(x) ((x)<=U_ZERO_ERROR)
  /external/webkit/JavaScriptGlue/icu/unicode/
utypes.h 519 * Error codes should be tested using U_FAILURE() and U_SUCCESS().
715 inline UBool U_SUCCESS(UErrorCode code) { return (UBool)(code<=U_ZERO_ERROR); }
727 # define U_SUCCESS(x) ((x)<=U_ZERO_ERROR)
  /external/webkit/WebCore/icu/unicode/
utypes.h 519 * Error codes should be tested using U_FAILURE() and U_SUCCESS().
715 inline UBool U_SUCCESS(UErrorCode code) { return (UBool)(code<=U_ZERO_ERROR); }
727 # define U_SUCCESS(x) ((x)<=U_ZERO_ERROR)
  /external/webkit/WebKit/mac/icu/unicode/
utypes.h 519 * Error codes should be tested using U_FAILURE() and U_SUCCESS().
715 inline UBool U_SUCCESS(UErrorCode code) { return (UBool)(code<=U_ZERO_ERROR); }
727 # define U_SUCCESS(x) ((x)<=U_ZERO_ERROR)

Completed in 57 milliseconds