Home
last modified time | relevance | path

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

/aoo41x/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
/aoo41x/main/lingucomponent/source/spellcheck/spell/
H A Dsspellimp.cxx73 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 …]
H A Dsspellimp.hxx68 Hunspell ** aDicts; member in SpellChecker

Completed in 228 milliseconds