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

  /external/icu/icu4c/source/i18n/
uspoof.cpp 555 (USPOOF_WHOLE_SCRIPT_CONFUSABLE | USPOOF_MIXED_SCRIPT_CONFUSABLE | USPOOF_INVISIBLE)) {
561 if (This->fChecks & USPOOF_INVISIBLE) {
593 result |= USPOOF_INVISIBLE;
  /external/icu/icu4c/source/i18n/unicode/
uspoof.h 115 * -# USPOOF_INVISIBLE: check an identifier for the presence of invisible characters,
229 USPOOF_INVISIBLE = 32,
    [all...]
  /external/icu/icu4c/source/test/intltest/
itspoof.cpp 289 TEST_ASSERT_EQ(USPOOF_INVISIBLE, uspoof_checkUnicodeString(sc, s2, &position, &status));
297 TEST_ASSERT_EQ(USPOOF_INVISIBLE, uspoof_checkUnicodeString(sc, s3, &position, &status));
307 TEST_ASSERT_EQ(USPOOF_INVISIBLE, uspoof_checkUnicodeString(sc, s, &position, &status) & USPOOF_INVISIBLE );

Completed in 50 milliseconds