HomeSort by relevance Sort by last modified time
    Searched refs:checkResults (Results 1 - 4 of 4) sorted by null

  /external/icu4c/test/cintltst/
spooftest.c 183 int32_t checkResults;
206 checkResults = uspoof_check(sc2, goodLatin, -1, NULL, &status);
208 TEST_ASSERT_EQ(0, checkResults);
210 checkResults = uspoof_check(sc2, scMixed, -1, NULL, &status);
212 TEST_ASSERT_EQ(USPOOF_SINGLE_SCRIPT | USPOOF_MIXED_SCRIPT_CONFUSABLE, checkResults);
270 int32_t checkResults = 0;
283 checkResults = uspoof_check(clone2, goodLatin, -1, NULL, &status);
285 TEST_ASSERT_EQ(0, checkResults);
287 checkResults = uspoof_check(clone2, scMixed, -1, NULL, &status);
289 TEST_ASSERT_EQ(USPOOF_SINGLE_SCRIPT | USPOOF_MIXED_SCRIPT_CONFUSABLE, checkResults);
    [all...]
  /external/icu4c/test/intltest/
itspoof.cpp 110 int32_t checkResults = uspoof_checkUnicodeString(sc, s, &position, &status);
112 TEST_ASSERT_EQ(0, checkResults);
119 int32_t checkResults = uspoof_areConfusableUnicodeString(sc, s1, s2, &status);
120 TEST_ASSERT_EQ(USPOOF_MIXED_SCRIPT_CONFUSABLE | USPOOF_WHOLE_SCRIPT_CONFUSABLE, checkResults);
rbbitst.cpp 177 void checkResults(const char *heading, RBBITest *test);
213 // checkResults. Compare the actual and expected break positions, report any differences.
215 void BITestData::checkResults(const char *heading, RBBITest *test) {
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CoreEngine.h 234 virtual bool checkResults() {
285 assert(checkResults());
293 assert(checkResults());

Completed in 363 milliseconds