HomeSort by relevance Sort by last modified time
    Searched defs:CollationKey (Results 1 - 18 of 18) sorted by null

  /libcore/luni/src/main/java/java/text/
CollationKey.java 22 * Comparing two {@code CollationKey} instances returns the relative order of
30 * Both the method {@code CollationKey.compareTo(CollationKey)} and the method
35 * During the construction of a {@code CollationKey}, the entire source string
37 * are stored in the {@code CollationKey}. When
38 * {@code CollationKey.compareTo(CollationKey)} executes, it performs bitwise
40 * the {@code CollationKey}, but once the key is created, binary comparisons
56 * CollationKey[] keys = new CollationKey[3]
    [all...]
  /external/chromium/third_party/icu/public/i18n/unicode/
sortkey.h 44 * Collation keys are generated by the Collator class. Use the CollationKey objects
45 * instead of Collator to compare strings multiple times. A CollationKey
57 * <p>Typical use of CollationKeys are in databases, where you store a CollationKey
65 * CollationKey* keys = new CollationKey [3];
71 * CollationKey tmp;
80 * You can then cache the collation keys and compare them using CollationKey::compareTo().
96 class U_I18N_API CollationKey : public UObject {
105 CollationKey();
114 CollationKey(const uint8_t* values
    [all...]
  /external/icu4c/i18n/unicode/
sortkey.h 44 * Collation keys are generated by the Collator class. Use the CollationKey objects
45 * instead of Collator to compare strings multiple times. A CollationKey
57 * <p>Typical use of CollationKeys are in databases, where you store a CollationKey
65 * CollationKey* keys = new CollationKey [3];
71 * CollationKey tmp;
80 * You can then cache the collation keys and compare them using CollationKey::compareTo().
96 class U_I18N_API CollationKey : public UObject {
105 CollationKey();
114 CollationKey(const uint8_t* values
    [all...]
  /external/chromium/third_party/icu/source/i18n/
sortkey.cpp 46 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(CollationKey)
48 CollationKey::CollationKey()
55 CollationKey::CollationKey(const uint8_t* newValues, int32_t count)
70 CollationKey::CollationKey(const CollationKey& other)
94 CollationKey::~CollationKey()
    [all...]
  /external/icu4c/i18n/
sortkey.cpp 46 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(CollationKey)
48 CollationKey::CollationKey()
55 CollationKey::CollationKey(const uint8_t* newValues, int32_t count)
70 CollationKey::CollationKey(const CollationKey& other)
94 CollationKey::~CollationKey()
    [all...]
  /libcore/luni/src/main/java/com/ibm/icu4jni/text/
CollationKey.java 14 * A concrete implementation of the abstract java.text.CollationKey.
16 public final class CollationKey extends java.text.CollationKey {
27 CollationKey(String source, byte[] bytes) {
32 public int compareTo(java.text.CollationKey other) {
35 if (other instanceof CollationKey) {
36 rhsBytes = ((CollationKey) other).bytes;
74 * Target is first casted to CollationKey and bitwise compared.
83 if (!(object instanceof CollationKey)) {
86 return compareTo((CollationKey) object) == 0
    [all...]
  /external/webkit/JavaScriptCore/icu/unicode/
urename.h     [all...]
  /external/webkit/JavaScriptGlue/icu/unicode/
urename.h     [all...]
  /external/webkit/WebCore/icu/unicode/
urename.h     [all...]
  /external/webkit/WebKit/mac/icu/unicode/
urename.h     [all...]
  /external/chromium/third_party/icu/public/common/unicode/
urename.h     [all...]
  /external/icu4c/common/unicode/
urename.h     [all...]
  /prebuilt/sdk/10/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/sdk/8/
android.jar 
  /prebuilt/sdk/9/
android.jar 

Completed in 557 milliseconds