Home
last modified time | relevance | path

Searched defs:U_SUCCESS (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/icu/source/common/unicode/
Dutypes.h706 inline UBool U_SUCCESS(UErrorCode code) { return (UBool)(code<=U_ZERO_ERROR); } in U_SUCCESS() function
718 # define U_SUCCESS(x) ((x)<=U_ZERO_ERROR) macro
/third_party/flutter/skia/third_party/externals/icu/source/common/unicode/
Dutypes.h686 inline UBool U_SUCCESS(UErrorCode code) { return (UBool)(code<=U_ZERO_ERROR); } in U_SUCCESS() function
698 # define U_SUCCESS(x) ((x)<=U_ZERO_ERROR) macro
/third_party/icu/icu4c/source/common/unicode/
Dutypes.h706 inline UBool U_SUCCESS(UErrorCode code) { return (UBool)(code<=U_ZERO_ERROR); } in U_SUCCESS() function
718 # define U_SUCCESS(x) ((x)<=U_ZERO_ERROR) macro
/third_party/node/deps/icu-small/source/common/unicode/
Dutypes.h700 inline UBool U_SUCCESS(UErrorCode code) { return (UBool)(code<=U_ZERO_ERROR); } in U_SUCCESS() function
712 # define U_SUCCESS(x) ((x)<=U_ZERO_ERROR) macro