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

  /external/icu4c/test/cintltst/
spooftest.c 337 /* Limit checks to USPOOF_CHAR_LIMIT. Some of the test data has whole script confusables also,
339 uspoof_setChecks(sc, USPOOF_CHAR_LIMIT, &status);
348 TEST_ASSERT_EQ(USPOOF_CHAR_LIMIT, checkResults);
378 uspoof_setChecks(sc, USPOOF_ALL_CHECKS & ~USPOOF_CHAR_LIMIT, &status);
390 TEST_ASSERT_EQ(USPOOF_CHAR_LIMIT, checkResults);
  /external/icu4c/i18n/unicode/
uspoof.h 122 * -# USPOOF_CHAR_LIMIT: check that an identifier contains only characters from a specified set
211 USPOOF_CHAR_LIMIT = 64,
219 * checks except for USPOOF_LOCALE_LIMIT and USPOOF_CHAR_LIMIT.
376 * The USPOOF_CHAR_LIMIT test is automatically enabled for this
438 * The USPOOF_CHAR_LIMIT test is automatically enabled for this
471 * the USPOOF_CHAR_LIMIT test.
485 * The USPOOF_CHAR_LIMIT test is automatically enabled for this
518 * the USPOOF_CHAR_LIMIT test.
    [all...]
  /external/icu4c/i18n/
uspoof.cpp 184 This->fChecks |= USPOOF_CHAR_LIMIT;
226 if (This->fChecks & USPOOF_CHAR_LIMIT) {
232 result |= USPOOF_CHAR_LIMIT;
uspoof_impl.cpp 312 fCheckMask &= ~USPOOF_CHAR_LIMIT;
342 fCheckMask |= USPOOF_CHAR_LIMIT;

Completed in 514 milliseconds