Searched refs:findLanguage (Results 1 - 4 of 4) sorted by relevance

/external/icu4c/layout/
H A DScriptAndLanguage.h36 const LangSysTable *findLanguage(LETag languageTag, le_bool exactMatch = FALSE) const;
47 const LangSysTable *findLanguage(LETag scriptTag, LETag languageTag, le_bool exactMatch = FALSE) const;
H A DScriptAndLanguage.cpp14 const LangSysTable *ScriptTable::findLanguage(LETag languageTag, le_bool exactMatch) const function in class:ScriptTable
73 const LangSysTable *ScriptListTable::findLanguage(LETag scriptTag, LETag languageTag, le_bool exactMatch) const function in class:ScriptListTable
81 return scriptTable->findLanguage(languageTag, exactMatch);
H A DGlyphLookupTables.cpp25 const LangSysTable *langSysTable = scriptListTable->findLanguage(scriptTag, languageTag, exactMatch);
H A DLookupProcessor.cpp150 langSysTable = scriptListTable->findLanguage(scriptTag, languageTag);

Completed in 1808 milliseconds