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

/haiku/src/apps/mail/
H A DWords.cpp68 static const char* gCmpKey; variable
74 return word_match(gCmpKey, (*firstArg)->String()) - word_match(gCmpKey,
722 gCmpKey = srcWord.String();
770 // word_match(gCmpKey, testWord)
771 // <= int32((strlen(gCmpKey)-1)/2))
772 && word_match(gCmpKey, testWord)
773 <= int32(float(strlen(gCmpKey)-1)*.75)) {
812 gCmpKey = srcWord.String();

Completed in 35 milliseconds