Searched refs:CollationKeyByteSink (Results 1 – 4 of 4) sorted by relevance
41 class CollationKeyByteSink; variable282 friend class CollationKeyByteSink; variable
1072 private static final class CollationKeyByteSink extends SortKeyByteSink { class in RuleBasedCollator1073 CollationKeyByteSink(RawCollationKey key) { in CollationKeyByteSink() method in RuleBasedCollator.CollationKeyByteSink1114 CollationKeyByteSink sink = new CollationKeyByteSink(key); in getRawCollationKey()1124 private void writeSortKey(CharSequence s, CollationKeyByteSink sink, CollationBuffer buffer) { in writeSortKey()1145 private void writeIdenticalLevel(CharSequence s, CollationKeyByteSink sink) { in writeIdenticalLevel()
1100 private static final class CollationKeyByteSink extends SortKeyByteSink { class in RuleBasedCollator1101 CollationKeyByteSink(RawCollationKey key) { in CollationKeyByteSink() method in RuleBasedCollator.CollationKeyByteSink1142 CollationKeyByteSink sink = new CollationKeyByteSink(key); in getRawCollationKey()1152 private void writeSortKey(CharSequence s, CollationKeyByteSink sink, CollationBuffer buffer) { in writeSortKey()1173 private void writeIdenticalLevel(CharSequence s, CollationKeyByteSink sink) { in writeIdenticalLevel()
91 class CollationKeyByteSink : public SortKeyByteSink { class93 CollationKeyByteSink(CollationKey &key) in CollationKeyByteSink() function in CollationKeyByteSink96 virtual ~CollationKeyByteSink();105 CollationKeyByteSink::~CollationKeyByteSink() {} in ~CollationKeyByteSink()108 CollationKeyByteSink::AppendBeyondCapacity(const char *bytes, int32_t n, int32_t length) { in AppendBeyondCapacity()116 CollationKeyByteSink::Resize(int32_t appendCapacity, int32_t length) { in Resize()1293 CollationKeyByteSink sink(key); in getCollationKey()