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

  /external/chromium_org/third_party/icu/source/i18n/unicode/
ucol.h 69 * UCOL_GREATER is returned if source string is compared to be greater than
80 UCOL_GREATER = 1,
425 * UCOL_GREATER, UCOL_LESS
426 * @see ucol_greater
440 * This function is equivalent to {@link #ucol_strcoll } == UCOL_GREATER
453 ucol_greater(const UCollator *coll,
467 * @see ucol_greater
486 * @see ucol_greater
502 * UCOL_GREATER, UCOL_LESS
    [all...]
  /external/icu4c/i18n/unicode/
ucol.h 70 * UCOL_GREATER is returned if source string is compared to be greater than
81 UCOL_GREATER = 1,
523 * UCOL_GREATER, UCOL_LESS
524 * @see ucol_greater
549 * UCOL_GREATER, UCOL_LESS
550 * @see ucol_greater
567 * This function is equivalent to {@link #ucol_strcoll } == UCOL_GREATER
580 ucol_greater(const UCollator *coll,
594 * @see ucol_greater
613 * @see ucol_greater
    [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
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/icu4c/test/cintltst/
capitst.c 340 doStrcoll(col, source, u_strlen(source), target, u_strlen(target), UCOL_GREATER, "black-bird > blackbird comparison failed");
350 doStrcoll(col, source, u_strlen(source), target, u_strlen(target), UCOL_GREATER, "Hello > hello comparison failed");
586 doAssert( (ucol_greater(col, test1, u_strlen(test1), test2, u_strlen(test2))), "Result should be \"Abcda\" >>> \"abcda\" ");
593 doAssert( (!ucol_greater(col, test1, u_strlen(test1), test2, u_strlen(test2))), "Result should be \"Abcda\" == \"abcda\"");
600 doAssert( (!ucol_greater(col, test1, u_strlen(test1), test2, u_strlen(test2))), "Result should be \"Abcda\" == \"abcda\"");
760 doAssert( (ucol_greater(col, umlautUStr, u_strlen(umlautUStr), oeStr, u_strlen(oeStr))), "Original German phonebook collation sorts differently than expected");
761 doAssert( (ucol_greater(someClonedCollators[0], umlautUStr, u_strlen(umlautUStr), oeStr, u_strlen(oeStr))), "Cloned German phonebook collation sorts differently than expected");
810 doAssert( (ucol_greater(someClonedCollators[idx], test1, u_strlen(test1), test2, u_strlen(test2))), "Result should be \"abCda\" >>> \"abcda\" ");
    [all...]
  /external/icu4c/common/unicode/
urename.h 740 #define ucol_greater macro
    [all...]
  /external/chromium_org/third_party/icu/source/common/unicode/
urename.h 746 #define ucol_greater macro
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
ucol.cpp 8571 ucol_greater( const UCollator *coll, function
    [all...]
  /external/icu4c/i18n/
ucol.cpp 8845 ucol_greater( const UCollator *coll, function
    [all...]

Completed in 468 milliseconds