Searched refs:ucol_greater (Results 1 - 9 of 9) sorted by relevance

/macosx-10.9.5/ICU-511.35/icuSources/i18n/unicode/
H A Ducol.h524 * @see ucol_greater
550 * @see ucol_greater
580 ucol_greater(const UCollator *coll,
594 * @see ucol_greater
613 * @see ucol_greater
/macosx-10.9.5/JavaScriptCore-7537.78.1/icu/unicode/
H A Ducol.h426 * @see ucol_greater
453 ucol_greater(const UCollator *coll,
467 * @see ucol_greater
486 * @see ucol_greater
H A Durename.h746 #define ucol_greater U_ICU_ENTRY_POINT_RENAME(ucol_greater) macro
/macosx-10.9.5/WebCore-7537.78.1/icu/unicode/
H A Ducol.h426 * @see ucol_greater
453 ucol_greater(const UCollator *coll,
467 * @see ucol_greater
486 * @see ucol_greater
H A Durename.h746 #define ucol_greater U_ICU_ENTRY_POINT_RENAME(ucol_greater) macro
/macosx-10.9.5/ICU-511.35/icuSources/test/cintltst/
H A Dcapitst.c571 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\"");
745 doAssert( (ucol_greater(col, umlautUStr, u_strlen(umlautUStr), oeStr, u_strlen(oeStr))), "Original German phonebook collation sorts differently than expected");
746 doAssert( (ucol_greater(someClonedCollators[0], umlautUStr, u_strlen(umlautUStr), oeStr, u_strlen(oeStr))), "Cloned German phonebook collation sorts differently than expected");
795 doAssert( (ucol_greater(someClonedCollators[idx], test1, u_strlen(test1), test2, u_strlen(test2))), "Result should be \"abCda\" >>> \"abcda\" ");
/macosx-10.9.5/ICU-511.35/icuSources/common/unicode/
H A Durename.h740 #define ucol_greater U_ICU_ENTRY_POINT_RENAME(ucol_greater) macro
/macosx-10.9.5/WebKit-7537.78.2/mac/icu/unicode/
H A Durename.h746 #define ucol_greater U_ICU_ENTRY_POINT_RENAME(ucol_greater) macro
/macosx-10.9.5/ICU-511.35/icuSources/i18n/
H A Ducol.cpp8845 ucol_greater( const UCollator *coll, function

Completed in 237 milliseconds