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

/haiku/src/apps/mail/
H A DMailSupport.h71 extern Words* gExactWords[MAX_DICTIONARIES];
H A DMailSupport.cpp77 Words* gExactWords[MAX_DICTIONARIES]; variable
H A DMailApp.cpp553 gExactWords[gDictCount] = new Words(dataPath.Path(), indexPath.Path(), false);
580 gExactWords[gDictCount] = new Words(dataPath.Path(), indexPath.Path(), false);
H A DContent.cpp1496 gExactWords[gUserDict]->InitIndex();
1499 gExactWords[gUserDict]->BuildIndex();
2829 key = gExactWords[0]->GetKey(testWord.String());
2833 if (gExactWords[i]->Lookup(key) >= 0) {

Completed in 79 milliseconds