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

  /external/icu4c/i18n/unicode/
ucol.h 70 * UCOL_GREATER is returned if source string is compared to be greater than
81 UCOL_GREATER = 1,
476 * UCOL_GREATER, UCOL_LESS
477 * @see ucol_greater
491 * This function is equivalent to {@link #ucol_strcoll } == UCOL_GREATER
504 ucol_greater(const UCollator *coll,
518 * @see ucol_greater
537 * @see ucol_greater
553 * UCOL_GREATER, UCOL_LESS
    [all...]
  /external/webkit/Source/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/Source/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/icu4c/test/cintltst/
capitst.c 358 doAssert((ucol_strcoll(col, source, u_strlen(source), target, u_strlen(target)) == UCOL_GREATER),
367 doAssert((ucol_strcoll(col, source, u_strlen(source), target, u_strlen(target)) == UCOL_GREATER),
605 doAssert( (ucol_greater(col, test1, u_strlen(test1), test2, u_strlen(test2))), "Result should be \"Abcda\" >>> \"abcda\" ");
612 doAssert( (!ucol_greater(col, test1, u_strlen(test1), test2, u_strlen(test2))), "Result should be \"Abcda\" == \"abcda\"");
619 doAssert( (!ucol_greater(col, test1, u_strlen(test1), test2, u_strlen(test2))), "Result should be \"Abcda\" == \"abcda\"");
779 doAssert( (ucol_greater(col, umlautUStr, u_strlen(umlautUStr), oeStr, u_strlen(oeStr))), "Original German phonebook collation sorts differently than expected");
780 doAssert( (ucol_greater(someClonedCollators[0], umlautUStr, u_strlen(umlautUStr), oeStr, u_strlen(oeStr))), "Cloned German phonebook collation sorts differently than expected");
    [all...]
  /external/webkit/Source/JavaScriptGlue/icu/unicode/
urename.h 592 #define ucol_greater ucol_greater_3_2 macro
    [all...]
  /external/webkit/Source/WebKit/mac/icu/unicode/
urename.h 592 #define ucol_greater ucol_greater_3_2 macro
    [all...]
  /external/icu4c/common/unicode/
urename.h 752 #define ucol_greater macro
    [all...]
  /external/icu4c/i18n/
ucol.cpp 8196 ucol_greater( const UCollator *coll, function
    [all...]

Completed in 828 milliseconds