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 73 { UCOL_EQUAL, UCOL_LESS },
77 { UCOL_EQUAL, UCOL_LESS },
78 { UCOL_EQUAL, UCOL_EQUAL }, /*should be UCOL_GREATER for primary*/
80 { UCOL_EQUAL, UCOL_GREATER },
81 { UCOL_EQUAL, UCOL_EQUAL },
83 { UCOL_EQUAL, UCOL_GREATER }
cestst.c 69 UCOL_EQUAL,
71 UCOL_EQUAL
callcoll.c 113 UCOL_EQUAL,
114 UCOL_EQUAL,
115 UCOL_EQUAL, /* 20 */
118 UCOL_EQUAL,
119 UCOL_EQUAL,
120 UCOL_EQUAL,
123 UCOL_EQUAL,
124 UCOL_EQUAL,
125 UCOL_EQUAL,
126 UCOL_EQUAL,
    [all...]
encoll.c 147 UCOL_EQUAL,
154 UCOL_EQUAL,
174 UCOL_EQUAL,
180 UCOL_EQUAL,
181 UCOL_EQUAL,
183 UCOL_EQUAL,
184 UCOL_EQUAL, /* 40 */
186 UCOL_EQUAL,
187 UCOL_EQUAL,
191 UCOL_EQUAL,
    [all...]
ccurrtst.c 109 UCollationResult expectedResult = UCOL_EQUAL;
133 expectedResult = UCOL_EQUAL;
ccolltst.c 75 else if (result == UCOL_EQUAL)
cmsccoll.c 161 UCOL_EQUAL,
162 UCOL_EQUAL,
163 UCOL_EQUAL,
165 UCOL_EQUAL,
166 UCOL_EQUAL,
168 UCOL_EQUAL,
169 UCOL_EQUAL
254 UCOL_EQUAL,
255 UCOL_EQUAL,
257 UCOL_EQUAL
    [all...]
cjaptst.c 60 UCOL_EQUAL, /*UCOL_LESS*/ /* Katakanas and Hiraganas are equal on tertiary level(ICU 2.0)*/
cfrtst.c 171 UCollationResult expected=UCOL_EQUAL;
191 if (i == j) expected = UCOL_EQUAL;
  /external/icu/icu4c/source/i18n/
collationcompare.cpp 30 if(U_FAILURE(errorCode)) { return UCOL_EQUAL; }
105 if(U_FAILURE(errorCode)) { return UCOL_EQUAL; }
248 if(CollationSettings::getStrength(options) <= UCOL_SECONDARY) { return UCOL_EQUAL; }
300 if(CollationSettings::getStrength(options) <= UCOL_TERTIARY) { return UCOL_EQUAL; }
305 return UCOL_EQUAL;
349 return UCOL_EQUAL;
sortkey.cpp 188 return UCOL_EQUAL;
198 result = UCOL_EQUAL;
217 return UCOL_EQUAL;
rulebasedcollator.cpp 700 if(U_FAILURE(errorCode)) { return UCOL_EQUAL; }
708 if(U_FAILURE(errorCode) || length == 0) { return UCOL_EQUAL; }
711 return UCOL_EQUAL;
725 if(U_FAILURE(errorCode)) { return UCOL_EQUAL; }
728 return UCOL_EQUAL;
743 if(U_FAILURE(errorCode)) { return UCOL_EQUAL; }
748 return UCOL_EQUAL;
757 if(U_FAILURE(errorCode)) { return UCOL_EQUAL; }
760 return UCOL_EQUAL;
960 return UCOL_EQUAL;
    [all...]
