Uses of Class
com.ibm.icu.util.MutableCodePointTrie
-
Packages that use MutableCodePointTrie Package Description com.ibm.icu.impl com.ibm.icu.text Extensions and enhancements to java.text to support unicode transforms, UnicodeSet, surrogate char utilities, UCA collation, normalization, break iteration (rule and dictionary based), enhanced number format, international string searching, and arabic shaping.com.ibm.icu.util International calendars and other utility classes. -
-
Uses of MutableCodePointTrie in com.ibm.icu.impl
Methods in com.ibm.icu.impl with parameters of type MutableCodePointTrie Modifier and Type Method Description private void
Normalizer2Impl. addToStartSet(MutableCodePointTrie mutableTrie, int origin, int decompLead)
-
Uses of MutableCodePointTrie in com.ibm.icu.text
Fields in com.ibm.icu.text declared as MutableCodePointTrie Modifier and Type Field Description (package private) MutableCodePointTrie
RBBISetBuilder. fTrie
-
Uses of MutableCodePointTrie in com.ibm.icu.util
Methods in com.ibm.icu.util that return MutableCodePointTrie Modifier and Type Method Description MutableCodePointTrie
MutableCodePointTrie. clone()
Clones this mutable trie.static MutableCodePointTrie
MutableCodePointTrie. fromCodePointMap(CodePointMap map)
Creates a mutable trie with the same contents as theCodePointMap
.
-