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

/external/icu/icu4c/source/i18n/
H A Drulebasedcollator.cpp62 class FixedSortKeyByteSink : public SortKeyByteSink { class in namespace:__anon21104
64 FixedSortKeyByteSink(char *dest, int32_t destCapacity) function in class:__anon21104::FixedSortKeyByteSink
66 virtual ~FixedSortKeyByteSink();
73 FixedSortKeyByteSink::~FixedSortKeyByteSink() {}
76 FixedSortKeyByteSink::AppendBeyondCapacity(const char *bytes, int32_t /*n*/, int32_t length) {
86 FixedSortKeyByteSink::Resize(int32_t /*appendCapacity*/, int32_t /*length*/) {
1320 FixedSortKeyByteSink sink(reinterpret_cast<char *>(dest), capacity);
1384 * the sink (which is actually a FixedSortKeyByteSink) fills up.
1427 FixedSortKeyByteSink sin
[all...]

Completed in 136 milliseconds