Home
last modified time | relevance | path

Searched refs:MATCH_VALUE_STRONG (Results 1 – 3 of 3) sorted by relevance

/dports/misc/tellico/tellico-3.4.2/src/
H A Dentrycomparison.cpp62 return MATCH_VALUE_STRONG; in score()
66 …return ISBNValidator::isbn10(s1) == ISBNValidator::isbn10(s2) ? MATCH_VALUE_STRONG : MATCH_VALUE_N… in score()
69 …return LCCNValidator::formalize(s1) == LCCNValidator::formalize(s2) ? MATCH_VALUE_STRONG : MATCH_V… in score()
77 …s_documentUrl.resolved(u1) == s_documentUrl.resolved(u2))) ? MATCH_VALUE_STRONG : MATCH_VALUE_NONE; in score()
85 return (us1 == us2) ? MATCH_VALUE_STRONG : MATCH_VALUE_NONE; in score()
92 return MATCH_VALUE_STRONG; in score()
97 return MATCH_VALUE_STRONG; in score()
107 return (s1 == s2) ? MATCH_VALUE_STRONG : MATCH_VALUE_NONE; in score()
125 matches += MATCH_VALUE_STRONG*sl2.count(*it); in score()
131 matches += MATCH_VALUE_STRONG*sl2.count(*it); in score()
[all …]
H A Dentrycomparison.h50 MATCH_VALUE_STRONG = 5 enumerator
/dports/misc/tellico/tellico-3.4.2/src/tests/
H A Dcollectiontest.cpp724 …StringLiteral("title") << QStringLiteral("title1") << Tellico::EntryComparison::MATCH_VALUE_STRONG; in testMatchScore_data()
725 …StringLiteral("title") << QStringLiteral("TITLE1") << Tellico::EntryComparison::MATCH_VALUE_STRONG; in testMatchScore_data()
727 …tringLiteral("title") << QStringLiteral("title1.") << Tellico::EntryComparison::MATCH_VALUE_STRONG; in testMatchScore_data()
729 …ingLiteral("isbn") << QStringLiteral("1234367890") << Tellico::EntryComparison::MATCH_VALUE_STRONG; in testMatchScore_data()
731 … QStringLiteral("lccn") << QStringLiteral("89456") << Tellico::EntryComparison::MATCH_VALUE_STRONG; in testMatchScore_data()
732 …QStringLiteral("lccn") << QStringLiteral("89-456") << Tellico::EntryComparison::MATCH_VALUE_STRONG; in testMatchScore_data()
733 …eral("arxiv") << QStringLiteral("hep-lat/0110180") << Tellico::EntryComparison::MATCH_VALUE_STRONG; in testMatchScore_data()
734 …al("arxiv") << QStringLiteral("hep-lat/0110180v1") << Tellico::EntryComparison::MATCH_VALUE_STRONG; in testMatchScore_data()
736 …ingLiteral("author") << QStringLiteral("John Doe") << Tellico::EntryComparison::MATCH_VALUE_STRONG; in testMatchScore_data()
737 …ngLiteral("author") << QStringLiteral("Doe, John") << Tellico::EntryComparison::MATCH_VALUE_STRONG; in testMatchScore_data()
[all …]