mozISpellI18NUtil

This interface contains various I18N related code used in various places by the spell checker.

Methods

getRootForm(word, type, words, count)

Given a word return a list of possible root forms of that word

fromRootForm(word, iwords, icount, owords, ocount)

Given a word return a list of possible root forms of that word

findNextWord(word, length, offset, begin, end)

Given a unicode string and an offset, find the beginning and end of the
next word. begin and end are -1 if there are no words remaining in the
string. This should really be folded into the Line/WordBreaker.

Attributes

language

The language being used to check spelling

Constants

kCheck

kSuggest