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

/haiku/src/apps/mail/
H A DWords.cpp718 const char *src, *testWord; local
764 testWord = word; // Test the base word first
766 // printf("Testing: %s\n", testWord);
768 if ((GetKey(testWord) == key)
770 // word_match(gCmpKey, testWord)
772 && word_match(gCmpKey, testWord)
774 // printf("Added: %s\n", testWord);
775 matches->AddItem(new BString(testWord));
786 testWord = suffixWord;
788 testWord
[all...]
H A DContent.cpp2776 BString testWord;
2822 testWord.SetTo(word, wordLength);
2824 testWord = testWord.ToLower();
2825 DSPELL(printf("Testing: \"%s\"\n", testWord.String()));
2829 key = gExactWords[0]->GetKey(testWord.String());

Completed in 33 milliseconds