Home
last modified time | relevance | path

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

/external/icu4c/i18n/
Ducol_imp.h555 class SortKeyByteSink; variable
570 U_NAMESPACE_QUALIFIER SortKeyByteSink &result,
579 U_NAMESPACE_QUALIFIER SortKeyByteSink &result,
587 U_NAMESPACE_QUALIFIER SortKeyByteSink &result,
Ducol.cpp4270 class SortKeyByteSink : public ByteSink { class
4274 SortKeyByteSink(char *dest, int32_t destCapacity, uint32_t flags=0) in SortKeyByteSink() function in SortKeyByteSink
4284 virtual ~SortKeyByteSink() { uprv_free(ownedBuffer_); } in ~SortKeyByteSink()
4306 void Append(const SortKeyByteSink &other) { Append(other.buffer_, other.appended_); } in Append()
4332 SortKeyByteSink(const SortKeyByteSink &); // copy constructor not implemented
4333 SortKeyByteSink &operator=(const SortKeyByteSink &); // assignment operator not implemented
4351 uint8_t SortKeyByteSink::lastResortByte_ = 0;
4354 SortKeyByteSink::Append(const char *bytes, int32_t n) { in Append()
4397 SortKeyByteSink::GetAppendBuffer(int32_t min_capacity, in GetAppendBuffer()
4420 SortKeyByteSink::Resize(int32_t appendCapacity, int32_t length) { in Resize()
[all …]
/external/icu4c/common/unicode/
Durename.h2162 #define SortKeyByteSink U_ICU_ENTRY_POINT_RENAME(SortKeyByteSink) macro