Home
last modified time | relevance | path

Searched refs:USPOOF_CHAR_LIMIT (Results 1 – 4 of 4) sorted by relevance

/external/icu4c/test/cintltst/
Dspooftest.c360 uspoof_setChecks(sc, USPOOF_CHAR_LIMIT, &status); in TestUSpoofCAPI()
369 TEST_ASSERT_EQ(USPOOF_CHAR_LIMIT, checkResults); in TestUSpoofCAPI()
399 uspoof_setChecks(sc, USPOOF_ALL_CHECKS & ~USPOOF_CHAR_LIMIT, &status); in TestUSpoofCAPI()
411 TEST_ASSERT_EQ(USPOOF_CHAR_LIMIT, checkResults); in TestUSpoofCAPI()
/external/icu4c/i18n/unicode/
Duspoof.h211 USPOOF_CHAR_LIMIT = 64, enumerator
/external/icu4c/i18n/
Duspoof.cpp181 This->fChecks |= USPOOF_CHAR_LIMIT; in uspoof_setAllowedUnicodeSet()
223 if (This->fChecks & USPOOF_CHAR_LIMIT) { in uspoof_check()
229 result |= USPOOF_CHAR_LIMIT; in uspoof_check()
Duspoof_impl.cpp311 fChecks &= ~USPOOF_CHAR_LIMIT; in setAllowedLocales()
341 fChecks |= USPOOF_CHAR_LIMIT; in setAllowedLocales()