Uses of Class
com.ibm.icu.util.BytesTrie
Packages that use BytesTrie
-
Uses of BytesTrie in com.ibm.icu.impl
Methods in com.ibm.icu.impl with parameters of type BytesTrieModifier and TypeMethodDescriptionprivate booleanUPropertyAliases.containsName(BytesTrie trie, CharSequence name) -
Uses of BytesTrie in com.ibm.icu.impl.locale
Fields in com.ibm.icu.impl.locale declared as BytesTrieModifier and TypeFieldDescriptionprivate final BytesTrieLikelySubtags.trieprivate final BytesTrieLocaleDistance.trieMethods in com.ibm.icu.impl.locale with parameters of type BytesTrieModifier and TypeMethodDescriptionprivate static final intLocaleDistance.getDesSuppScriptDistance(BytesTrie iter, long startState, String desired, String supported) private static final intLocaleDistance.getFallbackRegionDistance(BytesTrie iter, long startState) private static final intLocaleDistance.getRegionPartitionsDistance(BytesTrie iter, long startState, String desiredPartitions, String supportedPartitions, int threshold) private static final intprivate static final int -
Uses of BytesTrie in com.ibm.icu.util
Methods in com.ibm.icu.util that return BytesTrieModifier and TypeMethodDescriptionBytesTrieBuilder.build(StringTrieBuilder.Option buildOption) Builds a BytesTrie for the add()ed data.BytesTrie.clone()Clones this trie reader object and its state, but not the byte array which will be shared.BytesTrie.reset()Resets this trie to its initial state.BytesTrie.resetToState(BytesTrie.State state) Resets this trie to the saved state.BytesTrie.resetToState64(long state) Resets this trie to the saved state.BytesTrie.saveState(BytesTrie.State state) Saves the state of this trie.Constructors in com.ibm.icu.util with parameters of type BytesTrie