Home
last modified time | relevance | path

Searched refs:exactMatch (Results 1 – 6 of 6) sorted by relevance

/external/icu4c/layout/
DScriptAndLanguage.cpp16 const LangSysTable *ScriptTable::findLanguage(LETag languageTag, le_bool exactMatch) const in findLanguage()
19 Offset langSysTableOffset = exactMatch? 0 : SWAPW(defaultLangSysTableOffset); in findLanguage()
50 …sTable *ScriptListTable::findLanguage(LETag scriptTag, LETag languageTag, le_bool exactMatch) const in findLanguage()
58 return scriptTable->findLanguage(languageTag, exactMatch); in findLanguage()
DGlyphLookupTables.cpp22 …pTableHeader::coversScriptAndLanguage(LETag scriptTag, LETag languageTag, le_bool exactMatch) const in coversScriptAndLanguage()
25 …ngSysTable *langSysTable = scriptListTable->findLanguage(scriptTag, languageTag, exactMatch); in coversScriptAndLanguage()
DScriptAndLanguage.h36 const LangSysTable *findLanguage(LETag languageTag, le_bool exactMatch = FALSE) const;
47 …const LangSysTable *findLanguage(LETag scriptTag, LETag languageTag, le_bool exactMatch = FALSE) …
DGlyphLookupTables.h28 …le_bool coversScriptAndLanguage(LETag scriptTag, LETag languageTag, le_bool exactMatch = FALSE) co…
/external/opencore/protocols/systems/3g-324m_pvterminal/h324/tsc/src/
Dtsc_componentregistry.cpp40 bool exactMatch; in QueryRegistry() local
41 aCmd.Parse(mimetype, uuidvec, exactMatch); in QueryRegistry()
/external/webkit/WebKit/qt/QtLauncher/
Dmain.cpp282 bool hasSchema = test.exactMatch(urlStr); in guessUrlFromString()