Searched refs:exactMatch (Results 1 - 10 of 10) sorted by relevance

/macosx-10.10/ICU-531.30/icuSources/layout/
H A DGlyphLookupTables.cpp22 le_bool GlyphLookupTableHeader::coversScriptAndLanguage(const LETableReference &base, LETag scriptTag, LETag languageTag, LEErrorCode &success, le_bool exactMatch) const
26 scriptTag, languageTag, success, exactMatch);
H A DScriptAndLanguage.h37 LEReferenceTo<LangSysTable> findLanguage(const LETableReference &base, LETag languageTag, LEErrorCode &success, le_bool exactMatch = FALSE) const;
49 LEReferenceTo<LangSysTable> findLanguage(const LETableReference &base, LETag scriptTag, LETag languageTag, LEErrorCode &success, le_bool exactMatch = FALSE) const;
H A DGlyphLookupTables.h28 le_bool coversScriptAndLanguage(const LETableReference &base, LETag scriptTag, LETag languageTag, LEErrorCode &success, le_bool exactMatch = FALSE) const;
H A DScriptAndLanguage.cpp14 LEReferenceTo<LangSysTable> ScriptTable::findLanguage(const LETableReference& base, LETag languageTag, LEErrorCode &success, le_bool exactMatch) const
17 Offset langSysTableOffset = exactMatch? 0 : SWAPW(defaultLangSysTableOffset);
93 LEReferenceTo<LangSysTable> ScriptListTable::findLanguage(const LETableReference &base, LETag scriptTag, LETag languageTag, LEErrorCode &success, le_bool exactMatch) const
101 return scriptTable->findLanguage(scriptTable, languageTag, success, exactMatch).reparent(base);
/macosx-10.10/Security-57031.1.35/SecurityTool/
H A Didentity_find.c75 Boolean exactMatch = FALSE; local
137 if (exactMatch && !isExact) { // prior is better; ignore this one
144 if (exactMatch == isExact) { // same class of match
164 exactMatch = isExact;
H A Dkeychain_find.c314 Boolean exactMatch = FALSE; local
333 exactMatch = TRUE;
361 if (exactMatch && !isExact) { // prior is better; ignore this one
367 if (exactMatch == isExact) { // same class of match
385 exactMatch = isExact;
/macosx-10.10/security_systemkeychain-55202/src/
H A Dcs_utils.cpp265 bool exactMatch = false; local
299 if (exactMatch && !isExact) // prior is better; ignore this one
301 if (exactMatch == isExact) { // same class of match
324 exactMatch = isExact;
/macosx-10.10/ICU-531.30/icuSources/test/intltest/
H A Dnumfmtst.cpp6837 UBool exactMatch = FALSE; // was the exact comparison true? local
6842 exactMatch = (f.getDate()==ufmt_getDate(u, &valueStatus));
6847 exactMatch = (f.getDouble()==ufmt_getDouble(u, &valueStatus));
6852 exactMatch = (f.getLong()==ufmt_getLong(u, &valueStatus));
6865 exactMatch = (str == str2);
6877 exactMatch = assertEquals(fileLine + " array count", count, count2);
6879 if(exactMatch) {
6885 exactMatch = FALSE;
6888 exactMatch = FALSE;
6897 exactMatch
[all...]
/macosx-10.10/tcl-105/tcl84/tcl/generic/
H A DtclCompCmds.c2894 int i, length, exactMatch = 0, nocase = 0;
2934 exactMatch = (strpbrk(Tcl_GetString(copy),
2951 if (exactMatch) {
2874 int i, length, exactMatch = 0, nocase = 0; local
/macosx-10.10/tcl-105/tcl/tcl/generic/
H A DtclCompCmds.c3712 int i, length, exactMatch = 0, nocase = 0;
3759 exactMatch = TclMatchIsTrivial(TclGetString(copy));
3774 if (exactMatch) {
3685 int i, length, exactMatch = 0, nocase = 0; local

Completed in 170 milliseconds