Home
last modified time | relevance | path

Searched refs:leftUTF16CollIter (Results 1 – 1 of 1) sorted by relevance

/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
DRuleBasedCollator.java1174 buffer.leftUTF16CollIter.setText(numeric, s, 0); in writeSortKey()
1176 buffer.leftUTF16CollIter, data.compressibleBytes, settings.readOnly(), in writeSortKey()
1227 buffer.leftUTF16CollIter.setText(numeric, str, 0); in internalGetCEs()
1228 iter = buffer.leftUTF16CollIter; in internalGetCEs()
1702 buffer.leftUTF16CollIter.setText(numeric, left, equalPrefixLength); in doCompare()
1705 buffer.leftUTF16CollIter, buffer.rightUTF16CollIter, roSettings); in doCompare()
1778 leftUTF16CollIter = new UTF16CollationIterator(data); in CollationBuffer()
1788 UTF16CollationIterator leftUTF16CollIter; field in RuleBasedCollator.CollationBuffer