Home
last modified time | relevance | path

Searched refs:scriptCount (Results 1 – 5 of 5) sorted by relevance

/external/icu4c/i18n/
Duspoof.cpp213 int32_t scriptCount = -1; in uspoof_check() local
216 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()
Duspoof_impl.cpp381 int32_t scriptCount = 0; in scriptScan() local
384 while ((inputIdx < length || length == -1) && scriptCount < 2) { in scriptScan()
404 scriptCount++; in scriptScan()
408 if (scriptCount == 2) { in scriptScan()
411 return scriptCount; in scriptScan()
/external/webkit/Source/WebKit/mac/WebView/
DWebPDFRepresentation.mm133 NSUInteger scriptCount = [scripts count];
134 if (!scriptCount)
140 for (NSUInteger i = 0; i < scriptCount; ++i) {
/external/icu4c/layout/
DScriptAndLanguage.h43 le_uint16 scriptCount; member
DScriptAndLanguage.cpp49 le_uint16 count = SWAPW(scriptCount); in findScript()