Home
last modified time | relevance | path

Searched refs:aDicts (Results 1 – 4 of 4) sorted by relevance

/trunk/main/lingucomponent/source/hyphenator/altlinuxhyph/hyphen/
H A Dhyphenimp.cxx90 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 …]
H A Dhyphenimp.hxx82 HDInfo * aDicts; member in Hyphenator
/trunk/main/lingucomponent/source/spellcheck/spell/
H A Dsspellimp.cxx74 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 …]
H A Dsspellimp.hxx68 Hunspell ** aDicts; member in SpellChecker

Completed in 24 milliseconds