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 boolean
UPropertyAliases.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 BytesTrie
LikelySubtags.trie
private final BytesTrie
LocaleDistance.trie
Methods in com.ibm.icu.impl.locale with parameters of type BytesTrieModifier and TypeMethodDescriptionprivate static final int
LocaleDistance.getDesSuppScriptDistance
(BytesTrie iter, long startState, String desired, String supported) private static final int
LocaleDistance.getFallbackRegionDistance
(BytesTrie iter, long startState) private static final int
LocaleDistance.getRegionPartitionsDistance
(BytesTrie iter, long startState, String desiredPartitions, String supportedPartitions, int threshold) private static final int
private 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