Searched refs:equal (Results 1 - 2 of 2) sorted by relevance

/opengrok-jel/src/org/opensolaris/opengrok/search/context/
H A DPhraseMatcher.java41 if (equal(token, phraseTerms[cur])) {
52 if (equal(token, phraseTerms[cur])) {
H A DLineMatcher.java54 * Check if two strings are equal. If this is a case insensitive matcher,
58 boolean equal(String s1, String s2) { method in class:LineMatcher
64 * lexicographically smaller than, equal to or greater than the second

Completed in 18 milliseconds