Searched refs:fChecks (Results 1 – 9 of 9) sorted by relevance
473 int fChecks; // Bit vector of checks to perform. field in SpoofChecker.Builder486 fChecks = ALL_CHECKS; in Builder()498 fChecks = src.fChecks; in Builder()530 result.fChecks = this.fChecks; in build()623 this.fChecks = (checks & SpoofChecker.ALL_CHECKS); in setChecks()668 fChecks &= ~CHAR_LIMIT; in setAllowedLocales()683 fChecks |= CHAR_LIMIT; in setAllowedLocales()739 fChecks |= CHAR_LIMIT; in setAllowedChars()755 fChecks |= RESTRICTION_LEVEL | MIXED_NUMBERS; in setRestrictionLevel()1112 return fChecks;[all …]
508 int fChecks; // Bit vector of checks to perform. field in SpoofChecker.Builder523 fChecks = ALL_CHECKS; in Builder()536 fChecks = src.fChecks; in Builder()569 result.fChecks = this.fChecks; in build()665 this.fChecks = (checks & SpoofChecker.ALL_CHECKS); in setChecks()711 fChecks &= ~CHAR_LIMIT; in setAllowedLocales()726 fChecks |= CHAR_LIMIT; in setAllowedLocales()784 fChecks |= CHAR_LIMIT; in setAllowedChars()801 fChecks |= RESTRICTION_LEVEL | MIXED_NUMBERS; in setRestrictionLevel()1159 return fChecks;[all …]
272 This->fChecks = checks; in uspoof_setChecks()282 return This->fChecks; in uspoof_getChecks()291 This->fChecks |= USPOOF_RESTRICTION_LEVEL; in uspoof_setRestrictionLevel()365 This->fChecks |= USPOOF_CHAR_LIMIT; in uspoof_setAllowedUnicodeSet()493 if ((This->fChecks & USPOOF_CONFUSABLE) == 0) { in uspoof_areConfusableUnicodeString()528 if ((This->fChecks & USPOOF_SINGLE_SCRIPT_CONFUSABLE) == 0) { in uspoof_areConfusableUnicodeString()531 if ((This->fChecks & USPOOF_MIXED_SCRIPT_CONFUSABLE) == 0) { in uspoof_areConfusableUnicodeString()534 if ((This->fChecks & USPOOF_WHOLE_SCRIPT_CONFUSABLE) == 0) { in uspoof_areConfusableUnicodeString()565 if (0 != (This->fChecks & USPOOF_RESTRICTION_LEVEL)) { in checkImpl()573 if (0 != (This->fChecks & USPOOF_MIXED_NUMBERS)) { in checkImpl()[all …]
55 fChecks = USPOOF_ALL_CHECKS; in construct()76 fChecks(USPOOF_ALL_CHECKS), fSpoofData(NULL), fAllowedCharsSet(NULL) , in SpoofImpl()81 fChecks = src.fChecks; in SpoofImpl()177 fChecks &= ~USPOOF_CHAR_LIMIT; in setAllowedLocales()207 fChecks |= USPOOF_CHAR_LIMIT; in setAllowedLocales()466 fChecks = 0; in clear()473 return fChecks | fRestrictionLevel; in toCombinedBitmask()475 return fChecks; in toCombinedBitmask()
103 int32_t fChecks; // Bit vector of checks to perform. variable134 int32_t fChecks; // Bit vector of checks that were failed. variable