Searched defs:U_FAILURE (Results 1 – 4 of 4) sorted by relevance
712 inline UBool U_FAILURE(UErrorCode code) { return (UBool)(code>U_ZERO_ERROR); } in U_FAILURE() function723 # define U_FAILURE(x) ((x)>U_ZERO_ERROR) macro
692 inline UBool U_FAILURE(UErrorCode code) { return (UBool)(code>U_ZERO_ERROR); } in U_FAILURE() function703 # define U_FAILURE(x) ((x)>U_ZERO_ERROR) macro
706 inline UBool U_FAILURE(UErrorCode code) { return (UBool)(code>U_ZERO_ERROR); } in U_FAILURE() function717 # define U_FAILURE(x) ((x)>U_ZERO_ERROR) macro