Searched defs:U_FAILURE (Results 1 – 5 of 5) sorted by relevance
721 inline UBool U_FAILURE(UErrorCode code) { return (UBool)(code>U_ZERO_ERROR); } in U_FAILURE() function732 # define U_FAILURE(x) ((x)>U_ZERO_ERROR) macro
862 inline UBool U_FAILURE(UErrorCode code) { return (UBool)(code>U_ZERO_ERROR); } in U_FAILURE() function873 # define U_FAILURE(x) ((x)>U_ZERO_ERROR) macro