Searched refs:aDicts (Results 1 – 4 of 4) sorted by relevance
90 aDicts = NULL; in Hyphenator()100 if ((numdict) && (aDicts)) in ~Hyphenator()104 if (aDicts[i].apCC) delete aDicts[i].apCC; in ~Hyphenator()108 if (aDicts) delete[] aDicts; in ~Hyphenator()109 aDicts = NULL; in ~Hyphenator()224 aDicts[k].apCC = new CharClass( aDicts[k].aLoc ); in getLocales()243 aDicts = NULL; in getLocales()313 if (!aDicts[k].aPtr) in hyphenate()339 dict = aDicts[k].aPtr; in hyphenate()340 eEnc = aDicts[k].eEnc; in hyphenate()[all …]
82 HDInfo * aDicts; member in Hyphenator
73 aDicts = NULL; in SpellChecker()85 if (aDicts) in ~SpellChecker()89 if (aDicts[i]) delete aDicts[i]; in ~SpellChecker()90 aDicts[i] = NULL; in ~SpellChecker()92 delete[] aDicts; in ~SpellChecker()94 aDicts = NULL; in ~SpellChecker()236 aDicts = NULL; in getLocales()304 if (!aDicts[i]) in GetSpellFailure()326 if (aDicts[i]) in GetSpellFailure()329 pMS = aDicts[i]; in GetSpellFailure()[all …]
68 Hunspell ** aDicts; member in SpellChecker
Completed in 25 milliseconds