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/icu/icu4c/source/i18n/unicode/
ucol.h 64 * UCOL_GREATER is returned if source string is compared to be greater than
75 UCOL_GREATER = 1,
541 * UCOL_GREATER, UCOL_LESS
542 * @see ucol_greater
566 * UCOL_GREATER, UCOL_LESS
567 * @see ucol_greater
583 * This function is equivalent to {@link #ucol_strcoll } == UCOL_GREATER
596 ucol_greater(const UCollator *coll,
610 * @see ucol_greater
629 * @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/icu/icu4c/source/test/cintltst/
capitst.c 334 doStrcoll(col, source, u_strlen(source), target, u_strlen(target), UCOL_GREATER, "black-bird > blackbird comparison failed");
344 doStrcoll(col, source, u_strlen(source), target, u_strlen(target), UCOL_GREATER, "Hello > hello comparison failed");
569 doAssert( (ucol_greater(col, test1, u_strlen(test1), test2, u_strlen(test2))), "Result should be \"Abcda\" >>> \"abcda\" ");
576 doAssert( (!ucol_greater(col, test1, u_strlen(test1), test2, u_strlen(test2))), "Result should be \"Abcda\" == \"abcda\"");
583 doAssert( (!ucol_greater(col, test1, u_strlen(test1), test2, u_strlen(test2))), "Result should be \"Abcda\" == \"abcda\"");
742 doAssert( (ucol_greater(col, umlautUStr, u_strlen(umlautUStr), oeStr, u_strlen(oeStr))), "Original German phonebook collation sorts differently than expected");
743 doAssert( (ucol_greater(someClonedCollators[0], umlautUStr, u_strlen(umlautUStr), oeStr, u_strlen(oeStr))), "Cloned German phonebook collation sorts differently than expected");
787 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 493 ucol_greater( const UCollator *coll, function
500 == UCOL_GREATER);
  /external/icu/icu4c/source/common/unicode/
urename.h 724 #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...]

Completed in 739 milliseconds