Searched refs:scriptCount (Results 1 – 5 of 5) sorted by relevance
213 int32_t scriptCount = -1; in uspoof_check() local216 scriptCount = This->scriptScan(text, length, failPos, *status); in uspoof_check()218 if ( scriptCount >= 2) { in uspoof_check()304 if (scriptCount == -1) { in uspoof_check()306 scriptCount = This->scriptScan(text, length, t, *status); in uspoof_check()316 scriptCount == 1) { in uspoof_check()322 scriptCount > 1) { in uspoof_check()
381 int32_t scriptCount = 0; in scriptScan() local384 while ((inputIdx < length || length == -1) && scriptCount < 2) { in scriptScan()404 scriptCount++; in scriptScan()408 if (scriptCount == 2) { in scriptScan()411 return scriptCount; in scriptScan()
133 NSUInteger scriptCount = [scripts count];134 if (!scriptCount)140 for (NSUInteger i = 0; i < scriptCount; ++i) {
43 le_uint16 scriptCount; member
49 le_uint16 count = SWAPW(scriptCount); in findScript()