Uses of Class
com.ibm.icu.impl.Trie2Writable
Packages that use Trie2Writable
-
Uses of Trie2Writable in com.ibm.icu.impl
Methods in com.ibm.icu.impl that return Trie2WritableModifier and TypeMethodDescriptionprivate Trie2Writable
Trie2Writable.set
(int c, boolean forLSCP, int value) Trie2Writable.set
(int c, int value) Set a value for a code point.Trie2Writable.setForLeadSurrogateCodeUnit
(char codeUnit, int value) Set a value for a UTF-16 code unit.Trie2Writable.setRange
(int start, int end, int value, boolean overwrite) Set a value in a range of code points [start..end].Trie2Writable.setRange
(Trie2.Range range, boolean overwrite) Set the values from a Trie2.Range. -
Uses of Trie2Writable in com.ibm.icu.impl.coll
Fields in com.ibm.icu.impl.coll declared as Trie2Writable