Searched refs:ucol_equal (Results 1 – 5 of 5) sorted by relevance
/external/icu/icu4c/source/test/cintltst/ |
D | cmsccoll.c | 627 if(!ucol_equal(coll, t[u]->NFC, -1, t[u]->NFD, -1)) { in TestComposeDecompose() 671 if(!ucol_equal(coll, t[u]->NFC, -1, t[u]->NFD, -1)) { in TestComposeDecompose() 1736 !ucol_equal(coll, &nul, 0, &space, 1) || in TestVariableTopSetting() 1737 ucol_equal(coll, &nul, 0, &dot, 1) || in TestVariableTopSetting() 1738 ucol_equal(coll, &nul, 0, °ree, 1) || in TestVariableTopSetting() 1739 ucol_equal(coll, &nul, 0, &dollar, 1) || in TestVariableTopSetting() 1740 ucol_equal(coll, &nul, 0, &zero, 1) || in TestVariableTopSetting() 1749 !ucol_equal(coll, &nul, 0, &space, 1) || in TestVariableTopSetting() 1750 !ucol_equal(coll, &nul, 0, &dot, 1) || in TestVariableTopSetting() 1751 ucol_equal(coll, &nul, 0, °ree, 1) || in TestVariableTopSetting() [all …]
|
D | capitst.c | 580 …doAssert( (!ucol_equal(col, test1, u_strlen(test1), test2, u_strlen(test2))), "Result should be \"… in TestCompare() 587 …doAssert( (ucol_equal(col, test1, u_strlen(test1), test2, u_strlen(test2) )), "Result should be \"… in TestCompare() 594 …doAssert( (ucol_equal(col, test1, u_strlen(test1), test2, u_strlen(test2))), "Result should be \"A… in TestCompare() 792 …doAssert( (ucol_equal(someCollators[idx], test1, u_strlen(test1), test2, u_strlen(test2))), "Resul… in TestSafeClone()
|
/external/icu/icu4c/source/i18n/unicode/ |
D | ucol.h | 635 ucol_equal(const UCollator *coll,
|
/external/icu/icu4c/source/i18n/ |
D | ucol.cpp | 513 ucol_equal( const UCollator *coll, in ucol_equal() function
|
/external/icu/icu4c/source/common/unicode/ |
D | urename.h | 702 #define ucol_equal U_ICU_ENTRY_POINT_RENAME(ucol_equal) macro
|