Uses of Class
org.extex.core.UnicodeCharList

Packages that use UnicodeCharList
org.extex.language.hyphenation This package contains the definitions and implementations for the treatment of hyphenations in ExTeX. 
org.extex.language.hyphenation.base This package contains the base hyphenation table implementation. 
org.extex.language.hyphenation.liang This package contains a implementation for an hyphenation engine. 
org.extex.language.impl This package contains implementations which describe a language. 
org.extex.language.word This package contains classes for treatment of words. 
org.extex.language.word.impl This package contains implementation for the treatment of words. 
org.extex.unit.tex.hyphen This package contains the primitives for hyphenations in ExTeX. 
 

Uses of UnicodeCharList in org.extex.language.hyphenation
 

Methods in org.extex.language.hyphenation with parameters of type UnicodeCharList
 void Hyphenator.addHyphenation(UnicodeCharList word, TypesetterOptions context)
          Add a user-defined hyphenation.
 

Uses of UnicodeCharList in org.extex.language.hyphenation.base
 

Methods in org.extex.language.hyphenation.base that return UnicodeCharList
 UnicodeCharList BaseHyphenationTable.normalize(UnicodeCharList word, TypesetterOptions options)
          Normalize a word for the lookup.
 

Methods in org.extex.language.hyphenation.base with parameters of type UnicodeCharList
 void BaseHyphenationTable.addHyphenation(UnicodeCharList word, TypesetterOptions options)
          Add a user-defined hyphenation.
protected static boolean[] BaseHyphenationTable.createHyphenation(UnicodeCharList pattern, TypesetterOptions context, UnicodeCharList key)
          Create the name for the HyphenationTable.
 int BaseHyphenationTable.findWord(NodeList nodes, int start, UnicodeCharList word)
          Extract a word from a node list.
 boolean BaseHyphenationTable.hyphenateOne(NodeList nodes, TypesetterOptions context, int start, UnicodeCharList word, CharNode hyphenNode)
          Hyphenate a single word.
 UnicodeCharList BaseHyphenationTable.normalize(UnicodeCharList word, TypesetterOptions options)
          Normalize a word for the lookup.
 

Uses of UnicodeCharList in org.extex.language.hyphenation.liang
 

Methods in org.extex.language.hyphenation.liang with parameters of type UnicodeCharList
 boolean LiangsHyphenationTable.hyphenateOne(NodeList nodelist, TypesetterOptions context, int start, UnicodeCharList word, CharNode hyphenNode)
           
 

Uses of UnicodeCharList in org.extex.language.impl
 

Methods in org.extex.language.impl that return UnicodeCharList
 UnicodeCharList FutureLanguage.normalize(UnicodeCharList word, TypesetterOptions options)
          Normalize a word for the lookup.
 

Methods in org.extex.language.impl with parameters of type UnicodeCharList
 void FutureLanguage.addHyphenation(UnicodeCharList word, TypesetterOptions context)
          Add a user-defined hyphenation.
 int FutureLanguage.findWord(NodeList nodes, int start, UnicodeCharList word)
          Extract a word from a node list.
 UnicodeCharList FutureLanguage.normalize(UnicodeCharList word, TypesetterOptions options)
          Normalize a word for the lookup.
 

Uses of UnicodeCharList in org.extex.language.word
 

Methods in org.extex.language.word that return UnicodeCharList
 UnicodeCharList WordTokenizer.normalize(UnicodeCharList word, TypesetterOptions options)
          Normalize a word for the lookup.
 

Methods in org.extex.language.word with parameters of type UnicodeCharList
 int WordTokenizer.findWord(NodeList nodes, int start, UnicodeCharList word)
          Extract a word from a node list.
 UnicodeCharList WordTokenizer.normalize(UnicodeCharList word, TypesetterOptions options)
          Normalize a word for the lookup.
 

Uses of UnicodeCharList in org.extex.language.word.impl
 

Methods in org.extex.language.word.impl that return UnicodeCharList
 UnicodeCharList ExTeXWords.normalize(UnicodeCharList word, TypesetterOptions options)
           
 UnicodeCharList TeXWords.normalize(UnicodeCharList word, TypesetterOptions options)
           
 

Methods in org.extex.language.word.impl with parameters of type UnicodeCharList
 int ExTeXWords.findWord(NodeList nodes, int start, UnicodeCharList word)
           
 int TeXWords.findWord(NodeList nodes, int start, UnicodeCharList word)
           
 UnicodeCharList ExTeXWords.normalize(UnicodeCharList word, TypesetterOptions options)
           
 UnicodeCharList TeXWords.normalize(UnicodeCharList word, TypesetterOptions options)
           
 

Uses of UnicodeCharList in org.extex.unit.tex.hyphen
 

Methods in org.extex.unit.tex.hyphen that return UnicodeCharList
protected  UnicodeCharList Hyphenation.collectWord(Context context, TokenSource source, Token token)
          Collect all characters that make up a word.
protected  UnicodeCharList HyphenationPrimitive.collectWord(Context context, TokenSource source, Token token)
          Collect all characters that make up a word.