Uses of Class
com.ibm.icu.impl.coll.UVector32
-
Packages that use UVector32 Package Description com.ibm.icu.impl.coll 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. -
-
Uses of UVector32 in com.ibm.icu.impl.coll
Fields in com.ibm.icu.impl.coll declared as UVector32 Modifier and Type Field Description protected UVector32
CollationDataBuilder. ce32s
private UVector32
CollationBuilder. rootPrimaryIndexes
Indexes of nodes with root primary weights, sorted by primary.Methods in com.ibm.icu.impl.coll with parameters of type UVector32 Modifier and Type Method Description private void
CollationData. makeReorderRanges(int[] reorder, boolean latinMustMove, UVector32 ranges)
(package private) void
CollationData. makeReorderRanges(int[] reorder, UVector32 ranges)
Writes the permutation of primary-weight ranges for the given reordering of scripts and groups.long
CollationIterator. previousCE(UVector32 offsets)
Returns the previous collation element.private long
CollationIterator. previousCEUnsafe(int c, UVector32 offsets)
Returns the previous CE when data.isUnsafeBackward(c, isNumeric). -
Uses of UVector32 in com.ibm.icu.text
Fields in com.ibm.icu.text declared as UVector32 Modifier and Type Field Description private UVector32
CollationElementIterator. offsets_
Stores offsets from expansions and from unsafe-backwards iteration, so that getOffset() returns intermediate offsets for the CEs that are consistent with forward iteration.
-