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

1 2

  /external/icu/icu4c/source/layout/
GlyphLookupTables.cpp 15 le_bool GlyphLookupTableHeader::coversScript(const LETableReference &base, LETag scriptTag, LEErrorCode &success) const
19 return (scriptListOffset != 0) && scriptListTable->findScript(scriptListTable, scriptTag, success) .isValid();
22 le_bool GlyphLookupTableHeader::coversScriptAndLanguage(const LETableReference &base, LETag scriptTag, LETag languageTag, LEErrorCode &success, le_bool exactMatch) const
26 scriptTag, languageTag, success, exactMatch);
GlyphLookupTables.h 27 le_bool coversScript(const LETableReference &base, LETag scriptTag, LEErrorCode &success) const;
28 le_bool coversScriptAndLanguage(const LETableReference &base, LETag scriptTag, LETag languageTag, LEErrorCode &success, le_bool exactMatch = FALSE) const;
GlyphPositioningTables.cpp 20 LETag scriptTag, LETag languageTag,
28 GlyphPositioningLookupProcessor processor(base, scriptTag, languageTag, featureMap, featureMapCount, featureOrder, success);
GlyphSubstitutionTables.cpp 23 LETag scriptTag,
36 GlyphSubstitutionLookupProcessor processor(base, scriptTag, languageTag, filter, featureMap, featureMapCount, featureOrder, success);
ScriptAndLanguage.h 48 LEReferenceTo<ScriptTable> findScript(const LETableReference &base, LETag scriptTag, LEErrorCode &success) const;
49 LEReferenceTo<LangSysTable> findLanguage(const LETableReference &base, LETag scriptTag, LETag languageTag, LEErrorCode &success, le_bool exactMatch = FALSE) const;
ScriptAndLanguage.cpp 36 LEReferenceTo<ScriptTable> ScriptListTable::findScript(const LETableReference &base, LETag scriptTag, LEErrorCode &success) const
75 if (SWAPT(scriptRecordArrayRef(s,success).tag) == scriptTag) {
83 scriptTableOffset = OpenTypeUtilities::getTagOffset(scriptTag, scriptRecordArrayRef, success);
93 LEReferenceTo<LangSysTable> ScriptListTable::findLanguage(const LETableReference &base, LETag scriptTag, LETag languageTag, LEErrorCode &success, le_bool exactMatch) const
95 const LEReferenceTo<ScriptTable> scriptTable = findScript(base, scriptTag, success);
GlyphPositioningTables.h 31 le_bool rightToLeft, LETag scriptTag, LETag languageTag,
GlyphPosnLookupProc.h 30 LETag scriptTag,
GlyphSubstLookupProc.h 31 LETag scriptTag,
GlyphSubstitutionTables.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 56 LETag scriptTag,
LayoutEngine.cpp 211 LETag scriptTag = OpenTypeLayoutEngine::getScriptTag(fScriptCode);
215 if (canonGSUBTable->coversScript(canonGSUBTable,scriptTag, success) || LE_SUCCESS(success)) {
270 outCharCount = canonGSUBTable->process(canonGSUBTable, fakeGlyphStorage, rightToLeft, scriptTag, langSysTag, (const GlyphDefinitionTableHeader*)NULL, substitutionFilter, canonFeatureMap, canonFeatureMapCount, FALSE, success);
537 LETag scriptTag = 0x00000000;
547 else if (gsubTable.isValid() && gsubTable->coversScript(gsubTable, scriptTag = OpenTypeLayoutEngine::getScriptTag(scriptCode), success)) {
583 if (gsubTable->coversScriptAndLanguage(gsubTable, scriptTag, languageTag, success, TRUE)) {
LookupProcessor.cpp 135 LETag scriptTag, LETag languageTag, const FeatureMap *featureMap, le_int32 featureMapCount, le_bool orderFeatures,
152 langSysTable = scriptListTable->findLanguage(scriptListTable, scriptTag, languageTag, success);
  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLMetaCharsetParser.cpp 109 if (!threadSafeMatch(tagName, scriptTag) && !threadSafeMatch(tagName, noscriptTag)
HTMLPreloadScanner.cpp 91 if (match(tagImpl, scriptTag))
92 return scriptTag.localName();
126 && !match(m_tagImpl, scriptTag))
266 if (match(m_tagImpl, scriptTag))
306 if (match(m_tagImpl, scriptTag))
HTMLTreeBuilderSimulator.cpp 151 else if (threadSafeMatch(tagName, scriptTag))
170 if (threadSafeMatch(tagName, scriptTag)) {
HTMLTreeBuilder.cpp 615 || token->name() == scriptTag
    [all...]
HTMLStackItem.h 194 || tagName == HTMLNames::scriptTag
XSSAuditor.cpp 423 if (hasName(request.token, scriptTag)) {
455 if (hasName(request.token, scriptTag)) {
483 ASSERT(hasName(request.token, scriptTag));
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLScriptElement.cpp 42 : HTMLElement(scriptTag, document)
HTMLCollection.cpp 211 return element.hasTagName(scriptTag);
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGScriptElement.cpp 36 : SVGElement(SVGNames::scriptTag, document)
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/opentype/
OpenTypeVerticalData.cpp 313 OpenType::Tag scriptTag;
323 if (scripts[i].scriptTag == tag)

Completed in 215 milliseconds

1 2