Uses of Enum
com.ibm.icu.util.BytesTrie.Result
Packages that use BytesTrie.Result
-
Uses of BytesTrie.Result in com.ibm.icu.util
Fields in com.ibm.icu.util declared as BytesTrie.ResultModifier and TypeFieldDescriptionprivate static BytesTrie.Result[]
BytesTrie.valueResults_
private static BytesTrie.Result[]
CharsTrie.valueResults_
Methods in com.ibm.icu.util that return BytesTrie.ResultModifier and TypeMethodDescriptionprivate BytesTrie.Result
BytesTrie.branchNext
(int pos, int length, int inByte) private BytesTrie.Result
CharsTrie.branchNext
(int pos, int length, int inUnit) BytesTrie.current()
Determines whether the byte sequence so far matches, whether it has a value, and whether another input byte can continue a matching byte sequence.CharsTrie.current()
Determines whether the string so far matches, whether it has a value, and whether another input char can continue a matching string.BytesTrie.first
(int inByte) Traverses the trie from the initial state for this input byte.CharsTrie.first
(int inUnit) Traverses the trie from the initial state for this input char.CharsTrie.firstForCodePoint
(int cp) Traverses the trie from the initial state for the one or two UTF-16 code units for this input code point.BytesTrie.next
(byte[] s, int sIndex, int sLimit) Traverses the trie from the current state for this byte sequence.BytesTrie.next
(int inByte) Traverses the trie from the current state for this input byte.CharsTrie.next
(int inUnit) Traverses the trie from the current state for this input char.CharsTrie.next
(CharSequence s, int sIndex, int sLimit) Traverses the trie from the current state for this string.CharsTrie.nextForCodePoint
(int cp) Traverses the trie from the current state for the one or two UTF-16 code units for this input code point.private BytesTrie.Result
BytesTrie.nextImpl
(int pos, int inByte) private BytesTrie.Result
CharsTrie.nextImpl
(int pos, int inUnit) static BytesTrie.Result
Returns the enum constant of this type with the specified name.static BytesTrie.Result[]
BytesTrie.Result.values()
Returns an array containing the constants of this enum type, in the order they are declared.