HomeSort by relevance Sort by last modified time
    Searched refs:UCOL_GREATER (Results 26 - 46 of 46) sorted by null

12

  /external/icu4c/test/cintltst/
cjaptst.c 62 UCOL_GREATER, /*UCOL_LESS*/ /* Prolonged sound mark sorts BEFORE equivalent vowel (ICU 2.0)*/
64 UCOL_LESS, /*UCOL_GREATER*/ /* Prolonged sound mark sorts BEFORE equivalent vowel (ICU 2.0)*//* 6 */
cmsccoll.c 251 UCOL_GREATER,
254 UCOL_GREATER,
474 doTest(col, source, target, UCOL_GREATER);
509 doTest(col, source, target, UCOL_GREATER);
712 } else if(result == UCOL_GREATER) {
715 oposite = UCOL_GREATER;
741 } else if(res == UCOL_GREATER) {
    [all...]
capitst.c 353 doAssert((ucol_strcoll(col, source, u_strlen(source), target, u_strlen(target)) == UCOL_GREATER),
362 doAssert((ucol_strcoll(col, source, u_strlen(source), target, u_strlen(target)) == UCOL_GREATER),
599 doAssert( (ucol_greater(col, test1, u_strlen(test1), test2, u_strlen(test2))), "Result should be \"Abcda\" >>> \"abcda\" ");
606 doAssert( (!ucol_greater(col, test1, u_strlen(test1), test2, u_strlen(test2))), "Result should be \"Abcda\" == \"abcda\"");
613 doAssert( (!ucol_greater(col, test1, u_strlen(test1), test2, u_strlen(test2))), "Result should be \"Abcda\" == \"abcda\"");
773 doAssert( (ucol_greater(col, umlautUStr, u_strlen(umlautUStr), oeStr, u_strlen(oeStr))), "Original German phonebook collation sorts differently than expected");
774 doAssert( (ucol_greater(someClonedCollators[0], umlautUStr, u_strlen(umlautUStr), oeStr, u_strlen(oeStr))), "Cloned German phonebook collation sorts differently than expected");
821 doAssert( (ucol_greater(someClonedCollators[index], test1, u_strlen(test1), test2, u_strlen(test2))), "Result should be \"abCda\" >>> \"abcda\" ");
    [all...]
  /external/chromium/third_party/icu/public/i18n/unicode/
ucol.h 68 * UCOL_GREATER is returned if source string is compared to be greater than
79 UCOL_GREATER = 1,
387 * UCOL_GREATER, UCOL_LESS
388 * @see ucol_greater
402 * This function is equivalent to {@link #ucol_strcoll } == UCOL_GREATER
415 ucol_greater(const UCollator *coll,
429 * @see ucol_greater
448 * @see ucol_greater
464 * UCOL_GREATER, UCOL_LESS
    [all...]
  /external/chromium/third_party/icu/source/test/cintltst/
cmsccoll.c 251 UCOL_GREATER,
254 UCOL_GREATER,
474 doTest(col, source, target, UCOL_GREATER);
509 doTest(col, source, target, UCOL_GREATER);
712 } else if(result == UCOL_GREATER) {
715 oposite = UCOL_GREATER;
741 } else if(res == UCOL_GREATER) {
    [all...]
capitst.c 348 doAssert((ucol_strcoll(col, source, u_strlen(source), target, u_strlen(target)) == UCOL_GREATER),
357 doAssert((ucol_strcoll(col, source, u_strlen(source), target, u_strlen(target)) == UCOL_GREATER),
589 doAssert( (ucol_greater(col, test1, u_strlen(test1), test2, u_strlen(test2))), "Result should be \"Abcda\" >>> \"abcda\" ");
596 doAssert( (!ucol_greater(col, test1, u_strlen(test1), test2, u_strlen(test2))), "Result should be \"Abcda\" == \"abcda\"");
603 doAssert( (!ucol_greater(col, test1, u_strlen(test1), test2, u_strlen(test2))), "Result should be \"Abcda\" == \"abcda\"");
763 doAssert( (ucol_greater(col, umlautUStr, u_strlen(umlautUStr), oeStr, u_strlen(oeStr))), "Original German phonebook collation sorts differently than expected");
764 doAssert( (ucol_greater(someClonedCollators[0], umlautUStr, u_strlen(umlautUStr), oeStr, u_strlen(oeStr))), "Cloned German phonebook collation sorts differently than expected");
811 doAssert( (ucol_greater(someClonedCollators[index], test1, u_strlen(test1), test2, u_strlen(test2))), "Result should be \"abCda\" >>> \"abcda\" ");
    [all...]
  /external/chromium/third_party/icu/source/test/intltest/
thcoll.cpp 391 if (ucol_strcoll (thaiColl, toSort[i], -1, toSort[j], -1) == UCOL_GREATER)
tscoll.cpp 130 return UCOL_GREATER;
apicoll.cpp 579 doAssert(sortk1.compareTo(sortk3, success) == UCOL_GREATER, "Result should be \"Abcda\" >>> \"abcda\"");
582 doAssert(sortk1.compareTo(sortkEmpty, success) == UCOL_GREATER, "Result should be \"Abcda\" >>> (empty key)");
    [all...]
  /external/icu4c/i18n/unicode/
ucol.h 69 * UCOL_GREATER is returned if source string is compared to be greater than
80 UCOL_GREATER = 1,
411 * UCOL_GREATER, UCOL_LESS
412 * @see ucol_greater
426 * This function is equivalent to {@link #ucol_strcoll } == UCOL_GREATER
439 ucol_greater(const UCollator *coll,
453 * @see ucol_greater
472 * @see ucol_greater
488 * UCOL_GREATER, UCOL_LESS
    [all...]
  /external/icu4c/test/intltest/
thcoll.cpp 391 if (ucol_strcoll (thaiColl, toSort[i], -1, toSort[j], -1) == UCOL_GREATER)
tscoll.cpp 133 return UCOL_GREATER;
apicoll.cpp 593 doAssert(sortk1.compareTo(sortk3, success) == UCOL_GREATER, "Result should be \"Abcda\" >>> \"abcda\"");
596 doAssert(sortk1.compareTo(sortkEmpty, success) == UCOL_GREATER, "Result should be \"Abcda\" >>> (empty key)");
    [all...]
  /external/webkit/JavaScriptCore/icu/unicode/
ucol.h 77 * UCOL_GREATER is returned if source string is compared to be greater than
88 UCOL_GREATER = 1,
385 * UCOL_GREATER, UCOL_LESS
386 * @see ucol_greater
400 * This function is equivalent to {@link #ucol_strcoll } == UCOL_GREATER
413 ucol_greater(const UCollator *coll,
427 * @see ucol_greater
446 * @see ucol_greater
462 * UCOL_GREATER, UCOL_LESS
    [all...]
  /external/webkit/WebCore/icu/unicode/
ucol.h 77 * UCOL_GREATER is returned if source string is compared to be greater than
88 UCOL_GREATER = 1,
385 * UCOL_GREATER, UCOL_LESS
386 * @see ucol_greater
400 * This function is equivalent to {@link #ucol_strcoll } == UCOL_GREATER
413 ucol_greater(const UCollator *coll,
427 * @see ucol_greater
446 * @see ucol_greater
462 * UCOL_GREATER, UCOL_LESS
    [all...]
  /external/chromium/third_party/icu/source/i18n/
ucol.cpp 8703 ucol_greater( const UCollator *coll, function
    [all...]
coll.cpp 473 return (compare(source, target, ec) == UCOL_GREATER);
  /external/icu4c/i18n/
ucol.cpp 8432 ucol_greater( const UCollator *coll, function
    [all...]
coll.cpp 473 return (compare(source, target, ec) == UCOL_GREATER);
  /external/chromium/third_party/icu/source/test/perf/collationperf/
collperf.cpp 288 if (t == UCOL_GREATER) return +1;
298 if (t == UCOL_GREATER) return +1;
549 r=UCOL_GREATER; if(ri<0) {r=UCOL_LESS;} else if (ri==0) {r=UCOL_EQUAL;}
    [all...]
  /external/icu4c/test/perf/collationperf/
collperf.cpp 288 if (t == UCOL_GREATER) return +1;
298 if (t == UCOL_GREATER) return +1;
549 r=UCOL_GREATER; if(ri<0) {r=UCOL_LESS;} else if (ri==0) {r=UCOL_EQUAL;}
    [all...]

Completed in 1019 milliseconds

12