OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:checkResults
(Results
1 - 3
of
3
) 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/icu4c/test/intltest/
itspoof.cpp
104
int32_t
checkResults
= uspoof_checkUnicodeString(sc, s, &position, &status);
106
TEST_ASSERT_EQ(0,
checkResults
);
113
int32_t
checkResults
= uspoof_areConfusableUnicodeString(sc, s1, s2, &status);
114
TEST_ASSERT_EQ(USPOOF_MIXED_SCRIPT_CONFUSABLE | USPOOF_WHOLE_SCRIPT_CONFUSABLE,
checkResults
);
rbbitst.cpp
179
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) {
[
all
...]
Completed in 465 milliseconds