Searched defs:U_SUCCESS (Results 1 – 1 of 1) sorted by relevance
703 inline UBool U_SUCCESS(UErrorCode code) { return (UBool)(code<=U_ZERO_ERROR); } in U_SUCCESS() function715 # define U_SUCCESS(x) ((x)<=U_ZERO_ERROR) macro