Searched refs:UCOL_EQUAL (Results 1 - 25 of 27) sorted by relevance

12

/external/icu/icu4c/source/test/cintltst/
H A Dcdetst.c75 { UCOL_EQUAL, UCOL_LESS },
79 { UCOL_EQUAL, UCOL_LESS },
80 { UCOL_EQUAL, UCOL_EQUAL }, /*should be UCOL_GREATER for primary*/
82 { UCOL_EQUAL, UCOL_GREATER },
83 { UCOL_EQUAL, UCOL_EQUAL },
85 { UCOL_EQUAL, UCOL_GREATER }
H A Dcestst.c71 UCOL_EQUAL,
73 UCOL_EQUAL
H A Dcallcoll.c115 UCOL_EQUAL,
116 UCOL_EQUAL,
117 UCOL_EQUAL, /* 20 */
120 UCOL_EQUAL,
121 UCOL_EQUAL,
122 UCOL_EQUAL,
125 UCOL_EQUAL,
126 UCOL_EQUAL,
127 UCOL_EQUAL,
128 UCOL_EQUAL,
[all...]
H A Dencoll.c150 UCOL_EQUAL,
157 UCOL_EQUAL,
177 UCOL_EQUAL,
183 UCOL_EQUAL,
184 UCOL_EQUAL,
186 UCOL_EQUAL,
187 UCOL_EQUAL, /* 40 */
189 UCOL_EQUAL,
190 UCOL_EQUAL,
194 UCOL_EQUAL,
[all...]
H A Dccurrtst.c109 UCollationResult expectedResult = UCOL_EQUAL;
133 expectedResult = UCOL_EQUAL;
H A Dccolltst.c77 else if (result == UCOL_EQUAL)
H A Dcmsccoll.c160 UCOL_EQUAL,
161 UCOL_EQUAL,
162 UCOL_EQUAL,
164 UCOL_EQUAL,
165 UCOL_EQUAL,
167 UCOL_EQUAL,
168 UCOL_EQUAL
253 UCOL_EQUAL,
254 UCOL_EQUAL,
256 UCOL_EQUAL
[all...]
H A Dcjaptst.c62 UCOL_EQUAL, /*UCOL_LESS*/ /* Katakanas and Hiraganas are equal on tertiary level(ICU 2.0)*/
H A Dcfrtst.c174 UCollationResult expected=UCOL_EQUAL;
194 if (i == j) expected = UCOL_EQUAL;
/external/icu/icu4c/source/i18n/
H A Dcollationcompare.cpp32 if(U_FAILURE(errorCode)) { return UCOL_EQUAL; }
107 if(U_FAILURE(errorCode)) { return UCOL_EQUAL; }
250 if(CollationSettings::getStrength(options) <= UCOL_SECONDARY) { return UCOL_EQUAL; }
302 if(CollationSettings::getStrength(options) <= UCOL_TERTIARY) { return UCOL_EQUAL; }
307 return UCOL_EQUAL;
351 return UCOL_EQUAL;
H A Dsortkey.cpp190 return UCOL_EQUAL;
200 result = UCOL_EQUAL;
219 return UCOL_EQUAL;
H A Drulebasedcollator.cpp702 if(U_FAILURE(errorCode)) { return UCOL_EQUAL; }
710 if(U_FAILURE(errorCode) || length == 0) { return UCOL_EQUAL; }
713 return UCOL_EQUAL;
727 if(U_FAILURE(errorCode)) { return UCOL_EQUAL; }
730 return UCOL_EQUAL;
745 if(U_FAILURE(errorCode)) { return UCOL_EQUAL; }
750 return UCOL_EQUAL;
759 if(U_FAILURE(errorCode)) { return UCOL_EQUAL; }
762 return UCOL_EQUAL;
962 return UCOL_EQUAL;
[all...]
H A Ducol.cpp417 return UCOL_EQUAL;
425 UTRACE_EXIT_VALUE_STATUS(UCOL_EQUAL, *status);
426 return UCOL_EQUAL;
478 UTRACE_EXIT_VALUE_STATUS(UCOL_EQUAL, *status);
479 return UCOL_EQUAL;
522 == UCOL_EQUAL);
H A Dcollationfastlatin.cpp340 if(CollationSettings::getStrength(options) <= UCOL_SECONDARY) { return UCOL_EQUAL; }
399 if(CollationSettings::getStrength(options) <= UCOL_TERTIARY) { return UCOL_EQUAL; }
444 return UCOL_EQUAL;
691 if(CollationSettings::getStrength(options) <= UCOL_SECONDARY) { return UCOL_EQUAL; }
750 if(CollationSettings::getStrength(options) <= UCOL_TERTIARY) { return UCOL_EQUAL; }
795 return UCOL_EQUAL;
H A Dcoll.cpp516 return UCOL_EQUAL;
523 return UCOL_EQUAL;
535 return (compare(source, target, ec) == UCOL_EQUAL);
981 if(U_FAILURE(errorCode)) { return UCOL_EQUAL; }
984 return UCOL_EQUAL;
H A Dalphaindex.cpp105 if (cmp == UCOL_EQUAL) {
935 emptyString_, status) == UCOL_EQUAL) {
/external/icu/icu4c/source/test/intltest/
H A Dapicoll.cpp111 doAssert((col->compare("","",success) == UCOL_EQUAL), "Comparison between empty strings failed");
562 doAssert(sortk2.compareTo(sortk3, success) == UCOL_EQUAL, "Result should be \"abcda\" == \"abcda\"");
565 doAssert(sortkEmpty.compareTo(sortkEmpty, success) == UCOL_EQUAL, "Result should be (empty key) == (empty key)");
979 doAssert((col->compare(test1, test2, success) == UCOL_EQUAL), "Problem");
981 doAssert((col->compare(t1, t1Len, t2, t2Len, success) == UCOL_EQUAL), "Problem");
983 doAssert((col->compare(test1, test2, t1Len, success) == UCOL_EQUAL), "Problem");
1559 assertEquals("empty==dollar", (int32_t)UCOL_EQUAL, (int32_t)coll->compare(UnicodeString(), dollar));
1560 assertEquals("empty==euro", (int32_t)UCOL_EQUAL, (int32_t)coll->compare(UnicodeString(), euro));
1596 assertEquals("empty==dollar", (int32_t)UCOL_EQUAL, (int32_t)coll->compare(UnicodeString(), UnicodeString((UChar)0x24)));
1597 assertEquals("empty==euro", (int32_t)UCOL_EQUAL, (int32_
[all...]
H A Ducaconf.cpp170 return result<0 ? UCOL_LESS : result==0 ? UCOL_EQUAL : UCOL_GREATER;
H A Dtscoll.cpp123 return UCOL_EQUAL;
H A Dcollationtest.cpp313 if(order != UCOL_EQUAL) {
314 errln("compareUTF8(U+FFFD, string %d with illegal UTF-8)=%d != UCOL_EQUAL",
1523 if(order == UCOL_EQUAL) {
1707 if(order != UCOL_EQUAL && expectedLevel != Collation::NO_LEVEL) {
1744 if(order != UCOL_EQUAL && expectedLevel != Collation::NO_LEVEL) {
1780 UCollationResult expectedOrder = (relation == Collation::ZERO_LEVEL) ? UCOL_EQUAL : UCOL_LESS;
H A Dtsmthred.cpp890 return result<0 ? UCOL_LESS : result==0 ? UCOL_EQUAL : UCOL_GREATER;
/external/icu/icu4c/source/i18n/unicode/
H A Dcoll.h220 EQUAL = UCOL_EQUAL, // 0
348 * than target; UCOL_EQUAL if source is equal to target; UCOL_LESS if source is less
380 * length) is greater than target; UCOL_EQUAL if source (up to specified
439 * than target; UCOL_EQUAL if source is equal to target; UCOL_LESS if source is less
455 * @return UCOL_LESS, UCOL_EQUAL or UCOL_GREATER
472 * @return UCOL_LESS, UCOL_EQUAL or UCOL_GREATER
H A Ducol.h64 * UCOL_EQUAL is returned if source string is compared to be equal to target
75 UCOL_EQUAL = 0, enumerator in enum:__anon7516
552 * @return The result of comparing the strings; one of UCOL_EQUAL,
577 * @return The result of comparing the strings; one of UCOL_EQUAL,
633 * This function is equivalent to {@link #ucol_strcoll } == UCOL_EQUAL
656 * @return The result of comparing the strings; one of UCOL_EQUAL,
/external/icu/icu4c/source/test/perf/collationperf/
H A Dcollperf.cpp530 UCollationResult r = UCOL_EQUAL;
553 r=UCOL_GREATER; if(ri<0) {r=UCOL_LESS;} else if (ri==0) {r=UCOL_EQUAL;}
565 if (r== UCOL_EQUAL)
/external/icu/icu4c/source/test/perf/collperf/
H A Dcollperf.cpp290 return ucol_strcoll(da->col, da->icu_data, -1, db->icu_data, -1) - UCOL_EQUAL;
295 return ucol_strcoll(da->col, da->icu_data, da->icu_data_len, db->icu_data, db->icu_data_len) - UCOL_EQUAL;

Completed in 2474 milliseconds

12