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

  /external/icu4c/test/cintltst/
spooftest.c 181 int32_t checkResults;
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;
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);
    [all...]
  /external/chromium/third_party/icu/source/test/cintltst/
spooftest.c 200 int32_t checkResults;
223 checkResults = uspoof_check(sc2, goodLatin, -1, NULL, &status);
225 TEST_ASSERT_EQ(0, checkResults);
227 checkResults = uspoof_check(sc2, scMixed, -1, NULL, &status);
229 TEST_ASSERT_EQ(USPOOF_SINGLE_SCRIPT | USPOOF_MIXED_SCRIPT_CONFUSABLE, checkResults);
287 int32_t checkResults = 0;
300 checkResults = uspoof_check(clone2, goodLatin, -1, NULL, &status);
302 TEST_ASSERT_EQ(0, checkResults);
304 checkResults = uspoof_check(clone2, scMixed, -1, NULL, &status);
306 TEST_ASSERT_EQ(USPOOF_SINGLE_SCRIPT | USPOOF_MIXED_SCRIPT_CONFUSABLE, checkResults);
    [all...]
  /external/chromium/third_party/icu/source/test/intltest/
itspoof.cpp 91 int32_t checkResults = uspoof_checkUnicodeString(sc, s, &position, &status);
93 TEST_ASSERT_EQ(0, checkResults);
100 int32_t checkResults = uspoof_areConfusableUnicodeString(sc, s1, s2, &status);
101 TEST_ASSERT_EQ(USPOOF_MIXED_SCRIPT_CONFUSABLE | USPOOF_WHOLE_SCRIPT_CONFUSABLE, checkResults);
rbbitst.cpp 146 void checkResults(const char *heading, RBBITest *test);
182 // checkResults. Compare the actual and expected break positions, report any differences.
184 void BITestData::checkResults(const char *heading, RBBITest *test) {
    [all...]
  /external/icu4c/test/intltest/
itspoof.cpp 103 int32_t checkResults = uspoof_checkUnicodeString(sc, s, &position, &status);
105 TEST_ASSERT_EQ(0, checkResults);
112 int32_t checkResults = uspoof_areConfusableUnicodeString(sc, s1, s2, &status);
113 TEST_ASSERT_EQ(USPOOF_MIXED_SCRIPT_CONFUSABLE | USPOOF_WHOLE_SCRIPT_CONFUSABLE, checkResults);
rbbitst.cpp 176 void checkResults(const char *heading, RBBITest *test);
212 // checkResults. Compare the actual and expected break positions, report any differences.
214 void BITestData::checkResults(const char *heading, RBBITest *test) {
    [all...]

Completed in 144 milliseconds