Searched refs:scriptCount (Results 1 – 5 of 5) sorted by relevance
45 le_uint16 scriptCount; member
53 le_uint16 count = SWAPW(scriptCount); in findScript()
607 int32_t scriptCount = identifierInfo->getScriptCount(); in uspoof_checkUnicodeString() local616 scriptCount == 1) { in uspoof_checkUnicodeString()622 scriptCount > 1) { in uspoof_checkUnicodeString()
581 int32_t scriptCount = identifierInfo.getScriptCount(); in testIdentifierInfo() local582 TEST_ASSERT_MSG(test.fScriptCount == scriptCount, msgBuf); in testIdentifierInfo()
1678 int scriptCount = identifierInfo.getScriptCount();1684 …0 != (this.fChecks & WHOLE_SCRIPT_CONFUSABLE)) && confusableScriptCount >= 2 && scriptCount == 1) {1688 …(0 != (this.fChecks & MIXED_SCRIPT_CONFUSABLE)) && confusableScriptCount >= 1 && scriptCount > 1) {