Searched refs:confusableScriptCount (Results 1 – 3 of 3) sorted by relevance
628 int32_t confusableScriptCount = scripts.countMembers(); in uspoof_checkUnicodeString() local632 confusableScriptCount >= 2 && in uspoof_checkUnicodeString()638 confusableScriptCount >= 1 && in uspoof_checkUnicodeString()
1697 int confusableScriptCount = scripts.countMembers();1699 …if ((0 != (this.fChecks & WHOLE_SCRIPT_CONFUSABLE)) && confusableScriptCount >= 2 && scriptCount =…1703 …if ((0 != (this.fChecks & MIXED_SCRIPT_CONFUSABLE)) && confusableScriptCount >= 1 && scriptCount >…
1746 int confusableScriptCount = scripts.countMembers();1748 …if ((0 != (this.fChecks & WHOLE_SCRIPT_CONFUSABLE)) && confusableScriptCount >= 2 && scriptCount =…1752 …if ((0 != (this.fChecks & MIXED_SCRIPT_CONFUSABLE)) && confusableScriptCount >= 1 && scriptCount >…