Home
last modified time | relevance | path

Searched refs:USPOOF_INVISIBLE (Results 1 – 3 of 3) sorted by relevance

/external/icu4c/test/intltest/
Ditspoof.cpp256 TEST_ASSERT_EQ(USPOOF_INVISIBLE, uspoof_checkUnicodeString(sc, s2, &position, &status)); in testInvisible()
264 TEST_ASSERT_EQ(USPOOF_INVISIBLE, uspoof_checkUnicodeString(sc, s3, &position, &status)); in testInvisible()
274 …TEST_ASSERT_EQ(USPOOF_INVISIBLE, uspoof_checkUnicodeString(sc, s, &position, &status) & USPOOF_INV… in testBug8654()
/external/icu4c/i18n/unicode/
Duspoof.h203 USPOOF_INVISIBLE = 32, enumerator
/external/icu4c/i18n/
Duspoof.cpp240 (USPOOF_WHOLE_SCRIPT_CONFUSABLE | USPOOF_MIXED_SCRIPT_CONFUSABLE | USPOOF_INVISIBLE)) { in uspoof_check()
246 if (This->fChecks & USPOOF_INVISIBLE) { in uspoof_check()
277 result |= USPOOF_INVISIBLE; in uspoof_check()