Home
last modified time | relevance | path

Searched refs:scriptTag (Results 1 – 25 of 42) sorted by relevance

12

/external/icu4c/layout/
DScriptAndLanguage.cpp35 const ScriptTable *ScriptListTable::findScript(LETag scriptTag) const in findScript()
57 if (SWAPT(scriptRecordArray[s].tag) == scriptTag) { in findScript()
63 scriptTableOffset = OpenTypeUtilities::getTagOffset(scriptTag, scriptRecordArray, count); in findScript()
73 const LangSysTable *ScriptListTable::findLanguage(LETag scriptTag, LETag languageTag, le_bool exact… in findLanguage() argument
75 const ScriptTable *scriptTable = findScript(scriptTag); in findLanguage()
DGlyphLookupTables.cpp15 le_bool GlyphLookupTableHeader::coversScript(LETag scriptTag) const in coversScript()
19 return scriptListOffset != 0 && scriptListTable->findScript(scriptTag) != NULL; in coversScript()
22 le_bool GlyphLookupTableHeader::coversScriptAndLanguage(LETag scriptTag, LETag languageTag, le_bool… in coversScriptAndLanguage() argument
25 …const LangSysTable *langSysTable = scriptListTable->findLanguage(scriptTag, languageTag, exa… in coversScriptAndLanguage()
DGlyphLookupTables.h27 le_bool coversScript(LETag scriptTag) const;
28 …le_bool coversScriptAndLanguage(LETag scriptTag, LETag languageTag, le_bool exactMatch = FALSE) co…
DGlyphSubstitutionTables.cpp22 LETag scriptTag, in process() argument
35 …GlyphSubstitutionLookupProcessor processor(this, scriptTag, languageTag, filter, featureMap, featu… in process()
DGlyphPositioningTables.cpp20 LETag scriptTag, LETag languageTag, in process() argument
28 …GlyphPositioningLookupProcessor processor(this, scriptTag, languageTag, featureMap, featureMapCoun… in process()
DScriptAndLanguage.h46 const ScriptTable *findScript(LETag scriptTag) const;
47 …const LangSysTable *findLanguage(LETag scriptTag, LETag languageTag, le_bool exactMatch = FALSE) …
DGlyphSubstLookupProc.cpp30 LETag scriptTag, in GlyphSubstitutionLookupProcessor() argument
42scriptTag, languageTag, featureMap, featureMapCount, featureOrder, success), fFilter(filter) in GlyphSubstitutionLookupProcessor()
DLayoutEngine.cpp205 LETag scriptTag = OpenTypeLayoutEngine::getScriptTag(fScriptCode); in characterProcessing() local
209 if (canonGSUBTable->coversScript(scriptTag)) { in characterProcessing()
264 …outCharCount = canonGSUBTable->process(fakeGlyphStorage, rightToLeft, scriptTag, langSysTag, NULL,… in characterProcessing()
528 LETag scriptTag = 0x00000000; in layoutEngineFactory() local
538 …else if (gsubTable != NULL && gsubTable->coversScript(scriptTag = OpenTypeLayoutEngine::getScriptT… in layoutEngineFactory()
569 if (gsubTable->coversScriptAndLanguage(scriptTag, languageTag, TRUE)) { in layoutEngineFactory()
DGlyphPosnLookupProc.cpp36 LETag scriptTag, in GlyphPositioningLookupProcessor() argument
47 scriptTag, in GlyphPositioningLookupProcessor()
DGlyphSubstitutionTables.h30 LETag scriptTag,
DGlyphPosnLookupProc.h30 LETag scriptTag,
DGlyphPositioningTables.h30 le_bool rightToLeft, LETag scriptTag, LETag languageTag,
DGlyphSubstLookupProc.h31 LETag scriptTag,
DLookupProcessor.cpp123 …LETag scriptTag, LETag languageTag, const FeatureMap *featureMap, le_int32 featureMapCount, le_boo… in LookupProcessor() argument
140 langSysTable = scriptListTable->findLanguage(scriptTag, languageTag); in LookupProcessor()
DLookupProcessor.h53 LETag scriptTag,
/external/webkit/JavaScriptCore/tests/mozilla/
Dmklistpage.pl47 print (&scriptTag($javascript) . "\n");
210 sub scriptTag { subroutine
/external/webkit/WebCore/dom/
DScriptElement.cpp295 if (element->isHTMLElement() && element->hasTagName(HTMLNames::scriptTag)) in toScriptElement()
299 if (element->isSVGElement() && element->hasTagName(SVGNames::scriptTag)) in toScriptElement()
Dxml_expat_tokenizer.cpp462 if (newElement->hasTagName(scriptTag)) in startElementNs()
465 if (newElement->hasTagName(HTMLNames::scriptTag)) in startElementNs()
495 if (n->isElementNode() && m_view && static_cast<Element*>(n)->hasTagName(scriptTag)) { in endElementNs()
503 if (static_cast<Element*>(n)->hasTagName(scriptTag)) in endElementNs()
/external/webkit/WebCore/html/
DHTMLHeadElement.cpp65 newChild->hasTagName(baseTag) || newChild->hasTagName(scriptTag) || in checkDTD()
DPreloadScanner.cpp697 if (tag == scriptTag || tag == imgTag) { in processAttribute()
823 …else if (tag == styleTag || tag == xmpTag || tag == scriptTag || tag == iframeTag || tag == noembe… in emitTag()
841 if (tag == scriptTag) in emitTag()
DHTMLMapElement.cpp55 || newChild->hasTagName(scriptTag); // extensions in checkDTD()
DHTMLTokenizer.cpp486 m_currentToken.tagName = scriptTag.localName(); in scriptHandler()
1334 if (m_currentToken.tagName == scriptTag) in parseTag()
1432 …if (m_currentToken.beginTag && m_currentToken.tagName == scriptTag && !inViewSourceMode() && !m_pa… in parseTag()
1469 …if (m_currentToken.beginTag && m_currentToken.tagName == scriptTag && !inViewSourceMode() && !m_pa… in parseTag()
1519 … = m_currentToken.selfClosingTag && m_currentToken.beginTag && m_currentToken.tagName == scriptTag; in parseTag()
1521 …if (m_currentToken.beginTag && m_currentToken.tagName == scriptTag && !inViewSourceMode() && !m_pa… in parseTag()
1542 } else if (tagName == scriptTag) { in parseTag()
/external/webkit/WebKit/chromium/src/
DDOMUtilitiesPrivate.cpp93 || element->hasTagName(HTMLNames::scriptTag) in elementHasLegalLinkAttribute()
DWebPageSerializerImpl.cpp218 } else if (element->hasTagName(HTMLNames::scriptTag) in postActionAfterSerializeOpenTag()
239 else if (element->hasTagName(HTMLNames::scriptTag) in preActionBeforeSerializeEndTag()
/external/webkit/WebCore/loader/
DTextResourceDecoder.cpp669 else if (tag == scriptTag) in checkForHeadCharset()
670 enclosingTagName = scriptTag.localName().impl(); in checkForHeadCharset()
732 if (!enclosingTagName && tag != scriptTag && tag != noscriptTag && tag != styleTag in checkForHeadCharset()

12