Home | History | Annotate | Download | only in collator

Lines Matching defs:getCollationKey

51      * - Collator.getCollationKey
66 CollationKey sortk1 = col.getCollationKey("");
75 CollationKey sortkIgnorable = col.getCollationKey("\u0001\u034f");
82 sortk1 = col.getCollationKey(null);
86 sortk1 = col.getCollationKey(test1);
87 CollationKey sortk2 = col.getCollationKey(test2);
110 CollationKey key1 = col.getCollationKey(test1);
111 CollationKey key2 = col.getCollationKey(test2);
112 CollationKey key3 = col.getCollationKey(test2);
126 key1 = col.getCollationKey(test1);
127 key2 = col.getCollationKey(test2);
128 key3 = col.getCollationKey(test2);
436 sortk1 = col3.getCollationKey(test1);
437 sortk2 = col3.getCollationKey(test2);
438 sortk3 = col3.getCollationKey(test2);
448 * - compare and getCollationKey
770 public CollationKey getCollationKey(String source)
840 CollationKey key = col1.getCollationKey(abc);
1273 testKey[i] = coll.getCollationKey(testStr[i]);
1300 CollationKey key = coll.getCollationKey(test[i]);
1306 key = coll.getCollationKey(test[j]);