Home | History | Annotate | Download | only in collator

Lines Matching defs:getCollationKey

46      * - Collator.getCollationKey
60 CollationKey sortk1 = col.getCollationKey("");
69 CollationKey sortkIgnorable = col.getCollationKey("\u0001\u034f");
76 sortk1 = col.getCollationKey(null);
80 sortk1 = col.getCollationKey(test1);
81 CollationKey sortk2 = col.getCollationKey(test2);
104 CollationKey key1 = col.getCollationKey(test1);
105 CollationKey key2 = col.getCollationKey(test2);
106 CollationKey key3 = col.getCollationKey(test2);
120 key1 = col.getCollationKey(test1);
121 key2 = col.getCollationKey(test2);
122 key3 = col.getCollationKey(test2);
417 sortk1 = col3.getCollationKey(test1);
418 sortk2 = col3.getCollationKey(test2);
419 sortk3 = col3.getCollationKey(test2);
429 * - compare and getCollationKey
741 public CollationKey getCollationKey(String source)
811 CollationKey key = col1.getCollationKey(abc);
1158 testKey[i] = coll.getCollationKey(testStr[i]);
1185 CollationKey key = coll.getCollationKey(test[i]);
1191 key = coll.getCollationKey(test[j]);