Class CjkBreakEngine
java.lang.Object
org.graalvm.shadowed.com.ibm.icu.impl.breakiter.DictionaryBreakEngine
org.graalvm.shadowed.com.ibm.icu.impl.breakiter.CjkBreakEngine
- All Implemented Interfaces:
LanguageBreakEngine
-
Nested Class Summary
Nested classes/interfaces inherited from class DictionaryBreakEngine
DictionaryBreakEngine.DequeI -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintdivideUpDictionaryRange(CharacterIterator inText, int startPos, int endPos, DictionaryBreakEngine.DequeI foundBreaks, boolean isPhraseBreaking) booleaninthashCode()Methods inherited from class DictionaryBreakEngine
findBreaks, handles
-
Constructor Details
-
CjkBreakEngine
- Throws:
IOException
-
-
Method Details
-
equals
-
hashCode
-
divideUpDictionaryRange
public int divideUpDictionaryRange(CharacterIterator inText, int startPos, int endPos, DictionaryBreakEngine.DequeI foundBreaks, boolean isPhraseBreaking)
-