Searched defs:U_FAILURE (Results 1 – 2 of 2) sorted by relevance
688 inline UBool U_FAILURE(UErrorCode code) { return (UBool)(code>U_ZERO_ERROR); } in U_FAILURE() function699 # define U_FAILURE(x) ((x)>U_ZERO_ERROR) macro