Home
last modified time | relevance | path

Searched refs:gWords (Results 1 – 4 of 4) sorted by relevance

/haiku/src/apps/mail/
H A DMailSupport.h70 extern Words* gWords[MAX_DICTIONARIES];
H A DMailSupport.cpp76 Words* gWords[MAX_DICTIONARIES]; variable
H A DMailApp.cpp547 gWords[gDictCount] = new Words(dataPath.Path(), indexPath.Path(), true); in ReadyToRun()
574 gWords[gDictCount] = new Words(dataPath.Path(), indexPath.Path(), true); in ReadyToRun()
H A DContent.cpp1464 gWords[i]->FindBestMatches(&matches, in MouseDown()
1495 gWords[gUserDict]->InitIndex(); in MouseDown()
1498 gWords[gUserDict]->BuildIndex(); in MouseDown()