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