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

  /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/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/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...]
urename.h 592 #define ucol_greater ucol_greater_3_2 macro
    [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...]
urename.h 592 #define ucol_greater ucol_greater_3_2 macro
    [all...]
  /external/chromium/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 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/webkit/JavaScriptGlue/icu/unicode/
urename.h 592 #define ucol_greater ucol_greater_3_2 macro
    [all...]
  /external/webkit/WebKit/mac/icu/unicode/
urename.h 592 #define ucol_greater ucol_greater_3_2 macro
    [all...]
  /external/icu4c/common/unicode/
urename.h 739 #define ucol_greater macro
    [all...]
  /external/chromium/third_party/icu/public/common/unicode/
urename.h 701 #define ucol_greater ucol_greater_4_2 macro
    [all...]
  /external/chromium/third_party/icu/source/i18n/
ucol.cpp 8703 ucol_greater( const UCollator *coll, function
    [all...]
  /external/icu4c/i18n/
ucol.cpp 8432 ucol_greater( const UCollator *coll, function
    [all...]

Completed in 386 milliseconds