Searched defs:scriptTag (Results 1 – 12 of 12) sorted by relevance
/external/icu/icu4c/source/layout/ |
D | GlyphLookupTables.cpp | 15 le_bool GlyphLookupTableHeader::coversScript(const LETableReference &base, LETag scriptTag, LEError… in coversScript() 22 …upTableHeader::coversScriptAndLanguage(const LETableReference &base, LETag scriptTag, LETag langua… in coversScriptAndLanguage()
|
D | ScriptAndLanguage.cpp | 36 …riptTable> ScriptListTable::findScript(const LETableReference &base, LETag scriptTag, LEErrorCode … in findScript() 93 …sTable> ScriptListTable::findLanguage(const LETableReference &base, LETag scriptTag, LETag langua… in findLanguage()
|
D | GlyphSubstitutionTables.cpp | 23 LETag scriptTag, in process()
|
D | GlyphPositioningTables.cpp | 20 LETag scriptTag, LETag languageTag, in process()
|
D | GlyphSubstLookupProc.cpp | 30 LETag scriptTag, in GlyphSubstitutionLookupProcessor()
|
D | GlyphPosnLookupProc.cpp | 36 LETag scriptTag, in GlyphPositioningLookupProcessor()
|
D | LayoutEngine.cpp | 211 LETag scriptTag = OpenTypeLayoutEngine::getScriptTag(fScriptCode); in characterProcessing() local 537 LETag scriptTag = 0x00000000; in layoutEngineFactory() local
|
D | LookupProcessor.cpp | 135 …LETag scriptTag, LETag languageTag, const FeatureMap *featureMap, le_int32 featureMapCount, le_boo… in LookupProcessor()
|
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/ |
D | ScriptList.java | 140 private LangSysRecord findLangSysRecord(String scriptTag, String languageTag) in findLangSysRecord() 164 public void addFeature(String scriptTag, String languageTag, Feature feature) in addFeature()
|
D | CanonGSUBBuilder.java | 492 String scriptTag = TagUtilities.tagLabel(UScript.getShortName(script)); in buildDecompTables() local
|
/external/autotest/frontend/client/src/autotest/common/ |
D | PaddedJsonRpcProxy.java | 34 private Element scriptTag; field in PaddedJsonRpcProxy.JsonpRequest
|
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/charsetdet/ |
D | DetectingViewer.java | 184 …private byte[] scriptTag = {(byte) 's', (byte) 'c', (byte) 'r', (byte) 'i', (byte) 'p', (byte) 't'… field in DetectingViewer
|