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

  /external/icu4c/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 73 else if (result == UCOL_EQUAL)
cfintst.c 59 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/icu4c/i18n/
sortkey.cpp 265 return UCOL_EQUAL;
283 result = UCOL_EQUAL;
299 return UCOL_EQUAL;
tblcoll.cpp 371 return UCOL_EQUAL;
395 return UCOL_EQUAL;
405 return UCOL_EQUAL;
coll.cpp 440 return UCOL_EQUAL;
447 return UCOL_EQUAL;
459 return (compare(source, target, ec) == UCOL_EQUAL);
ucol.cpp 8576 ucol_equal( const UCollator *coll, function
    [all...]
ucol_elm.cpp     [all...]
  /external/icu4c/i18n/unicode/
tblcoll.h 291 * than target; UCOL_EQUAL if source is equal to target; UCOL_LESS if source is less
324 * length) is greater than target; UCOL_EQUAL if source (up to specified
383 * than target; UCOL_EQUAL if source is equal to target; UCOL_LESS if source is less
399 * @return UCOL_LESS, UCOL_EQUAL or UCOL_GREATER
    [all...]
ucol.h 67 * UCOL_EQUAL is returned if source string is compared to be equal to target
78 UCOL_EQUAL = 0,
424 * @return The result of comparing the strings; one of UCOL_EQUAL,
428 * @see ucol_equal
449 * @see ucol_equal
468 * @see ucol_equal
478 * This function is equivalent to {@link #ucol_strcoll } == UCOL_EQUAL
491 ucol_equal(const UCollator *coll,
501 * @return The result of comparing the strings; one of UCOL_EQUAL,
    [all...]
  /external/icu4c/test/intltest/
apicoll.cpp 141 doAssert((col->compare("","",success) == UCOL_EQUAL), "Comparison between empty strings failed");
594 doAssert(sortk2.compareTo(sortk3, success) == UCOL_EQUAL, "Result should be \"abcda\" == \"abcda\"");
597 doAssert(sortkEmpty.compareTo(sortkEmpty, success) == UCOL_EQUAL, "Result should be (empty key) == (empty key)");
    [all...]
tscoll.cpp 135 return UCOL_EQUAL;
  /external/webkit/Source/JavaScriptCore/icu/unicode/
ucol.h 75 * UCOL_EQUAL is returned if source string is compared to be equal to target
86 UCOL_EQUAL = 0,
384 * @return The result of comparing the strings; one of UCOL_EQUAL,
388 * @see ucol_equal
409 * @see ucol_equal
428 * @see ucol_equal
438 * This function is equivalent to {@link #ucol_strcoll } == UCOL_EQUAL
451 ucol_equal(const UCollator *coll,
461 * @return The result of comparing the strings; one of UCOL_EQUAL,
    [all...]
  /external/webkit/Source/WebCore/icu/unicode/
ucol.h 75 * UCOL_EQUAL is returned if source string is compared to be equal to target
86 UCOL_EQUAL = 0,
384 * @return The result of comparing the strings; one of UCOL_EQUAL,
388 * @see ucol_equal
409 * @see ucol_equal
428 * @see ucol_equal
438 * This function is equivalent to {@link #ucol_strcoll } == UCOL_EQUAL
451 ucol_equal(const UCollator *coll,
461 * @return The result of comparing the strings; one of UCOL_EQUAL,
    [all...]
  /external/icu4c/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/icu4c/test/perf/collperf/
collperf.cpp 279 return ucol_strcoll(da->col, da->icu_data, -1, db->icu_data, -1) - UCOL_EQUAL;
284 return ucol_strcoll(da->col, da->icu_data, da->icu_data_len, db->icu_data, db->icu_data_len) - UCOL_EQUAL;

Completed in 647 milliseconds