Searched refs:checkResults (Results 1 - 4 of 4) sorted by relevance

/external/icu4c/test/cintltst/
H A Dspooftest.c181 int32_t checkResults; local
204 checkResults = uspoof_check(sc2, goodLatin, -1, NULL, &status);
206 TEST_ASSERT_EQ(0, checkResults);
208 checkResults = uspoof_check(sc2, scMixed, -1, NULL, &status);
210 TEST_ASSERT_EQ(USPOOF_SINGLE_SCRIPT | USPOOF_MIXED_SCRIPT_CONFUSABLE, checkResults);
268 int32_t checkResults = 0; local
281 checkResults = uspoof_check(clone2, goodLatin, -1, NULL, &status);
283 TEST_ASSERT_EQ(0, checkResults);
285 checkResults = uspoof_check(clone2, scMixed, -1, NULL, &status);
287 TEST_ASSERT_EQ(USPOOF_SINGLE_SCRIPT | USPOOF_MIXED_SCRIPT_CONFUSABLE, checkResults);
297 int32_t checkResults; local
322 int32_t checkResults; local
369 int32_t checkResults; local
402 int32_t checkResults; local
433 int32_t checkResults; local
453 int32_t checkResults; local
[all...]
/external/icu4c/test/intltest/
H A Ditspoof.cpp104 int32_t checkResults = uspoof_checkUnicodeString(sc, s, &position, &status); local
106 TEST_ASSERT_EQ(0, checkResults);
113 int32_t checkResults = uspoof_areConfusableUnicodeString(sc, s1, s2, &status); local
114 TEST_ASSERT_EQ(USPOOF_MIXED_SCRIPT_CONFUSABLE | USPOOF_WHOLE_SCRIPT_CONFUSABLE, checkResults);
H A Drbbitst.cpp179 void checkResults(const char *heading, RBBITest *test);
215 // checkResults. Compare the actual and expected break positions, report any differences.
217 void BITestData::checkResults(const char *heading, RBBITest *test) { function in class:BITestData
901 td.checkResults("testFirstAndNext", this);
934 td.checkResults("testLastAndPrevious", this);
978 td.checkResults("testFollowing", this);
1020 td.checkResults("testPreceding", this);
1041 td.checkResults("testIsBoundary: ", this);
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCoreEngine.h205 virtual bool checkResults() { function in class:clang::ento::NodeBuilder
256 assert(checkResults());

Completed in 71 milliseconds