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

  /external/chromium_org/third_party/icu/source/i18n/unicode/
uspoof.h 117 * -# USPOOF_INVISIBLE: check an identifier for the presence of invisible characters,
205 USPOOF_INVISIBLE = 32,
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
itspoof.cpp 251 TEST_ASSERT_EQ(USPOOF_INVISIBLE, uspoof_checkUnicodeString(sc, s2, &position, &status));
259 TEST_ASSERT_EQ(USPOOF_INVISIBLE, uspoof_checkUnicodeString(sc, s3, &position, &status));
  /external/icu4c/i18n/
uspoof.cpp 492 (USPOOF_WHOLE_SCRIPT_CONFUSABLE | USPOOF_MIXED_SCRIPT_CONFUSABLE | USPOOF_INVISIBLE)) {
498 if (This->fChecks & USPOOF_INVISIBLE) {
530 result |= USPOOF_INVISIBLE;
  /external/icu4c/i18n/unicode/
uspoof.h 115 * -# USPOOF_INVISIBLE: check an identifier for the presence of invisible characters,
221 USPOOF_INVISIBLE = 32,
    [all...]
  /external/icu4c/test/intltest/
itspoof.cpp 294 TEST_ASSERT_EQ(USPOOF_INVISIBLE, uspoof_checkUnicodeString(sc, s2, &position, &status));
302 TEST_ASSERT_EQ(USPOOF_INVISIBLE, uspoof_checkUnicodeString(sc, s3, &position, &status));
312 TEST_ASSERT_EQ(USPOOF_INVISIBLE, uspoof_checkUnicodeString(sc, s, &position, &status) & USPOOF_INVISIBLE );
  /external/chromium_org/third_party/icu/source/i18n/
uspoof.cpp 242 (USPOOF_WHOLE_SCRIPT_CONFUSABLE | USPOOF_MIXED_SCRIPT_CONFUSABLE | USPOOF_INVISIBLE)) {
248 if (This->fChecks & USPOOF_INVISIBLE) {
279 result |= USPOOF_INVISIBLE;

Completed in 104 milliseconds