Home
last modified time | relevance | path

Searched refs:ucol_greaterOrEqual (Results 1 – 5 of 5) sorted by relevance

/external/icu/icu4c/source/i18n/unicode/
Ducol.h616 ucol_greaterOrEqual(const UCollator *coll,
/external/icu/icu4c/source/test/cintltst/
Dcmsccoll.c1741 ucol_greaterOrEqual(coll, &space, 1, &dot, 1)) { in TestVariableTopSetting()
1754 ucol_greaterOrEqual(coll, &dot, 1, &degree, 1)) { in TestVariableTopSetting()
1767 ucol_greaterOrEqual(coll, &degree, 1, &dollar, 1)) { in TestVariableTopSetting()
1780 ucol_greaterOrEqual(coll, &dollar, 1, &zero, 1)) { in TestVariableTopSetting()
1857 ucol_greaterOrEqual(coll, &space, 1, &dot, 1)) { in TestMaxVariable()
1870 ucol_greaterOrEqual(coll, &dot, 1, &degree, 1)) { in TestMaxVariable()
1883 ucol_greaterOrEqual(coll, &degree, 1, &dollar, 1)) { in TestMaxVariable()
1896 ucol_greaterOrEqual(coll, &dollar, 1, &zero, 1)) { in TestMaxVariable()
Dcapitst.c582 …doAssert( (ucol_greaterOrEqual(col, test1, u_strlen(test1), test2, u_strlen(test2))), "Result shou… in TestCompare()
589 …doAssert( (ucol_greaterOrEqual(col, test1, u_strlen(test1), test2, u_strlen(test2) )), "Result sho… in TestCompare()
596 …doAssert( (ucol_greaterOrEqual(col, test1, u_strlen(test1), test2, u_strlen(test2))), "Result shou… in TestCompare()
/external/icu/icu4c/source/i18n/
Ducol.cpp501 ucol_greaterOrEqual( const UCollator *coll, in ucol_greaterOrEqual() function
/external/icu/icu4c/source/common/unicode/
Durename.h732 #define ucol_greaterOrEqual U_ICU_ENTRY_POINT_RENAME(ucol_greaterOrEqual) macro