HomeSort by relevance Sort by last modified time
    Searched refs:scriptTag (Results 1 - 25 of 43) sorted by null

1 2

  /external/icu4c/layout/
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);
GlyphLookupTables.h 27 le_bool coversScript(LETag scriptTag) const;
28 le_bool coversScriptAndLanguage(LETag scriptTag, LETag languageTag, le_bool exactMatch = FALSE) const;
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);
GlyphPositioningTables.cpp 20 LETag scriptTag, LETag languageTag,
28 GlyphPositioningLookupProcessor processor(this, scriptTag, languageTag, featureMap, featureMapCount, featureOrder, success);
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;
GlyphPosnLookupProc.h 30 LETag scriptTag,
GlyphPositioningTables.h 30 le_bool rightToLeft, LETag scriptTag, LETag languageTag,
GlyphSubstLookupProc.h 31 LETag scriptTag,
GlyphSubstitutionTables.h 30 LETag scriptTag,
GlyphPosnLookupProc.cpp 36 LETag scriptTag,
47 scriptTag,
GlyphSubstLookupProc.cpp 30 LETag scriptTag,
42 scriptTag, languageTag, featureMap, featureMapCount, featureOrder, success), fFilter(filter)
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/WebCore/html/
HTMLHeadElement.cpp 65 newChild->hasTagName(baseTag) || newChild->hasTagName(scriptTag) ||
HTMLMapElement.cpp 55 || newChild->hasTagName(scriptTag); // extensions
HTMLTableSectionElement.cpp 49 newChild->hasTagName(scriptTag);
HTMLOptGroupElement.cpp 128 return newChild->isTextNode() || newChild->hasTagName(HTMLNames::optionTag) || newChild->hasTagName(HTMLNames::hrTag) || newChild->hasTagName(HTMLNames::scriptTag);
HTMLOptionElement.cpp 53 return newChild->isTextNode() || newChild->hasTagName(scriptTag);
HTMLScriptElement.cpp 42 ASSERT(hasTagName(scriptTag));
HTMLTableRowElement.cpp 52 newChild->hasTagName(formTag) || newChild->hasTagName(scriptTag);
  /external/webkit/JavaScriptCore/tests/mozilla/
mklistpage.pl 47 print (&scriptTag($javascript) . "\n");
210 sub scriptTag {
  /external/webkit/WebKit/chromium/src/
DOMUtilitiesPrivate.cpp 93 || element->hasTagName(HTMLNames::scriptTag)
  /external/webkit/WebCore/dom/
ScriptElement.cpp 295 if (element->isHTMLElement() && element->hasTagName(HTMLNames::scriptTag))
299 if (element->isSVGElement() && element->hasTagName(SVGNames::scriptTag))

Completed in 465 milliseconds

1 2