Searched refs:USPOOF_CHAR_LIMIT (Results 1 – 5 of 5) sorted by relevance
370 uspoof_setChecks(sc, USPOOF_CHAR_LIMIT, &status); in TestUSpoofCAPI()379 TEST_ASSERT_EQ(USPOOF_CHAR_LIMIT, checkResults); in TestUSpoofCAPI()409 uspoof_setChecks(sc, USPOOF_ALL_CHECKS & ~USPOOF_CHAR_LIMIT, &status); in TestUSpoofCAPI()424 TEST_ASSERT_EQ(USPOOF_CHAR_LIMIT | USPOOF_RESTRICTION_LEVEL, checkResults); in TestUSpoofCAPI()
326 This->fChecks |= USPOOF_CHAR_LIMIT; in uspoof_setAllowedUnicodeSet()540 if (This->fChecks & (USPOOF_CHAR_LIMIT)) { in uspoof_checkUnicodeString()548 result |= USPOOF_CHAR_LIMIT; in uspoof_checkUnicodeString()
314 fChecks &= ~USPOOF_CHAR_LIMIT; in setAllowedLocales()344 fChecks |= USPOOF_CHAR_LIMIT; in setAllowedLocales()
235 USPOOF_CHAR_LIMIT = 64, enumerator
713 expectedValue |= USPOOF_CHAR_LIMIT; in testRestrictionLevel()