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

  /external/icu/icu4c/source/test/cintltst/
spooftest.c 368 /* Limit checks to USPOOF_CHAR_LIMIT. Some of the test data has whole script confusables also,
370 uspoof_setChecks(sc, USPOOF_CHAR_LIMIT, &status);
379 TEST_ASSERT_EQ(USPOOF_CHAR_LIMIT, checkResults);
409 uspoof_setChecks(sc, USPOOF_ALL_CHECKS & ~USPOOF_CHAR_LIMIT, &status);
424 TEST_ASSERT_EQ(USPOOF_CHAR_LIMIT | USPOOF_RESTRICTION_LEVEL, checkResults);
  /external/icu/icu4c/source/i18n/
uspoof.cpp 326 This->fChecks |= USPOOF_CHAR_LIMIT;
540 if (This->fChecks & (USPOOF_CHAR_LIMIT)) {
548 result |= USPOOF_CHAR_LIMIT;
uspoof_impl.cpp 314 fChecks &= ~USPOOF_CHAR_LIMIT;
344 fChecks |= USPOOF_CHAR_LIMIT;
  /external/icu/icu4c/source/i18n/unicode/
uspoof.h 120 * -# USPOOF_CHAR_LIMIT: check that an identifier contains only characters from a specified set
235 USPOOF_CHAR_LIMIT = 64,
323 * checks except for USPOOF_LOCALE_LIMIT and USPOOF_CHAR_LIMIT.
502 * The USPOOF_CHAR_LIMIT test is automatically enabled for this
564 * The USPOOF_CHAR_LIMIT test is automatically enabled for this
597 * the USPOOF_CHAR_LIMIT test.
611 * The USPOOF_CHAR_LIMIT test is automatically enabled for this
644 * the USPOOF_CHAR_LIMIT test.
    [all...]
  /external/icu/icu4c/source/test/intltest/
itspoof.cpp 713 expectedValue |= USPOOF_CHAR_LIMIT;

Completed in 78 milliseconds