Lines Matching refs:fChecks
109 This->fChecks = checks; in uspoof_setChecks()
119 return This->fChecks; in uspoof_getChecks()
182 This->fChecks |= USPOOF_CHAR_LIMIT; in uspoof_setAllowedUnicodeSet()
215 if ((This->fChecks) & USPOOF_SINGLE_SCRIPT) { in uspoof_check()
224 if (This->fChecks & USPOOF_CHAR_LIMIT) { in uspoof_check()
239 if (This->fChecks & in uspoof_check()
246 if (This->fChecks & USPOOF_INVISIBLE) { in uspoof_check()
291 if (This->fChecks & (USPOOF_WHOLE_SCRIPT_CONFUSABLE | USPOOF_MIXED_SCRIPT_CONFUSABLE)) { in uspoof_check()
314 if ((This->fChecks & USPOOF_WHOLE_SCRIPT_CONFUSABLE) && in uspoof_check()
320 if ((This->fChecks & USPOOF_MIXED_SCRIPT_CONFUSABLE) && in uspoof_check()
430 if ((This->fChecks & (USPOOF_SINGLE_SCRIPT_CONFUSABLE | USPOOF_MIXED_SCRIPT_CONFUSABLE | in uspoof_areConfusable()
435 int32_t flagsForSkeleton = This->fChecks & USPOOF_ANY_CASE; in uspoof_areConfusable()
449 if (This->fChecks & USPOOF_SINGLE_SCRIPT_CONFUSABLE) { in uspoof_areConfusable()
479 … s1ScriptCount <= 1 && s2ScriptCount <= 1 && (This->fChecks & USPOOF_WHOLE_SCRIPT_CONFUSABLE); in uspoof_areConfusable()
484 if ((This->fChecks & USPOOF_MIXED_SCRIPT_CONFUSABLE) || possiblyWholeScriptConfusables ) { in uspoof_areConfusable()