Home
last modified time | relevance | path

Searched refs:ucol_greater (Results 1 – 7 of 7) sorted by relevance

/external/icu/icu4c/source/test/cintltst/
Dcapitst.c583 …doAssert( (ucol_greater(col, test1, u_strlen(test1), test2, u_strlen(test2))), "Result should be \… in TestCompare()
590 …doAssert( (!ucol_greater(col, test1, u_strlen(test1), test2, u_strlen(test2))), "Result should be … in TestCompare()
597 …doAssert( (!ucol_greater(col, test1, u_strlen(test1), test2, u_strlen(test2))), "Result should be … in TestCompare()
756 …doAssert( (ucol_greater(col, umlautUStr, u_strlen(umlautUStr), oeStr, u_strlen(oeStr))), "Original… in TestSafeClone()
757 …doAssert( (ucol_greater(someClonedCollators[0], umlautUStr, u_strlen(umlautUStr), oeStr, u_strlen(… in TestSafeClone()
801 …doAssert( (ucol_greater(someClonedCollators[idx], test1, u_strlen(test1), test2, u_strlen(test2)))… in TestSafeClone()
/external/icu/libandroidicu/include/unicode/
Ducol.h608 ucol_greater(const UCollator *coll,
Durename.h737 #define ucol_greater U_ICU_ENTRY_POINT_RENAME(ucol_greater) macro
/external/icu/icu4c/source/i18n/unicode/
Ducol.h608 ucol_greater(const UCollator *coll,
/external/icu/icu4c/source/i18n/
Ducol.cpp492 ucol_greater( const UCollator *coll, in ucol_greater() function
/external/icu/icu4c/source/common/unicode/
Durename.h737 #define ucol_greater U_ICU_ENTRY_POINT_RENAME(ucol_greater) macro
/external/icu/libandroidicu/static_shim/
Dshim.cpp1199 return ucol_greater(coll, source, sourceLength, target, targetLength); in ucol_greater_android()