Uses of Class
com.ibm.icu.util.BytesTrie
-
Packages that use BytesTrie Package Description com.ibm.icu.impl com.ibm.icu.impl.locale com.ibm.icu.util -
-
Uses of BytesTrie in com.ibm.icu.impl
Methods in com.ibm.icu.impl with parameters of type BytesTrie Modifier and Type Method Description private boolean
UPropertyAliases. containsName(BytesTrie trie, java.lang.CharSequence name)
-
Uses of BytesTrie in com.ibm.icu.impl.locale
Fields in com.ibm.icu.impl.locale declared as BytesTrie Modifier and Type Field Description private BytesTrie
LikelySubtags. trie
private BytesTrie
LocaleDistance. trie
Methods in com.ibm.icu.impl.locale with parameters of type BytesTrie Modifier and Type Method Description private static int
LocaleDistance. getDesSuppScriptDistance(BytesTrie iter, long startState, java.lang.String desired, java.lang.String supported)
private static int
LocaleDistance. getFallbackRegionDistance(BytesTrie iter, long startState)
private static int
LocaleDistance. getRegionPartitionsDistance(BytesTrie iter, long startState, java.lang.String desiredPartitions, java.lang.String supportedPartitions, int threshold)
private static int
LikelySubtags. trieNext(BytesTrie iter, java.lang.String s, int i)
private static int
LocaleDistance. trieNext(BytesTrie iter, java.lang.String s, boolean wantValue)
-
Uses of BytesTrie in com.ibm.icu.util
Methods in com.ibm.icu.util that return BytesTrie Modifier and Type Method Description BytesTrie
BytesTrieBuilder. build(StringTrieBuilder.Option buildOption)
Builds a BytesTrie for the add()ed data.BytesTrie
BytesTrie. clone()
Clones this trie reader object and its state, but not the byte array which will be shared.BytesTrie
BytesTrie. reset()
Resets this trie to its initial state.BytesTrie
BytesTrie. resetToState(BytesTrie.State state)
Resets this trie to the saved state.BytesTrie
BytesTrie. resetToState64(long state)
Resets this trie to the saved state.BytesTrie
BytesTrie. saveState(BytesTrie.State state)
Saves the state of this trie.Constructors in com.ibm.icu.util with parameters of type BytesTrie Constructor Description BytesTrie(BytesTrie other)
Copy constructor.
-