Searched defs:CollationKey (Results 1 - 7 of 7) sorted by last modified time

/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/icu/icu4c/source/i18n/
H A Dsortkey.cpp49 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(CollationKey)
51 CollationKey::CollationKey() function in class:CollationKey
58 CollationKey::CollationKey(const uint8_t* newValues, int32_t count) function in class:CollationKey
73 CollationKey::CollationKey(const CollationKey& other) function in class:CollationKey
94 CollationKey::~CollationKey()
[all...]
/external/icu/icu4c/source/i18n/unicode/
H A Dsortkey.h45 * Collation keys are generated by the Collator class. Use the CollationKey objects
46 * instead of Collator to compare strings multiple times. A CollationKey
58 * <p>Typical use of CollationKeys are in databases, where you store a CollationKey
66 * CollationKey* keys = new CollationKey [3];
72 * CollationKey tmp;
81 * You can then cache the collation keys and compare them using CollationKey::compareTo().
97 class U_I18N_API CollationKey : public UObject { class in inherits:UObject
106 CollationKey();
115 CollationKey(cons
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...
/external/chromium_org/third_party/icu/source/i18n/
H A Dsortkey.cpp49 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(CollationKey)
51 CollationKey::CollationKey() function in class:CollationKey
58 CollationKey::CollationKey(const uint8_t* newValues, int32_t count) function in class:CollationKey
73 CollationKey::CollationKey(const CollationKey& other) function in class:CollationKey
94 CollationKey::~CollationKey()
[all...]
/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Dsortkey.h44 * 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 { class in inherits:UObject
105 CollationKey();
114 CollationKey(cons
[all...]

Completed in 117 milliseconds