Searched defs:U_SUCCESS (Results 1 – 5 of 5) sorted by relevance
704 inline UBool U_SUCCESS(UErrorCode code) { return (UBool)(code<=U_ZERO_ERROR); } in U_SUCCESS() function716 # define U_SUCCESS(x) ((x)<=U_ZERO_ERROR) macro
700 inline UBool U_SUCCESS(UErrorCode code) { return (UBool)(code<=U_ZERO_ERROR); } in U_SUCCESS() function712 # define U_SUCCESS(x) ((x)<=U_ZERO_ERROR) macro
690 inline UBool U_SUCCESS(UErrorCode code) { return (UBool)(code<=U_ZERO_ERROR); } in U_SUCCESS() function702 # define U_SUCCESS(x) ((x)<=U_ZERO_ERROR) macro