Uses of Class
com.ibm.icu.impl.Trie2Writable
-
Packages that use Trie2Writable Package Description com.ibm.icu.impl com.ibm.icu.impl.coll -
-
Uses of Trie2Writable in com.ibm.icu.impl
Methods in com.ibm.icu.impl that return Trie2Writable Modifier and Type Method Description private Trie2Writable
Trie2Writable. set(int c, boolean forLSCP, int value)
Trie2Writable
Trie2Writable. set(int c, int value)
Set a value for a code point.Trie2Writable
Trie2Writable. setForLeadSurrogateCodeUnit(char codeUnit, int value)
Set a value for a UTF-16 code unit.Trie2Writable
Trie2Writable. setRange(int start, int end, int value, boolean overwrite)
Set a value in a range of code points [start..end].Trie2Writable
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 Modifier and Type Field Description protected Trie2Writable
CollationDataBuilder. trie
-