ucol.cpp 415 return UCOL_EQUAL;
423 UTRACE_EXIT_VALUE_STATUS(UCOL_EQUAL, *status);
424 return UCOL_EQUAL;
476 UTRACE_EXIT_VALUE_STATUS(UCOL_EQUAL, *status);
477 return UCOL_EQUAL;
513 ucol_equal( const UCollator *coll, function
520 == UCOL_EQUAL);
collationfastlatin.cpp 338 if(CollationSettings::getStrength(options) <= UCOL_SECONDARY) { return UCOL_EQUAL; }
397 if(CollationSettings::getStrength(options) <= UCOL_TERTIARY) { return UCOL_EQUAL; }
442 return UCOL_EQUAL;
689 if(CollationSettings::getStrength(options) <= UCOL_SECONDARY) { return UCOL_EQUAL; }
748 if(CollationSettings::getStrength(options) <= UCOL_TERTIARY) { return UCOL_EQUAL; }
793 return UCOL_EQUAL;
    [all...]
coll.cpp 514 return UCOL_EQUAL;
521 return UCOL_EQUAL;
533 return (compare(source, target, ec) == UCOL_EQUAL);
979 if(U_FAILURE(errorCode)) { return UCOL_EQUAL; }
982 return UCOL_EQUAL;
alphaindex.cpp 103 if (cmp == UCOL_EQUAL) {
933 emptyString_, status) == UCOL_EQUAL) {
    [all...]
  /external/icu/icu4c/source/test/intltest/
apicoll.cpp 109 doAssert((col->compare("","",success) == UCOL_EQUAL), "Comparison between empty strings failed");
560 doAssert(sortk2.compareTo(sortk3, success) == UCOL_EQUAL, "Result should be \"abcda\" == \"abcda\"");
563 doAssert(sortkEmpty.compareTo(sortkEmpty, success) == UCOL_EQUAL, "Result should be (empty key) == (empty key)");
    [all...]
ucaconf.cpp 168 return result<0 ? UCOL_LESS : result==0 ? UCOL_EQUAL : UCOL_GREATER;
tscoll.cpp 121 return UCOL_EQUAL;
collationtest.cpp 311 if(order != UCOL_EQUAL) {
312 errln("compareUTF8(U+FFFD, string %d with illegal UTF-8)=%d != UCOL_EQUAL",
    [all...]
tsmthred.cpp 888 return result<0 ? UCOL_LESS : result==0 ? UCOL_EQUAL : UCOL_GREATER;
    [all...]
  /external/icu/icu4c/source/i18n/unicode/
coll.h 215 EQUAL = UCOL_EQUAL, // 0
343 * than target; UCOL_EQUAL if source is equal to target; UCOL_LESS if source is less
375 * length) is greater than target; UCOL_EQUAL if source (up to specified
434 * than target; UCOL_EQUAL if source is equal to target; UCOL_LESS if source is less
450 * @return UCOL_LESS, UCOL_EQUAL or UCOL_GREATER
467 * @return UCOL_LESS, UCOL_EQUAL or UCOL_GREATER
    [all...]
ucol.h 62 * UCOL_EQUAL is returned if source string is compared to be equal to target
73 UCOL_EQUAL = 0,
541 * @return The result of comparing the strings; one of UCOL_EQUAL,
545 * @see ucol_equal
566 * @return The result of comparing the strings; one of UCOL_EQUAL,
570 * @see ucol_equal
593 * @see ucol_equal
612 * @see ucol_equal
622 * This function is equivalent to {@link #ucol_strcoll } == UCOL_EQUAL
635 ucol_equal(const UCollator *coll
    [all...]
  /external/icu/icu4c/source/test/perf/collationperf/
collperf.cpp 526 UCollationResult r = UCOL_EQUAL;
549 r=UCOL_GREATER; if(ri<0) {r=UCOL_LESS;} else if (ri==0) {r=UCOL_EQUAL;}
561 if (r== UCOL_EQUAL)
    [all...]
  /external/icu/icu4c/source/test/perf/collperf/
collperf.cpp 284 return ucol_strcoll(da->col, da->icu_data, -1, db->icu_data, -1) - UCOL_EQUAL;
289 return ucol_strcoll(da->col, da->icu_data, da->icu_data_len, db->icu_data, db->icu_data_len) - UCOL_EQUAL;

Completed in 96 milliseconds