Home
last modified time | relevance | path

Searched refs:getCollationKey (Results 1 – 9 of 9) sorted by relevance

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/
DCollationKeyTest.java33 CollationKey key1 = collator.getCollationKey("abc"); in test_compareToLjava_text_CollationKey()
34 CollationKey key2 = collator.getCollationKey("ABC"); in test_compareToLjava_text_CollationKey()
46 CollationKey key1 = collator.getCollationKey("abc"); in test_compareToLjava_lang_Object()
47 CollationKey key2 = collator.getCollationKey("ABC"); in test_compareToLjava_lang_Object()
57 CollationKey key1 = collator.getCollationKey("abc"); in test_equalsLjava_lang_Object()
58 CollationKey key2 = collator.getCollationKey("ABC"); in test_equalsLjava_lang_Object()
68 assertTrue("Wrong source string1", collator.getCollationKey("abc") in test_getSourceString()
70 assertTrue("Wrong source string2", collator.getCollationKey("ABC") in test_getSourceString()
80 CollationKey key1 = collator.getCollationKey("abc"); in test_hashCode()
81 CollationKey key2 = collator.getCollationKey("ABC"); in test_hashCode()
[all …]
DRuleBasedCollatorTest.java38 CollationKey ck = rbc.getCollationKey(source); in test_getCollationKeyLjava_lang_String()
85 CollationKey key1 = coll.getCollationKey(source); in testGetCollationKey()
88 CollationKey key2 = coll.getCollationKey(source2); in testGetCollationKey()
221 CollationKey key = coll.getCollationKey(text); in testCollationKey()
224 CollationKey key2 = coll.getCollationKey("abc"); in testCollationKey()
/libcore/luni/src/test/java/libcore/java/text/
DOldCollationKeyTest.java31 CollationKey key1 = collator.getCollationKey("abc"); in test_toByteArray()
50 byte[] bytes1 = collator.getCollationKey("12").toByteArray(); in test_toByteArray()
51 byte[] bytes2 = collator.getCollationKey("123").toByteArray(); in test_toByteArray()
52 byte[] bytes3 = collator.getCollationKey("124").toByteArray(); in test_toByteArray()
53 byte[] bytes4 = collator.getCollationKey("1245").toByteArray(); in test_toByteArray()
54 byte[] bytes5 = collator.getCollationKey("1245").toByteArray(); in test_toByteArray()
DCollatorTest.java49 mColl.getCollationKey("2d294f2d3739433565147655394f3762f3147312d3731641452f310"); in test_stackCorruption()
70 byte [] arr = mColl.getCollationKey(sixteen).toByteArray(); in test_collationKeySize()
76 arr = mColl.getCollationKey(sixteen).toByteArray(); in test_collationKeySize()
/libcore/ojluni/src/main/java/java/text/
DRuleBasedCollator.java376 public synchronized CollationKey getCollationKey(String source) in getCollationKey() method in RuleBasedCollator
382 return new CollationKeyICU(source, icuColl.getCollationKey(source)); in getCollationKey()
DCollator.java291 public abstract CollationKey getCollationKey(String source); in getCollationKey() method in Collator
/libcore/ojluni/annotations/hiddenapi/java/text/
DCollator.java70 public abstract java.text.CollationKey getCollationKey(java.lang.String source); in getCollationKey() method in Collator
/libcore/luni/src/test/java/libcore/java/util/
DOldTreeMapTest.java275 public CollationKey getCollationKey(String string) { in test_headMapLjava_lang_Object()
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
DTreeMapTest.java335 public CollationKey getCollationKey(String string) { in test_headMapLjava_lang_Object()