Searched refs:SortKeyByteSink (Results 1 – 6 of 6) sorted by relevance
/external/icu/icu4c/source/i18n/ |
D | collationkeys.h | 30 class SortKeyByteSink : public ByteSink { 32 SortKeyByteSink(char *dest, int32_t destCapacity) in SortKeyByteSink() function 35 virtual ~SortKeyByteSink(); 84 SortKeyByteSink(const SortKeyByteSink &); // copy constructor not implemented 85 SortKeyByteSink &operator=(const SortKeyByteSink &); // assignment operator not implemented 111 SortKeyByteSink &sink,
|
D | collationkeys.cpp | 25 SortKeyByteSink::~SortKeyByteSink() {} in ~SortKeyByteSink() 28 SortKeyByteSink::Append(const char *bytes, int32_t n) { in Append() 57 SortKeyByteSink::GetAppendBuffer(int32_t min_capacity, in GetAppendBuffer() 227 SortKeyByteSink &sink, in writeSortKeyUpToQuaternary()
|
D | rulebasedcollator.cpp | 60 class FixedSortKeyByteSink : public SortKeyByteSink { 63 : SortKeyByteSink(dest, destCapacity) {} in FixedSortKeyByteSink() 91 class CollationKeyByteSink : public SortKeyByteSink { 94 : SortKeyByteSink(reinterpret_cast<char *>(key.getBytes()), key.getCapacity()), in CollationKeyByteSink() 1331 SortKeyByteSink &sink, UErrorCode &errorCode) const { in writeSortKey() 1356 SortKeyByteSink &sink, UErrorCode &errorCode) const { in writeIdenticalLevel() 1394 PartLevelCallback(const SortKeyByteSink &s) in PartLevelCallback() 1413 const SortKeyByteSink &sink;
|
/external/icu/icu4c/source/i18n/unicode/ |
D | tblcoll.h | 87 class SortKeyByteSink; variable 829 SortKeyByteSink &sink, UErrorCode &errorCode) const; 832 SortKeyByteSink &sink, UErrorCode &errorCode) const;
|
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/ |
D | CollationKeys.java | 21 public static abstract class SortKeyByteSink { class in CollationKeys 27 public SortKeyByteSink(byte[] dest) { in SortKeyByteSink() method in CollationKeys.SortKeyByteSink 230 void appendTo(SortKeyByteSink sink) { in appendTo() 329 CollationSettings settings, SortKeyByteSink sink, int minLevel, LevelCallback callback, in writeSortKeyUpToQuaternary()
|
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/ |
D | RuleBasedCollator.java | 28 import com.ibm.icu.impl.coll.CollationKeys.SortKeyByteSink; 1119 private static final class CollationKeyByteSink extends SortKeyByteSink {
|