Searched refs:USPOOF_CHAR_LIMIT (Results 1 - 9 of 9) sorted by path

/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Duspoof.h122 * -# USPOOF_CHAR_LIMIT: check that an identifier contains only characters from a specified set
211 USPOOF_CHAR_LIMIT = 64, enumerator in enum:USpoofChecks
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.
/external/chromium_org/third_party/icu/source/i18n/
H A Duspoof.cpp184 This->fChecks |= USPOOF_CHAR_LIMIT;
226 if (This->fChecks & USPOOF_CHAR_LIMIT) {
232 result |= USPOOF_CHAR_LIMIT;
H A Duspoof_impl.cpp312 fCheckMask &= ~USPOOF_CHAR_LIMIT;
342 fCheckMask |= USPOOF_CHAR_LIMIT;
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dspooftest.c337 /* 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/icu/icu4c/source/i18n/unicode/
H A Duspoof.h120 * -# USPOOF_CHAR_LIMIT: check that an identifier contains only characters from a specified set
227 USPOOF_CHAR_LIMIT = 64, enumerator in enum:USpoofChecks
319 * checks except for USPOOF_LOCALE_LIMIT and USPOOF_CHAR_LIMIT.
498 * The USPOOF_CHAR_LIMIT test is automatically enabled for this
560 * The USPOOF_CHAR_LIMIT test is automatically enabled for this
593 * the USPOOF_CHAR_LIMIT test.
607 * The USPOOF_CHAR_LIMIT test is automatically enabled for this
640 * the USPOOF_CHAR_LIMIT test.
/external/icu/icu4c/source/i18n/
H A Duspoof.cpp298 This->fChecks |= USPOOF_CHAR_LIMIT;
510 if (This->fChecks & (USPOOF_CHAR_LIMIT)) {
518 result |= USPOOF_CHAR_LIMIT;
H A Duspoof_impl.cpp316 fChecks &= ~USPOOF_CHAR_LIMIT;
346 fChecks |= USPOOF_CHAR_LIMIT;
/external/icu/icu4c/source/test/cintltst/
H A Dspooftest.c361 /* 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/test/intltest/
H A Ditspoof.cpp718 expectedValue |= USPOOF_CHAR_LIMIT;

Completed in 309 milliseconds