Home
last modified time | relevance | path

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

/external/icu/icu4c/source/layout/
DGlyphLookupTables.cpp15 le_bool GlyphLookupTableHeader::coversScript(const LETableReference &base, LETag scriptTag, LEError… in coversScript() argument
19 …return (scriptListOffset != 0) && scriptListTable->findScript(scriptListTable, scriptTag, success)… in coversScript()
22 …ableHeader::coversScriptAndLanguage(const LETableReference &base, LETag scriptTag, LETag languageT… in coversScriptAndLanguage() argument
26 scriptTag, languageTag, success, exactMatch); in coversScriptAndLanguage()
DScriptAndLanguage.cpp36 …tTable> ScriptListTable::findScript(const LETableReference &base, LETag scriptTag, LEErrorCode &su… in findScript() argument
75 if (SWAPT(scriptRecordArrayRef(s,success).tag) == scriptTag) { in findScript()
83 scriptTableOffset = OpenTypeUtilities::getTagOffset(scriptTag, scriptRecordArrayRef, success); in findScript()
93 …ble> ScriptListTable::findLanguage(const LETableReference &base, LETag scriptTag, LETag languageT… in findLanguage() argument
95 const LEReferenceTo<ScriptTable> scriptTable = findScript(base, scriptTag, success); in findLanguage()
DGlyphLookupTables.h27 le_bool coversScript(const LETableReference &base, LETag scriptTag, LEErrorCode &success) const;
28 …le_bool coversScriptAndLanguage(const LETableReference &base, LETag scriptTag, LETag languageTag, …
DGlyphSubstitutionTables.cpp23 LETag scriptTag, in process() argument
36 …GlyphSubstitutionLookupProcessor processor(base, scriptTag, languageTag, filter, featureMap, featu… in process()
DGlyphPositioningTables.cpp20 LETag scriptTag, LETag languageTag, in process() argument
28 …GlyphPositioningLookupProcessor processor(base, scriptTag, languageTag, featureMap, featureMapCoun… in process()
DScriptAndLanguage.h48 …LEReferenceTo<ScriptTable> findScript(const LETableReference &base, LETag scriptTag, LEErrorCode…
49 …LEReferenceTo<LangSysTable> findLanguage(const LETableReference &base, LETag scriptTag, LETag lan…
DGlyphSubstLookupProc.cpp30 LETag scriptTag, in GlyphSubstitutionLookupProcessor() argument
42scriptTag, languageTag, featureMap, featureMapCount, featureOrder, success), fFilter(filter) in GlyphSubstitutionLookupProcessor()
DGlyphPosnLookupProc.cpp36 LETag scriptTag, in GlyphPositioningLookupProcessor() argument
47 scriptTag, in GlyphPositioningLookupProcessor()
DLayoutEngine.cpp211 LETag scriptTag = OpenTypeLayoutEngine::getScriptTag(fScriptCode); in characterProcessing() local
215 if (canonGSUBTable->coversScript(canonGSUBTable,scriptTag, success) || LE_SUCCESS(success)) { in characterProcessing()
270 … canonGSUBTable->process(canonGSUBTable, fakeGlyphStorage, rightToLeft, scriptTag, langSysTag, (co… in characterProcessing()
537 LETag scriptTag = 0x00000000; in layoutEngineFactory() local
547 …else if (gsubTable.isValid() && gsubTable->coversScript(gsubTable, scriptTag = OpenTypeLayoutEngin… in layoutEngineFactory()
583 … if (gsubTable->coversScriptAndLanguage(gsubTable, scriptTag, languageTag, success, TRUE)) { in layoutEngineFactory()
DGlyphSubstitutionTables.h31 LETag scriptTag,
DGlyphPosnLookupProc.h30 LETag scriptTag,
DGlyphSubstLookupProc.h31 LETag scriptTag,
DGlyphPositioningTables.h31 le_bool rightToLeft, LETag scriptTag, LETag languageTag,
DLookupProcessor.h56 LETag scriptTag,
DLookupProcessor.cpp135 …LETag scriptTag, LETag languageTag, const FeatureMap *featureMap, le_int32 featureMapCount, le_boo… in LookupProcessor() argument
152 … langSysTable = scriptListTable->findLanguage(scriptListTable, scriptTag, languageTag, success); in LookupProcessor()
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/
DScriptList.java140 private LangSysRecord findLangSysRecord(String scriptTag, String languageTag) in findLangSysRecord() argument
145 if (scriptRecord.getTag().equals(scriptTag)) { in findLangSysRecord()
157 ScriptRecord newScriptRecord = new ScriptRecord(scriptTag); in findLangSysRecord()
164 public void addFeature(String scriptTag, String languageTag, Feature feature) in addFeature() argument
166 LangSysRecord langSysRecord = findLangSysRecord(scriptTag, languageTag); in addFeature()
DCanonGSUBBuilder.java492 String scriptTag = TagUtilities.tagLabel(UScript.getShortName(script)); in buildDecompTables() local
494 scriptList.addFeature(scriptTag, "(default)", ccmp); in buildDecompTables()
/external/autotest/frontend/client/src/autotest/common/
DPaddedJsonRpcProxy.java34 private Element scriptTag; field in PaddedJsonRpcProxy.JsonpRequest
67 scriptTag = addScript(getFullUrl(rpcUrl), requestId); in send()
73 dropScript(scriptTag); in cleanup()
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/charsetdet/
DDetectingViewer.java184 …private byte[] scriptTag = {(byte) 's', (byte) 'c', (byte) 'r', (byte) 'i', (byte) 'p', (byte) 't'… field in DetectingViewer
246 if (openTag(buffer, i + 1, bufLen, scriptTag) || in filter()
249 } else if (closedTag(buffer, i + 1, bufLen, scriptTag) || in filter()