public class BurmeseBreakEngine extends DictionaryBreakEngine
DictionaryBreakEngine.DequeI| Constructor and Description |
|---|
BurmeseBreakEngine() |
| Modifier and Type | Method and Description |
|---|---|
int |
divideUpDictionaryRange(CharacterIterator fIter,
int rangeStart,
int rangeEnd,
DictionaryBreakEngine.DequeI foundBreaks,
boolean isPhraseBreaking)
Divide up a range of known dictionary characters handled by this break engine.
|
boolean |
equals(Object obj) |
boolean |
handles(int c) |
int |
hashCode() |
findBreakspublic BurmeseBreakEngine()
throws IOException
IOExceptionpublic boolean handles(int c)
handles in interface LanguageBreakEnginehandles in class DictionaryBreakEnginec - A Unicode codepoint valuepublic int divideUpDictionaryRange(CharacterIterator fIter, int rangeStart, int rangeEnd, DictionaryBreakEngine.DequeI foundBreaks, boolean isPhraseBreaking)
DictionaryBreakEngineDivide up a range of known dictionary characters handled by this break engine.
fIter - A UText representing the textrangeStart - The start of the range of dictionary charactersrangeEnd - The end of the range of dictionary charactersfoundBreaks - Output of break positions. Positions are pushed.
Pre-existing contents of the output stack are unaltered.