Words
gWords[gDictCount] = new Words(dataPath.Path(), indexPath.Path(), true);
gExactWords[gDictCount] = new Words(dataPath.Path(), indexPath.Path(), false);
gWords[gDictCount] = new Words(dataPath.Path(), indexPath.Path(), true);
gExactWords[gDictCount] = new Words(dataPath.Path(), indexPath.Path(), false);
Words* gWords[MAX_DICTIONARIES];
Words* gExactWords[MAX_DICTIONARIES];
class Words;
extern Words* gWords[MAX_DICTIONARIES];
extern Words* gExactWords[MAX_DICTIONARIES];
class Words;
Words::Words(const char* dataPath, const char* indexPath, bool useMetaphone)
Words::BuildIndex(void)
Words::GetKey(const char* s)
Words::FindBestMatches(BList* matches, const char* s)
Words::Words(bool useMetaphone)
Words::Words(BPositionIO* thes, bool useMetaphone)
Words::~Words(void)
class Words : public WIndex {
Words(bool useMetaphone = true);
Words(BPositionIO* thes, bool useMetaphone = true);
Words(const char* dataPath, const char* indexPath,
virtual ~Words(void);