Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dcollationkeys.h32 class SortKeyByteSink : public ByteSink {
34 SortKeyByteSink(char *dest, int32_t destCapacity) in SortKeyByteSink() function
37 virtual ~SortKeyByteSink();
86 SortKeyByteSink(const SortKeyByteSink &); // copy constructor not implemented
87 SortKeyByteSink &operator=(const SortKeyByteSink &); // assignment operator not implemented
113 SortKeyByteSink &sink,
Dcollationkeys.cpp27 SortKeyByteSink::~SortKeyByteSink() {} in ~SortKeyByteSink()
30 SortKeyByteSink::Append(const char *bytes, int32_t n) { in Append()
59 SortKeyByteSink::GetAppendBuffer(int32_t min_capacity, in GetAppendBuffer()
229 SortKeyByteSink &sink, in writeSortKeyUpToQuaternary()
Drulebasedcollator.cpp62 class FixedSortKeyByteSink : public SortKeyByteSink {
65 : SortKeyByteSink(dest, destCapacity) {} in FixedSortKeyByteSink()
93 class CollationKeyByteSink : public SortKeyByteSink {
96 : SortKeyByteSink(reinterpret_cast<char *>(key.getBytes()), key.getCapacity()), in CollationKeyByteSink()
1333 SortKeyByteSink &sink, UErrorCode &errorCode) const { in writeSortKey()
1358 SortKeyByteSink &sink, UErrorCode &errorCode) const { in writeIdenticalLevel()
1396 PartLevelCallback(const SortKeyByteSink &s) in PartLevelCallback()
1415 const SortKeyByteSink &sink;
/external/icu/icu4c/source/i18n/unicode/
Dtblcoll.h89 class SortKeyByteSink; variable
832 SortKeyByteSink &sink, UErrorCode &errorCode) const;
835 SortKeyByteSink &sink, UErrorCode &errorCode) const;
/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
DCollationKeys.java27 public static abstract class SortKeyByteSink { class in CollationKeys
33 public SortKeyByteSink(byte[] dest) { in SortKeyByteSink() method in CollationKeys.SortKeyByteSink
236 void appendTo(SortKeyByteSink sink) { in appendTo()
335 CollationSettings settings, SortKeyByteSink sink, int minLevel, LevelCallback callback, in writeSortKeyUpToQuaternary()
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
DCollationKeys.java23 public static abstract class SortKeyByteSink { class in CollationKeys
29 public SortKeyByteSink(byte[] dest) { in SortKeyByteSink() method in CollationKeys.SortKeyByteSink
232 void appendTo(SortKeyByteSink sink) { in appendTo()
331 CollationSettings settings, SortKeyByteSink sink, int minLevel, LevelCallback callback, in writeSortKeyUpToQuaternary()
/external/icu/android_icu4j/src/main/java/android/icu/text/
DRuleBasedCollator.java31 import android.icu.impl.coll.CollationKeys.SortKeyByteSink;
1076 private static final class CollationKeyByteSink extends SortKeyByteSink {
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
DRuleBasedCollator.java30 import com.ibm.icu.impl.coll.CollationKeys.SortKeyByteSink;
1102 private static final class CollationKeyByteSink extends SortKeyByteSink {
/external/icu/icu4j/
Dcoverage-exclusion.txt73 com/ibm/icu/impl/coll/CollationKeys$SortKeyByteSink#GetRemainingCapacity:()I
74 com/ibm/icu/impl/coll/CollationKeys$SortKeyByteSink#Overflowed:()Z