Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Drulebasedcollator.cpp62 class FixedSortKeyByteSink : public SortKeyByteSink { class
64 FixedSortKeyByteSink(char *dest, int32_t destCapacity) in FixedSortKeyByteSink() function in __anon83cbdc7e0111::FixedSortKeyByteSink
66 virtual ~FixedSortKeyByteSink();
73 FixedSortKeyByteSink::~FixedSortKeyByteSink() {} in ~FixedSortKeyByteSink()
76 FixedSortKeyByteSink::AppendBeyondCapacity(const char *bytes, int32_t /*n*/, int32_t length) { in AppendBeyondCapacity()
86 FixedSortKeyByteSink::Resize(int32_t /*appendCapacity*/, int32_t /*length*/) { in Resize()
1325 FixedSortKeyByteSink sink(reinterpret_cast<char *>(dest), capacity); in getSortKey()
1432 FixedSortKeyByteSink sink(reinterpret_cast<char *>(dest), count); in internalNextSortKeyPart()