Uses of Enum
com.ibm.icu.util.BytesTrie.Result
Packages that use BytesTrie.Result
-
Uses of BytesTrie.Result in com.ibm.icu.util
Methods in com.ibm.icu.util that return BytesTrie.ResultModifier and TypeMethodDescriptionBytesTrie.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.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.