HomeSort by relevance Sort by last modified time
    Searched refs:collationKey2 (Results 1 - 5 of 5) sorted by null

  /external/icu/icu4c/source/test/intltest/
mnkytst.cpp 89 CollationKey collationKey1, collationKey2;
94 myCollator->getCollationKey(subt, collationKey2, status2);
95 int32_t result = collationKey1.compareTo(collationKey2); // Tertiary
96 int32_t revResult = collationKey2.compareTo(collationKey1); // Tertiary
101 myCollator->getCollationKey(subt, collationKey2, status2);
102 result = collationKey1.compareTo(collationKey2); // Secondary
103 revResult = collationKey2.compareTo(collationKey1); // Secondary
108 myCollator->getCollationKey(subt, collationKey2, status2);
109 result = collationKey1.compareTo(collationKey2); // Primary
110 revResult = collationKey2.compareTo(collationKey1); // Primar
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
CollationFrozenMonkeyTest.java 78 CollationKey collationKey1, collationKey2;
81 collationKey2 = myTertiaryCollator.getCollationKey(subt);
82 int result = collationKey1.compareTo(collationKey2); // Tertiary
83 int revResult = collationKey2.compareTo(collationKey1); // Tertiary
87 collationKey2 = mySecondaryCollator.getCollationKey(subt);
88 result = collationKey1.compareTo(collationKey2); // Secondary
89 revResult = collationKey2.compareTo(collationKey1); // Secondary
93 collationKey2 = myPrimaryCollator.getCollationKey(subt);
94 result = collationKey1.compareTo(collationKey2); // Primary
95 revResult = collationKey2.compareTo(collationKey1); // Primar
    [all...]
CollationMonkeyTest.java 63 CollationKey collationKey1, collationKey2;
67 collationKey2 = myCollator.getCollationKey(subt);
68 int result = collationKey1.compareTo(collationKey2); // Tertiary
69 int revResult = collationKey2.compareTo(collationKey1); // Tertiary
74 collationKey2 = myCollator.getCollationKey(subt);
75 result = collationKey1.compareTo(collationKey2); // Secondary
76 revResult = collationKey2.compareTo(collationKey1); // Secondary
81 collationKey2 = myCollator.getCollationKey(subt);
82 result = collationKey1.compareTo(collationKey2); // Primary
83 revResult = collationKey2.compareTo(collationKey1); // Primar
    [all...]
  /external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
CollationFrozenMonkeyTest.java 74 CollationKey collationKey1, collationKey2;
77 collationKey2 = myTertiaryCollator.getCollationKey(subt);
78 int result = collationKey1.compareTo(collationKey2); // Tertiary
79 int revResult = collationKey2.compareTo(collationKey1); // Tertiary
83 collationKey2 = mySecondaryCollator.getCollationKey(subt);
84 result = collationKey1.compareTo(collationKey2); // Secondary
85 revResult = collationKey2.compareTo(collationKey1); // Secondary
89 collationKey2 = myPrimaryCollator.getCollationKey(subt);
90 result = collationKey1.compareTo(collationKey2); // Primary
91 revResult = collationKey2.compareTo(collationKey1); // Primar
    [all...]
CollationMonkeyTest.java 59 CollationKey collationKey1, collationKey2;
63 collationKey2 = myCollator.getCollationKey(subt);
64 int result = collationKey1.compareTo(collationKey2); // Tertiary
65 int revResult = collationKey2.compareTo(collationKey1); // Tertiary
70 collationKey2 = myCollator.getCollationKey(subt);
71 result = collationKey1.compareTo(collationKey2); // Secondary
72 revResult = collationKey2.compareTo(collationKey1); // Secondary
77 collationKey2 = myCollator.getCollationKey(subt);
78 result = collationKey1.compareTo(collationKey2); // Primary
79 revResult = collationKey2.compareTo(collationKey1); // Primar
    [all...]

Completed in 314 milliseconds