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

  /external/icu/icu4c/source/i18n/unicode/
ucol.h 66 * UCOL_GREATER is returned if source string is compared to be greater than
77 UCOL_GREATER = 1,
553 * UCOL_GREATER, UCOL_LESS
554 * @see ucol_greater
578 * UCOL_GREATER, UCOL_LESS
579 * @see ucol_greater
595 * This function is equivalent to {@link #ucol_strcoll } == UCOL_GREATER
608 ucol_greater(const UCollator *coll,
622 * @see ucol_greater
641 * @see ucol_greater
    [all...]
  /external/icu/icu4c/source/test/cintltst/
capitst.c 335 doStrcoll(col, source, u_strlen(source), target, u_strlen(target), UCOL_GREATER, "black-bird > blackbird comparison failed");
345 doStrcoll(col, source, u_strlen(source), target, u_strlen(target), UCOL_GREATER, "Hello > hello comparison failed");
583 doAssert( (ucol_greater(col, test1, u_strlen(test1), test2, u_strlen(test2))), "Result should be \"Abcda\" >>> \"abcda\" ");
590 doAssert( (!ucol_greater(col, test1, u_strlen(test1), test2, u_strlen(test2))), "Result should be \"Abcda\" == \"abcda\"");
597 doAssert( (!ucol_greater(col, test1, u_strlen(test1), test2, u_strlen(test2))), "Result should be \"Abcda\" == \"abcda\"");
756 doAssert( (ucol_greater(col, umlautUStr, u_strlen(umlautUStr), oeStr, u_strlen(oeStr))), "Original German phonebook collation sorts differently than expected");
757 doAssert( (ucol_greater(someClonedCollators[0], umlautUStr, u_strlen(umlautUStr), oeStr, u_strlen(oeStr))), "Cloned German phonebook collation sorts differently than expected");
801 doAssert( (ucol_greater(someClonedCollators[idx], test1, u_strlen(test1), test2, u_strlen(test2))), "Result should be \"abCda\" >>> \"abcda\" ");
    [all...]
  /external/icu/icu4c/source/i18n/
ucol.cpp 491 ucol_greater( const UCollator *coll, function
498 == UCOL_GREATER);
  /external/icu/icu4c/source/common/unicode/
urename.h 736 #define ucol_greater macro
    [all...]

Completed in 64 milliseconds