Searched refs:scriptCount (Results 1 - 8 of 8) sorted by relevance

/macosx-10.10.1/ICU-531.30/icuSources/layout/
H A DScriptAndLanguage.h45 le_uint16 scriptCount; member in struct:ScriptListTable
H A DScriptAndLanguage.cpp42 * There are some fonts that have a large, bogus value for scriptCount. To try
53 le_uint16 count = SWAPW(scriptCount);
71 // the scriptCount value is bogus; do a linear search
/macosx-10.10.1/WebKit-7600.1.25/mac/WebView/
H A DWebPDFRepresentation.mm135 NSUInteger scriptCount = [scripts count];
136 if (!scriptCount)
142 for (NSUInteger i = 0; i < scriptCount; ++i) {
/macosx-10.10.1/WebKit-7600.1.25/ios/WebView/
H A DWebPDFViewIOS.mm314 NSUInteger scriptCount = [scripts count];
315 if (!scriptCount)
321 for (NSUInteger i = 0; i < scriptCount; ++i) {
H A DWebPDFViewPlaceholder.mm333 NSUInteger scriptCount = [scripts count];
334 if (scriptCount) {
339 for (NSUInteger i = 0; i < scriptCount; ++i) {
/macosx-10.10.1/ICU-531.30/icuSources/i18n/
H A Duspoof.cpp594 int32_t scriptCount = identifierInfo->getScriptCount(); local
603 scriptCount == 1) {
609 scriptCount > 1) {
/macosx-10.10.1/ICU-531.30/icuSources/test/intltest/
H A Ditspoof.cpp586 int32_t scriptCount = identifierInfo.getScriptCount(); local
587 TEST_ASSERT_MSG(test.fScriptCount == scriptCount, msgBuf);
/macosx-10.10.1/WebKit2-7600.1.25/WebProcess/Plugins/PDF/
H A DPDFPlugin.mm995 size_t scriptCount = scripts.size();
996 if (!scriptCount)
1002 for (size_t i = 0; i < scriptCount; ++i) {

Completed in 165 milliseconds