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

  /external/icu/icu4c/source/test/cintltst/
cdetst.c 75 { 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 }
cestst.c 71 UCOL_EQUAL,
73 UCOL_EQUAL
callcoll.c 115 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...]
encoll.c 150 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...]
ccurrtst.c 109 UCollationResult expectedResult = UCOL_EQUAL;
133 expectedResult = UCOL_EQUAL;
ccolltst.c 77 else if (result == UCOL_EQUAL)
cmsccoll.c 160 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...]
cjaptst.c 62 UCOL_EQUAL, /*UCOL_LESS*/ /* Katakanas and Hiraganas are equal on tertiary level(ICU 2.0)*/
cfrtst.c 174 UCollationResult expected=UCOL_EQUAL;
194 if (i == j) expected = UCOL_EQUAL;
  /external/icu/icu4c/source/i18n/
collationcompare.cpp 32 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;
sortkey.cpp 190 return UCOL_EQUAL;
200 result = UCOL_EQUAL;
219 return UCOL_EQUAL;
rulebasedcollator.cpp 702 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...]
ucol.cpp 417 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;
515 ucol_equal( const UCollator *coll, function
522 == UCOL_EQUAL);
collationfastlatin.cpp 340 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;
    [all...]
coll.cpp 518 return UCOL_EQUAL;
525 return UCOL_EQUAL;
537 return (compare(source, target, ec) == UCOL_EQUAL);
983 if(U_FAILURE(errorCode)) { return UCOL_EQUAL; }
986 return UCOL_EQUAL;
alphaindex.cpp 105 if (cmp == UCOL_EQUAL) {
935 emptyString_, status) == UCOL_EQUAL) {
    [all...]
  /external/icu/icu4c/source/test/intltest/
apicoll.cpp 105 doAssert((col->compare("","",success) == UCOL_EQUAL), "Comparison between empty strings failed");
579 doAssert(sortk2.compareTo(sortk3, success) == UCOL_EQUAL, "Result should be \"abcda\" == \"abcda\"");
582 doAssert(sortkEmpty.compareTo(sortkEmpty, success) == UCOL_EQUAL, "Result should be (empty key) == (empty key)");
    [all...]
ucaconf.cpp 170 return result<0 ? UCOL_LESS : result==0 ? UCOL_EQUAL : UCOL_GREATER;
tscoll.cpp 123 return UCOL_EQUAL;
collationtest.cpp 311 if(order != UCOL_EQUAL) {
312 errln("compareUTF8(pair %d: U+FFFD, illegal UTF-8)=%d != UCOL_EQUAL",
    [all...]
tsmthred.cpp 890 return result<0 ? UCOL_LESS : result==0 ? UCOL_EQUAL : UCOL_GREATER;
    [all...]
  /external/icu/icu4c/source/i18n/unicode/
coll.h 220 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
    [all...]
ucol.h 64 * UCOL_EQUAL is returned if source string is compared to be equal to target
75 UCOL_EQUAL = 0,
552 * @return The result of comparing the strings; one of UCOL_EQUAL,
556 * @see ucol_equal
577 * @return The result of comparing the strings; one of UCOL_EQUAL,
581 * @see ucol_equal
604 * @see ucol_equal
623 * @see ucol_equal
633 * This function is equivalent to {@link #ucol_strcoll } == UCOL_EQUAL
646 ucol_equal(const UCollator *coll
    [all...]
  /external/icu/icu4c/source/test/perf/collationperf/
collperf.cpp 530 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)
    [all...]
  /external/icu/icu4c/source/test/perf/collperf/
collperf.cpp 290 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 1771 milliseconds