Home
last modified time | relevance | path

Searched refs:fScriptTag (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4c/source/layout/
DOpenTypeLayoutEngine.cpp142 if (!fGPOSTable.isEmpty()&& !fGPOSTable->coversScript(fGPOSTable, fScriptTag, success)) { in OpenTypeLayoutEngine()
277 fScriptTag = getScriptTag(fScriptCode); in setScriptAndLanguageTags()
355 …count = fGSUBTable->process(fGSUBTable, glyphStorage, rightToLeft, fScriptTag, fLangSysTag, fGDEFT… in glyphProcessing()
382 …count = fGSUBTable->process(fGSUBTable, glyphStorage, rightToLeft, fScriptTag, fLangSysTag, fGDEFT… in glyphSubstitution()
492 … fGPOSTable->process(fGPOSTable, glyphStorage, adjustments, reverse, fScriptTag, fLangSysTag, in adjustGlyphPositions()
DOpenTypeLayoutEngine.h238 LETag fScriptTag; variable