HomeSort by relevance Sort by last modified time
    Searched defs:scriptTag (Results 1 - 3 of 3) sorted by null

  /external/icu/icu4c/source/layout/
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)) {
  /cts/libs/testserver/src/android/webkit/cts/
CtsTestServer.java 748 String scriptTag = "<script src=\"" + src + "\"></script>";
749 response.setEntity(createPage("LinkedScript", scriptTag));
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/opentype/
OpenTypeVerticalData.cpp 313 OpenType::Tag scriptTag;
323 if (scripts[i].scriptTag == tag)

Completed in 147 milliseconds