/external/icu4c/layout/ |
GlyphLookupTables.h | 27 le_bool coversScript(LETag scriptTag) const; 28 le_bool coversScriptAndLanguage(LETag scriptTag, LETag languageTag, le_bool exactMatch = FALSE) const;
|
GlyphLookupTables.cpp | 15 le_bool GlyphLookupTableHeader::coversScript(LETag scriptTag) const 19 return scriptListOffset != 0 && scriptListTable->findScript(scriptTag) != NULL; 22 le_bool GlyphLookupTableHeader::coversScriptAndLanguage(LETag scriptTag, LETag languageTag, le_bool exactMatch) const 25 const LangSysTable *langSysTable = scriptListTable->findLanguage(scriptTag, languageTag, exactMatch);
|
GlyphSubstitutionTables.cpp | 22 LETag scriptTag, 35 GlyphSubstitutionLookupProcessor processor(this, scriptTag, languageTag, filter, featureMap, featureMapCount, featureOrder, success);
|
ScriptAndLanguage.h | 46 const ScriptTable *findScript(LETag scriptTag) const; 47 const LangSysTable *findLanguage(LETag scriptTag, LETag languageTag, le_bool exactMatch = FALSE) const;
|
GlyphPositioningTables.cpp | 20 LETag scriptTag, LETag languageTag, 28 GlyphPositioningLookupProcessor processor(this, scriptTag, languageTag, featureMap, featureMapCount, featureOrder, success);
|
ScriptAndLanguage.cpp | 35 const ScriptTable *ScriptListTable::findScript(LETag scriptTag) const 57 if (SWAPT(scriptRecordArray[s].tag) == scriptTag) { 63 scriptTableOffset = OpenTypeUtilities::getTagOffset(scriptTag, scriptRecordArray, count); 73 const LangSysTable *ScriptListTable::findLanguage(LETag scriptTag, LETag languageTag, le_bool exactMatch) const 75 const ScriptTable *scriptTable = findScript(scriptTag);
|
GlyphSubstitutionTables.h | 30 LETag scriptTag,
|
GlyphPositioningTables.h | 30 le_bool rightToLeft, LETag scriptTag, LETag languageTag,
|
GlyphPosnLookupProc.h | 30 LETag scriptTag,
|
GlyphSubstLookupProc.h | 31 LETag scriptTag,
|
GlyphSubstLookupProc.cpp | 30 LETag scriptTag, 42 scriptTag, languageTag, featureMap, featureMapCount, featureOrder, success), fFilter(filter)
|
GlyphPosnLookupProc.cpp | 36 LETag scriptTag, 47 scriptTag,
|
LookupProcessor.h | 53 LETag scriptTag,
|
LayoutEngine.cpp | 205 LETag scriptTag = OpenTypeLayoutEngine::getScriptTag(fScriptCode); 209 if (canonGSUBTable->coversScript(scriptTag)) { 264 outCharCount = canonGSUBTable->process(fakeGlyphStorage, rightToLeft, scriptTag, langSysTag, NULL, substitutionFilter, canonFeatureMap, canonFeatureMapCount, FALSE, success); 528 LETag scriptTag = 0x00000000; 538 else if (gsubTable != NULL && gsubTable->coversScript(scriptTag = OpenTypeLayoutEngine::getScriptTag(scriptCode))) { 569 if (gsubTable->coversScriptAndLanguage(scriptTag, languageTag, TRUE)) {
|
LookupProcessor.cpp | 123 LETag scriptTag, LETag languageTag, const FeatureMap *featureMap, le_int32 featureMapCount, le_bool orderFeatures, 140 langSysTable = scriptListTable->findLanguage(scriptTag, languageTag);
|
/external/webkit/Source/WebCore/html/parser/ |
HTMLPreloadScanner.cpp | 64 && m_tagName != scriptTag) 75 if (m_tagName == scriptTag || m_tagName == imgTag) { 129 if (m_tagName == scriptTag)
|
HTMLMetaCharsetParser.cpp | 180 if (tagName != scriptTag && tagName != noscriptTag
|
XSSFilter.cpp | 240 if (hasName(token, scriptTag)) 288 ASSERT(hasName(token, scriptTag));
|
/external/harfbuzz/src/ |
harfbuzz-open.h | 79 HB_UInt ScriptTag; /* ScriptTag identifier */
|
/external/webkit/Source/WebKit/chromium/src/ |
DOMUtilitiesPrivate.cpp | 86 || element->hasTagName(HTMLNames::scriptTag)
|
WebPageSerializer.cpp | 64 if (element->hasTagName(HTMLNames::imgTag) || element->hasTagName(HTMLNames::scriptTag))
|
/external/webkit/Source/JavaScriptCore/tests/mozilla/ |
mklistpage.pl | 47 print (&scriptTag($javascript) . "\n"); 210 sub scriptTag {
|
/external/webkit/Source/WebCore/dom/ |
ScriptElement.cpp | 369 if (element->isHTMLElement() && element->hasTagName(HTMLNames::scriptTag)) 373 if (element->isSVGElement() && element->hasTagName(SVGNames::scriptTag))
|
xml_expat_tokenizer.cpp | 462 if (newElement->hasTagName(scriptTag)) 465 if (newElement->hasTagName(HTMLNames::scriptTag)) 495 if (n->isElementNode() && m_view && static_cast<Element*>(n)->hasTagName(scriptTag)) { 503 if (static_cast<Element*>(n)->hasTagName(scriptTag))
|
/external/webkit/Source/WebCore/html/ |
HTMLScriptElement.cpp | 43 ASSERT(hasTagName(scriptTag));
|