Searched refs:SortKeyByteSink (Results 1 – 4 of 4) 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 | 62 class FixedSortKeyByteSink : public SortKeyByteSink { 65 : SortKeyByteSink(dest, destCapacity) {} in FixedSortKeyByteSink() 93 class CollationKeyByteSink : public SortKeyByteSink { 96 : SortKeyByteSink(reinterpret_cast<char *>(key.getBytes()), key.getCapacity()), in CollationKeyByteSink() 1328 SortKeyByteSink &sink, UErrorCode &errorCode) const { in writeSortKey() 1353 SortKeyByteSink &sink, UErrorCode &errorCode) const { in writeIdenticalLevel() 1391 PartLevelCallback(const SortKeyByteSink &s) in PartLevelCallback() 1410 const SortKeyByteSink &sink;
|
/external/icu/icu4c/source/i18n/unicode/ |
D | tblcoll.h | 86 class SortKeyByteSink; variable 815 SortKeyByteSink &sink, UErrorCode &errorCode) const; 818 SortKeyByteSink &sink, UErrorCode &errorCode) const;
|