Home
last modified time | relevance | path

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

/external/icu4c/i18n/
Ducol_imp.h535 class SortKeyByteSink; variable
550 icu::SortKeyByteSink &result,
559 icu::SortKeyByteSink &result,
567 icu::SortKeyByteSink &result,
Ducol.cpp4294 class SortKeyByteSink : public ByteSink { class
4296 SortKeyByteSink(char *dest, int32_t destCapacity) in SortKeyByteSink() function in SortKeyByteSink
4306 virtual ~SortKeyByteSink();
4347 SortKeyByteSink(const SortKeyByteSink &); // copy constructor not implemented
4348 SortKeyByteSink &operator=(const SortKeyByteSink &); // assignment operator not implemented
4351 SortKeyByteSink::~SortKeyByteSink() {} in ~SortKeyByteSink()
4354 SortKeyByteSink::Append(const char *bytes, int32_t n) { in Append()
4372 SortKeyByteSink::GetAppendBuffer(int32_t min_capacity, in GetAppendBuffer()
4394 class FixedSortKeyByteSink : public SortKeyByteSink {
4397 : SortKeyByteSink(dest, destCapacity) {} in FixedSortKeyByteSink()
[all …]