Uses of Class
com.ibm.icu.util.MutableCodePointTrie
Packages that use MutableCodePointTrie
-
Uses of MutableCodePointTrie in com.ibm.icu.impl
Methods in com.ibm.icu.impl with parameters of type MutableCodePointTrieModifier and TypeMethodDescriptionprivate voidNormalizer2Impl.addToStartSet(MutableCodePointTrie mutableTrie, int origin, int decompLead) -
Uses of MutableCodePointTrie in com.ibm.icu.text
Fields in com.ibm.icu.text declared as MutableCodePointTrie -
Uses of MutableCodePointTrie in com.ibm.icu.util
Methods in com.ibm.icu.util that return MutableCodePointTrieModifier and TypeMethodDescriptionMutableCodePointTrie.clone()Clones this mutable trie.static MutableCodePointTrieMutableCodePointTrie.fromCodePointMap(CodePointMap map) Creates a mutable trie with the same contents as theCodePointMap.