Searched refs:SortKeyByteSink (Results 1 – 3 of 3) sorted by relevance
555 class SortKeyByteSink; variable570 U_NAMESPACE_QUALIFIER SortKeyByteSink &result,579 U_NAMESPACE_QUALIFIER SortKeyByteSink &result,587 U_NAMESPACE_QUALIFIER SortKeyByteSink &result,
4270 class SortKeyByteSink : public ByteSink { class4274 SortKeyByteSink(char *dest, int32_t destCapacity, uint32_t flags=0) in SortKeyByteSink() function in SortKeyByteSink4284 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 implemented4333 SortKeyByteSink &operator=(const SortKeyByteSink &); // assignment operator not implemented4351 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 …]
2162 #define SortKeyByteSink U_ICU_ENTRY_POINT_RENAME(SortKeyByteSink) macro