Uses of Class
com.ibm.icu.util.BytesTrie.Result

Packages that use BytesTrie.Result
com.ibm.icu.util International calendars and other utility classes. 
 

Uses of BytesTrie.Result in com.ibm.icu.util
 

Methods in com.ibm.icu.util that return BytesTrie.Result
 BytesTrie.Result 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.Result 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.
 BytesTrie.Result CharsTrie.first(int inUnit)
          Traverses the trie from the initial state for this input char.
 BytesTrie.Result BytesTrie.first(int inByte)
          Traverses the trie from the initial state for this input byte.
 BytesTrie.Result 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.Result BytesTrie.next(byte[] s, int sIndex, int sLimit)
          Traverses the trie from the current state for this byte sequence.
 BytesTrie.Result CharsTrie.next(CharSequence s, int sIndex, int sLimit)
          Traverses the trie from the current state for this string.
 BytesTrie.Result CharsTrie.next(int inUnit)
          Traverses the trie from the current state for this input char.
 BytesTrie.Result BytesTrie.next(int inByte)
          Traverses the trie from the current state for this input byte.
 BytesTrie.Result 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 BytesTrie.Result.valueOf(String name)
          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.
 



Copyright (c) 2011 IBM Corporation and others.