Home
last modified time | relevance | path

Searched refs:LangSysTable (Results 1 – 4 of 4) sorted by relevance

/external/icu4c/layout/
DScriptAndLanguage.h22 struct LangSysTable struct
36 const LangSysTable *findLanguage(LETag languageTag, le_bool exactMatch = FALSE) const; argument
47 …const LangSysTable *findLanguage(LETag scriptTag, LETag languageTag, le_bool exactMatch = FALSE) …
DScriptAndLanguage.cpp14 const LangSysTable *ScriptTable::findLanguage(LETag languageTag, le_bool exactMatch) const in findLanguage()
29 return (const LangSysTable *) ((char *)this + langSysTableOffset); in findLanguage()
73 const LangSysTable *ScriptListTable::findLanguage(LETag scriptTag, LETag languageTag, le_bool exact… in findLanguage()
DGlyphLookupTables.cpp25 …const LangSysTable *langSysTable = scriptListTable->findLanguage(scriptTag, languageTag, exa… in coversScriptAndLanguage()
DLookupProcessor.cpp129 const LangSysTable *langSysTable = NULL; in LookupProcessor()