Searched refs:gWords (Results 1 – 4 of 4) sorted by relevance
70 extern Words* gWords[MAX_DICTIONARIES];
76 Words* gWords[MAX_DICTIONARIES]; variable
547 gWords[gDictCount] = new Words(dataPath.Path(), indexPath.Path(), true); in ReadyToRun()574 gWords[gDictCount] = new Words(dataPath.Path(), indexPath.Path(), true); in ReadyToRun()
1464 gWords[i]->FindBestMatches(&matches, in MouseDown()1495 gWords[gUserDict]->InitIndex(); in MouseDown()1498 gWords[gUserDict]->BuildIndex(); in MouseDown()