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
74 aDicts = NULL; in SpellChecker()86 if (aDicts) in ~SpellChecker()90 if (aDicts[i]) delete aDicts[i]; in ~SpellChecker()91 aDicts[i] = NULL; in ~SpellChecker()93 delete[] aDicts; in ~SpellChecker()95 aDicts = NULL; in ~SpellChecker()262 aDicts = NULL; in getLocales()330 if (!aDicts[i]) in GetSpellFailure()352 if (aDicts[i]) in GetSpellFailure()355 pMS = aDicts[i]; in GetSpellFailure()[all …]
68 Hunspell ** aDicts; member in SpellChecker
Completed in 21 milliseconds