Uses of Enum
com.ibm.icu.util.BytesTrie.Result
Packages that use BytesTrie.Result
-
Uses of BytesTrie.Result in com.ibm.icu.util
Subclasses with type arguments of type BytesTrie.Result in com.ibm.icu.utilModifier and TypeClassDescriptionstatic enumReturn values for BytesTrie.next(), CharsTrie.next() and similar methods.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.ResultBytesTrie.branchNext(int pos, int length, int inByte) private BytesTrie.ResultCharsTrie.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.ResultBytesTrie.nextImpl(int pos, int inByte) private BytesTrie.ResultCharsTrie.nextImpl(int pos, int inUnit) static BytesTrie.ResultReturns 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.