Searched refs:SortKeyByteSink (Results 1 – 9 of 9) sorted by relevance
/external/icu/icu4c/source/i18n/ |
D | collationkeys.h | 32 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,
|
D | collationkeys.cpp | 27 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()
|
D | rulebasedcollator.cpp | 62 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/ |
D | tblcoll.h | 89 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/ |
D | CollationKeys.java | 27 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/ |
D | CollationKeys.java | 23 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/ |
D | RuleBasedCollator.java | 31 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/ |
D | RuleBasedCollator.java | 30 import com.ibm.icu.impl.coll.CollationKeys.SortKeyByteSink; 1102 private static final class CollationKeyByteSink extends SortKeyByteSink {
|
/external/icu/icu4j/ |
D | coverage-exclusion.txt | 73 com/ibm/icu/impl/coll/CollationKeys$SortKeyByteSink#GetRemainingCapacity:()I 74 com/ibm/icu/impl/coll/CollationKeys$SortKeyByteSink#Overflowed:()Z
|