Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Drulebasedcollator.cpp60 class FixedSortKeyByteSink : public SortKeyByteSink { class
62 FixedSortKeyByteSink(char *dest, int32_t destCapacity) in FixedSortKeyByteSink() function in __anonf104eaff0111::FixedSortKeyByteSink
64 virtual ~FixedSortKeyByteSink();
71 FixedSortKeyByteSink::~FixedSortKeyByteSink() {} in ~FixedSortKeyByteSink()
74 FixedSortKeyByteSink::AppendBeyondCapacity(const char *bytes, int32_t /*n*/, int32_t length) { in AppendBeyondCapacity()
84 FixedSortKeyByteSink::Resize(int32_t /*appendCapacity*/, int32_t /*length*/) { in Resize()
1323 FixedSortKeyByteSink sink(reinterpret_cast<char *>(dest), capacity); in getSortKey()
1430 FixedSortKeyByteSink sink(reinterpret_cast<char *>(dest), count); in internalNextSortKeyPart()