/external/chromium_org/third_party/icu/source/i18n/unicode/ |
ucol.h | 70 * UCOL_GREATER is returned if source string is compared to be greater than 81 UCOL_GREATER = 1, 525 * UCOL_GREATER, UCOL_LESS 526 * @see ucol_greater 550 * UCOL_GREATER, UCOL_LESS 551 * @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/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 | 331 doStrcoll(col, source, u_strlen(source), target, u_strlen(target), UCOL_GREATER, "black-bird > blackbird comparison failed"); 341 doStrcoll(col, source, u_strlen(source), target, u_strlen(target), UCOL_GREATER, "Hello > hello comparison failed"); 571 doAssert( (ucol_greater(col, test1, u_strlen(test1), test2, u_strlen(test2))), "Result should be \"Abcda\" >>> \"abcda\" "); 578 doAssert( (!ucol_greater(col, test1, u_strlen(test1), test2, u_strlen(test2))), "Result should be \"Abcda\" == \"abcda\""); 585 doAssert( (!ucol_greater(col, test1, u_strlen(test1), test2, u_strlen(test2))), "Result should be \"Abcda\" == \"abcda\""); 744 doAssert( (ucol_greater(col, umlautUStr, u_strlen(umlautUStr), oeStr, u_strlen(oeStr))), "Original German phonebook collation sorts differently than expected"); 745 doAssert( (ucol_greater(someClonedCollators[0], umlautUStr, u_strlen(umlautUStr), oeStr, u_strlen(oeStr))), "Cloned German phonebook collation sorts differently than expected"); 789 doAssert( (ucol_greater(someClonedCollators[idx], 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 | 752 #define ucol_greater macro [all...] |
/external/chromium_org/third_party/icu/source/i18n/ |
ucol.cpp | 8768 ucol_greater( const UCollator *coll, function [all...] |