Home
last modified time | relevance | path

Searched refs:TEST_ASSERT_NE (Results 1 – 2 of 2) sorted by relevance

/third_party/icu/icu4c/source/test/cintltst/
Dspooftest.c54 #define TEST_ASSERT_NE(a, b) UPRV_BLOCK_MACRO_BEGIN { \ macro
145 TEST_ASSERT_NE(f, NULL); in TestOpenFromSource()
155 TEST_ASSERT_NE(f, NULL); in TestOpenFromSource()
228 TEST_ASSERT_NE(NULL, sc2); in TestUSpoofCAPI()
283 TEST_ASSERT_NE(us, uspoof_getAllowedChars(sc, &status)); in TestUSpoofCAPI()
300 TEST_ASSERT_NE(clone1, sc); in TestUSpoofCAPI()
304 TEST_ASSERT_NE(clone2, clone1); in TestUSpoofCAPI()
/third_party/icu/icu4c/source/test/intltest/
Ditspoof.cpp57 #define TEST_ASSERT_NE(a, b) UPRV_BLOCK_MACRO_BEGIN { \ macro