HomeSort by relevance Sort by last modified time
    Searched refs:SortKeyByteSink (Results 1 - 13 of 13) sorted by null

  /external/icu/icu4c/source/i18n/
collationkeys.h 32 class SortKeyByteSink : public ByteSink {
34 SortKeyByteSink(char *dest, int32_t destCapacity)
37 virtual ~SortKeyByteSink();
86 SortKeyByteSink(const SortKeyByteSink &); // copy constructor not implemented
87 SortKeyByteSink &operator=(const SortKeyByteSink &); // assignment operator not implemented
113 SortKeyByteSink &sink,
collationkeys.cpp 27 SortKeyByteSink::~SortKeyByteSink() {}
30 SortKeyByteSink::Append(const char *bytes, int32_t n) {
59 SortKeyByteSink::GetAppendBuffer(int32_t min_capacity,
229 SortKeyByteSink &sink,
rulebasedcollator.cpp 62 class FixedSortKeyByteSink : public SortKeyByteSink {
65 : SortKeyByteSink(dest, destCapacity) {}
93 class CollationKeyByteSink : public SortKeyByteSink {
96 : SortKeyByteSink(reinterpret_cast<char *>(key.getBytes()), key.getCapacity()),
    [all...]
  /external/icu/icu4c/source/i18n/unicode/
tblcoll.h 89 class SortKeyByteSink;
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
CollationKeys.java 24 // Java porting note: C++ SortKeyByteSink class extends a common class ByteSink,
27 public static abstract class SortKeyByteSink {
33 public SortKeyByteSink(byte[] dest) {
39 * In C++, the SortKeyByteSink is a subclass of ByteSink and lower-level code can write to that.
40 * TODO: Can we make Java SortKeyByteSink have-a ByteArrayWrapper and write through to it?
41 * Or maybe create interface ByteSink, have SortKeyByteSink implement it, and have BOCSU write to that??
236 void appendTo(SortKeyByteSink sink) {
335 CollationSettings settings, SortKeyByteSink sink, int minLevel, LevelCallback callback,
    [all...]
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
CollationKeys.java 20 // Java porting note: C++ SortKeyByteSink class extends a common class ByteSink,
23 public static abstract class SortKeyByteSink {
29 public SortKeyByteSink(byte[] dest) {
35 * In C++, the SortKeyByteSink is a subclass of ByteSink and lower-level code can write to that.
36 * TODO: Can we make Java SortKeyByteSink have-a ByteArrayWrapper and write through to it?
37 * Or maybe create interface ByteSink, have SortKeyByteSink implement it, and have BOCSU write to that??
232 void appendTo(SortKeyByteSink sink) {
331 CollationSettings settings, SortKeyByteSink sink, int minLevel, LevelCallback callback,
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
RuleBasedCollator.java 31 import android.icu.impl.coll.CollationKeys.SortKeyByteSink;
    [all...]
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
RuleBasedCollator.java 30 import com.ibm.icu.impl.coll.CollationKeys.SortKeyByteSink;
    [all...]
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/misc/common/robolectric/lib/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 
  /frameworks/base/config/
compiled-classes-phone     [all...]

Completed in 182 milliseconds