Lines Matching refs:aThes
93 aThes = NULL; in Thesaurus()
105 if (aThes) in ~Thesaurus()
109 if (aThes[i]) delete aThes[i]; in ~Thesaurus()
110 aThes[i] = NULL; in ~Thesaurus()
112 delete[] aThes; in ~Thesaurus()
114 aThes = NULL; in ~Thesaurus()
225 aThes = new MyThes* [numthes]; in getLocales()
245 aThes[k] = NULL; in getLocales()
268 aThes = NULL; in getLocales()
353 if (!aThes[i]) in queryMeanings()
373 aThes[i] = new MyThes(aTmpidx.getStr(),aTmpdat.getStr()); in queryMeanings()
374 if (aThes[i]) in queryMeanings()
375 aTEncs[i] = getTextEncodingFromCharset(aThes[i]->get_th_encoding()); in queryMeanings()
377 pTH = aThes[i]; in queryMeanings()