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

  /external/icu4c/common/unicode/
utypes.h 631 * first test if(U_FAILURE(errorCode)) { return immediately; }
636 * Error codes should be tested using U_FAILURE() and U_SUCCESS().
    [all...]
  /external/webkit/Source/JavaScriptCore/icu/unicode/
utypes.h 514 * first test if(U_FAILURE(errorCode)) { return immediately; }
519 * Error codes should be tested using U_FAILURE() and U_SUCCESS().
721 inline UBool U_FAILURE(UErrorCode code) { return (UBool)(code>U_ZERO_ERROR); }
732 # define U_FAILURE(x) ((x)>U_ZERO_ERROR)
  /external/webkit/Source/JavaScriptGlue/icu/unicode/
utypes.h 514 * first test if(U_FAILURE(errorCode)) { return immediately; }
519 * Error codes should be tested using U_FAILURE() and U_SUCCESS().
721 inline UBool U_FAILURE(UErrorCode code) { return (UBool)(code>U_ZERO_ERROR); }
732 # define U_FAILURE(x) ((x)>U_ZERO_ERROR)
  /external/webkit/Source/WebCore/icu/unicode/
utypes.h 514 * first test if(U_FAILURE(errorCode)) { return immediately; }
519 * Error codes should be tested using U_FAILURE() and U_SUCCESS().
721 inline UBool U_FAILURE(UErrorCode code) { return (UBool)(code>U_ZERO_ERROR); }
732 # define U_FAILURE(x) ((x)>U_ZERO_ERROR)
  /external/webkit/Source/WebKit/mac/icu/unicode/
utypes.h 514 * first test if(U_FAILURE(errorCode)) { return immediately; }
519 * Error codes should be tested using U_FAILURE() and U_SUCCESS().
721 inline UBool U_FAILURE(UErrorCode code) { return (UBool)(code>U_ZERO_ERROR); }
732 # define U_FAILURE(x) ((x)>U_ZERO_ERROR)

Completed in 2573 milliseconds