Home
last modified time | relevance | path

Searched refs:ucol_equal (Results 1 – 8 of 8) sorted by relevance

/external/icu/icu4c/source/test/cintltst/
Dcmsccoll.c626 if(!ucol_equal(coll, t[u]->NFC, -1, t[u]->NFD, -1)) { in TestComposeDecompose()
670 if(!ucol_equal(coll, t[u]->NFC, -1, t[u]->NFD, -1)) { in TestComposeDecompose()
1732 !ucol_equal(coll, &nul, 0, &space, 1) || in TestVariableTopSetting()
1733 ucol_equal(coll, &nul, 0, &dot, 1) || in TestVariableTopSetting()
1734 ucol_equal(coll, &nul, 0, &degree, 1) || in TestVariableTopSetting()
1735 ucol_equal(coll, &nul, 0, &dollar, 1) || in TestVariableTopSetting()
1736 ucol_equal(coll, &nul, 0, &zero, 1) || in TestVariableTopSetting()
1745 !ucol_equal(coll, &nul, 0, &space, 1) || in TestVariableTopSetting()
1746 !ucol_equal(coll, &nul, 0, &dot, 1) || in TestVariableTopSetting()
1747 ucol_equal(coll, &nul, 0, &degree, 1) || in TestVariableTopSetting()
[all …]
Dcapitst.c582 …doAssert( (!ucol_equal(col, test1, u_strlen(test1), test2, u_strlen(test2))), "Result should be \"… in TestCompare()
589 …doAssert( (ucol_equal(col, test1, u_strlen(test1), test2, u_strlen(test2) )), "Result should be \"… in TestCompare()
596 …doAssert( (ucol_equal(col, test1, u_strlen(test1), test2, u_strlen(test2))), "Result should be \"A… in TestCompare()
794 …doAssert( (ucol_equal(someCollators[idx], test1, u_strlen(test1), test2, u_strlen(test2))), "Resul… in TestSafeClone()
/external/icu/libandroidicu/include/unicode/
Ducol.h646 ucol_equal(const UCollator *coll,
Durename.h708 #define ucol_equal U_ICU_ENTRY_POINT_RENAME(ucol_equal) macro
/external/icu/icu4c/source/i18n/unicode/
Ducol.h646 ucol_equal(const UCollator *coll,
/external/icu/icu4c/source/i18n/
Ducol.cpp516 ucol_equal( const UCollator *coll, in ucol_equal() function
/external/icu/icu4c/source/common/unicode/
Durename.h708 #define ucol_equal U_ICU_ENTRY_POINT_RENAME(ucol_equal) macro
/external/icu/libandroidicu/static_shim/
Dshim.cpp1127 return ucol_equal(coll, source, sourceLength, target, targetLength); in ucol_equal_android()