Searched refs:mxHyph (Results 1 – 1 of 1) sorted by relevance
64 protected XHyphenator mxHyph = null; field in LinguisticExamples136 mxHyph = mxLinguSvcMgr.getHyphenator(); in GetHyph()137 return mxHyph != null; in GetHyph()213 if (mxHyph != null) in Run()219 XHyphenatedWord xHyphWord = mxHyph.hyphenate( "waterfall", in Run()236 xHyphWord = mxHyph.queryAlternativeSpelling( "Schiffahrt", in Run()253 XPossibleHyphens xPossHyph = mxHyph.createPossibleHyphens("waterfall", in Run()
Completed in 21 milliseconds