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

/haiku/src/apps/mail/
H A DWords.h51 int word_match(const char* reference, const char* test);
H A DWords.cpp74 return word_match(gCmpKey, (*firstArg)->String()) - word_match(gCmpKey,
466 word_match(const char* reference, const char* test) function
770 // word_match(gCmpKey, testWord)
772 && word_match(gCmpKey, testWord)

Completed in 37 milliseconds