Package com.ibm.icu.impl.breakiter
Class DictionaryBreakEngine.PossibleWord
java.lang.Object
com.ibm.icu.impl.breakiter.DictionaryBreakEngine.PossibleWord
- Enclosing class:
DictionaryBreakEngine
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
acceptMarked
(CharacterIterator fIter) boolean
backUp
(CharacterIterator fIter) int
candidates
(CharacterIterator fIter, DictionaryMatcher dict, int rangeEnd) int
void
-
Field Details
-
POSSIBLE_WORD_LIST_MAX
private static final int POSSIBLE_WORD_LIST_MAX- See Also:
-
lengths
private int[] lengths -
count
private int[] count -
prefix
private int prefix -
offset
private int offset -
mark
private int mark -
current
private int current
-
-
Constructor Details
-
PossibleWord
public PossibleWord()
-
-
Method Details
-
candidates
-
acceptMarked
-
backUp
-
longestPrefix
public int longestPrefix() -
markCurrent
public void markCurrent()
-