Searched refs:CollationKey (Results 1 - 25 of 38) sorted by relevance

12

/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...]
H A Dcoll.h79 class CollationKey;
156 * An older set of APIs returns a <code>CollationKey</code> object that wraps
170 * @see CollationKey
507 * with CollationKey::compareTo. It is not possible to restore the original
510 * <p>Use CollationKey::equals or CollationKey::compare to compare the
517 * @see CollationKey#compare
520 virtual CollationKey& getCollationKey(const UnicodeString& source,
521 CollationKey& key,
526 * with CollationKey
[all...]
H A Dtblcoll.h332 * that can be compared with CollationKey.compare. Use a CollationKey when
339 * @see CollationKey
342 virtual CollationKey& getCollationKey(const UnicodeString& source,
343 CollationKey& key,
348 * that can be compared with CollationKey.compare. Use a CollationKey when
356 * @see CollationKey
359 virtual CollationKey& getCollationKey(const UChar *source,
361 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...]
H A Dcoll.h80 class CollationKey;
152 * Another set of APIs returns a <code>CollationKey</code> object that wraps
164 * @see CollationKey
484 * with CollationKey::compareTo. It is not possible to restore the original
487 * <p>Use CollationKey::equals or CollationKey::compare to compare the
494 * @see CollationKey#compare
497 virtual CollationKey& getCollationKey(const UnicodeString& source,
498 CollationKey& key,
503 * with CollationKey
[all...]
H A Dtblcoll.h85 class CollationKey;
346 * that can be compared with CollationKey.compare. Use a CollationKey when
353 * @see CollationKey
356 virtual CollationKey& getCollationKey(const UnicodeString& source,
357 CollationKey& key,
362 * that can be compared with CollationKey.compare. Use a CollationKey when
370 * @see CollationKey
373 virtual CollationKey
[all...]
/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...]
H A Dtblcoll.cpp401 CollationKey& RuleBasedCollator::getCollationKey(
403 CollationKey& sortkey,
409 CollationKey& RuleBasedCollator::getCollationKey(const UChar* source,
411 CollationKey& sortkey,
/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/chromium_org/third_party/icu/source/test/intltest/
H A Dtscoll.h38 CollationKey &sourceKey, CollationKey &targetKey,
44 static UnicodeString &prettify(const CollationKey &source, UnicodeString &target);
H A Dthcoll.cpp168 CollationKey k1, k2;
287 CollationKey k1, k2;
300 CollationKey k1, k2;
H A Dcurrcoll.cpp116 CollationKey sourceKey, targetKey;
H A Dtscoll.cpp152 CollationKey srckey, tgtkey;
287 CollationKey &sourceKey, CollationKey &targetKey,
382 // Produce a printable representation of a CollationKey
383 UnicodeString &IntlTestCollator::prettify(const CollationKey &source, UnicodeString &target)
H A Dapicoll.cpp518 CollationKey sortk1, sortk2, sortk3;
532 // CollationKey -- Tests the CollationKey methods
537 logln("testing CollationKey begins...");
548 CollationKey sortk1, sortk2;
573 CollationKey sortk3(sortk2), sortkNew, sortkEmpty;
605 CollationKey sortk4(byteArray1, cnt1), sortk5(byteArray2, cnt2);
606 CollationKey sortk6(byteArray3, cnt3), sortk7(byteArray4, cnt4);
608 doAssert(sortk1.compareTo(sortk4) == Collator::EQUAL, "CollationKey::toByteArray(sortk1) Failed.");
609 doAssert(sortk2.compareTo(sortk5) == Collator::EQUAL, "CollationKey
[all...]
H A Ducaconf.cpp261 prettify(CollationKey(oldSk, oldLen), oldS);
262 prettify(CollationKey(newSk, resLen), newS);
H A Dallcoll.cpp181 CollationKey sourceKeyOut,
H A Dregcoll.cpp630 // CollationKey takes ignorable strings into account when it shouldn't
821 CollationKey key;
827 errln("CollationKey creation failed.");
866 // The sorting using java.text.CollationKey is not in the exact order
978 CollationKey key;
985 errln("Error creating CollationKey for \"Nombre De Ojbeto\"");
1041 CollationKey key;
1059 errln("Failure to get a CollationKey from a My4146160Collator.");
1192 CollationKey key1, key2;
1255 CollationKey sourceKe
[all...]
/external/icu/icu4c/source/test/intltest/
H A Dtscoll.h38 CollationKey &sourceKey, CollationKey &targetKey,
44 static UnicodeString &prettify(const CollationKey &source, UnicodeString &target);
H A Dapicoll.cpp476 CollationKey sortk1, sortk2, sortk3;
490 // CollationKey -- Tests the CollationKey methods
495 logln("testing CollationKey begins...");
506 CollationKey sortk1, sortk2;
513 CollationKey sortkNone;
518 CollationKey sortkEmpty;
530 CollationKey sortkIgnorable;
558 CollationKey sortk3(sortk2), sortkNew;
589 CollationKey sortk
[all...]
H A Dthcoll.cpp169 CollationKey k1, k2;
288 CollationKey k1, k2;
301 CollationKey k1, k2;
H A Dcurrcoll.cpp116 CollationKey sourceKey, targetKey;
H A Dtscoll.cpp134 CollationKey srckey, tgtkey;
269 CollationKey &sourceKey, CollationKey &targetKey,
364 // Produce a printable representation of a CollationKey
365 UnicodeString &IntlTestCollator::prettify(const CollationKey &source, UnicodeString &target)
H A Ducaconf.cpp265 prettify(CollationKey(oldSk, oldLen), oldS);
266 prettify(CollationKey(newSk, resLen), newS);
H A Dallcoll.cpp181 CollationKey sourceKeyOut,
/external/apache-xml/src/main/java/org/apache/xalan/transformer/
H A DNodeSorter.java23 import java.text.CollationKey;
199 CollationKey n1String, n2String;
203 n1String = (CollationKey) n1.m_key1Value;
204 n2String = (CollationKey) n2.m_key1Value;
208 n1String = (CollationKey) n1.m_key2Value;
209 n2String = (CollationKey) n2.m_key2Value;

Completed in 3922 milliseconds

12