OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:findLanguage
(Results
1 - 4
of
4
) sorted by null
/external/icu4c/layout/
ScriptAndLanguage.h
36
const LangSysTable *
findLanguage
(LETag languageTag, le_bool exactMatch = FALSE) const;
47
const LangSysTable *
findLanguage
(LETag scriptTag, LETag languageTag, le_bool exactMatch = FALSE) const;
ScriptAndLanguage.cpp
14
const LangSysTable *ScriptTable::
findLanguage
(LETag languageTag, le_bool exactMatch) const
73
const LangSysTable *ScriptListTable::
findLanguage
(LETag scriptTag, LETag languageTag, le_bool exactMatch) const
81
return scriptTable->
findLanguage
(languageTag, exactMatch);
GlyphLookupTables.cpp
25
const LangSysTable *langSysTable = scriptListTable->
findLanguage
(scriptTag, languageTag, exactMatch);
LookupProcessor.cpp
150
langSysTable = scriptListTable->
findLanguage
(scriptTag, languageTag);
Completed in 24 milliseconds