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 361 /* Limit checks to USPOOF_CHAR_LIMIT. Some of the test data has whole script confusables also,
363 uspoof_setChecks(sc, USPOOF_CHAR_LIMIT, &status);
372 TEST_ASSERT_EQ(USPOOF_CHAR_LIMIT, checkResults);
402 uspoof_setChecks(sc, USPOOF_ALL_CHECKS & ~USPOOF_CHAR_LIMIT, &status);
417 TEST_ASSERT_EQ(USPOOF_CHAR_LIMIT | USPOOF_RESTRICTION_LEVEL, checkResults);
  /external/icu/icu4c/source/i18n/
uspoof.cpp 309 This->fChecks |= USPOOF_CHAR_LIMIT;
523 if (This->fChecks & (USPOOF_CHAR_LIMIT)) {
531 result |= USPOOF_CHAR_LIMIT;
uspoof_impl.cpp 315 fChecks &= ~USPOOF_CHAR_LIMIT;
345 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 39 milliseconds