Searched refs:CollationKeyByteSink (Results 1 – 4 of 4) sorted by relevance
43 class CollationKeyByteSink; variable284 friend class CollationKeyByteSink; variable
1103 private static final class CollationKeyByteSink extends SortKeyByteSink { class in RuleBasedCollator1104 CollationKeyByteSink(RawCollationKey key) { in CollationKeyByteSink() method in RuleBasedCollator.CollationKeyByteSink1145 CollationKeyByteSink sink = new CollationKeyByteSink(key); in getRawCollationKey()1155 private void writeSortKey(CharSequence s, CollationKeyByteSink sink, CollationBuffer buffer) { in writeSortKey()1176 private void writeIdenticalLevel(CharSequence s, CollationKeyByteSink sink) { in writeIdenticalLevel()
1077 private static final class CollationKeyByteSink extends SortKeyByteSink { class in RuleBasedCollator1078 CollationKeyByteSink(RawCollationKey key) { in CollationKeyByteSink() method in RuleBasedCollator.CollationKeyByteSink1119 CollationKeyByteSink sink = new CollationKeyByteSink(key); in getRawCollationKey()1129 private void writeSortKey(CharSequence s, CollationKeyByteSink sink, CollationBuffer buffer) { in writeSortKey()1150 private void writeIdenticalLevel(CharSequence s, CollationKeyByteSink sink) { in writeIdenticalLevel()
93 class CollationKeyByteSink : public SortKeyByteSink { class95 CollationKeyByteSink(CollationKey &key) in CollationKeyByteSink() function in CollationKeyByteSink98 virtual ~CollationKeyByteSink();107 CollationKeyByteSink::~CollationKeyByteSink() {} in ~CollationKeyByteSink()110 CollationKeyByteSink::AppendBeyondCapacity(const char *bytes, int32_t n, int32_t length) { in AppendBeyondCapacity()118 CollationKeyByteSink::Resize(int32_t appendCapacity, int32_t length) { in Resize()1295 CollationKeyByteSink sink(key); in getCollationKey()