Searched refs:ucol_equal (Results 1 – 8 of 8) sorted by relevance
/external/icu/icu4c/source/test/cintltst/ |
D | cmsccoll.c | 626 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, °ree, 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, °ree, 1) || in TestVariableTopSetting() [all …]
|
D | capitst.c | 582 …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/ |
D | ucol.h | 646 ucol_equal(const UCollator *coll,
|
D | urename.h | 708 #define ucol_equal U_ICU_ENTRY_POINT_RENAME(ucol_equal) macro
|
/external/icu/icu4c/source/i18n/unicode/ |
D | ucol.h | 646 ucol_equal(const UCollator *coll,
|
/external/icu/icu4c/source/i18n/ |
D | ucol.cpp | 516 ucol_equal( const UCollator *coll, in ucol_equal() function
|
/external/icu/icu4c/source/common/unicode/ |
D | urename.h | 708 #define ucol_equal U_ICU_ENTRY_POINT_RENAME(ucol_equal) macro
|
/external/icu/libandroidicu/static_shim/ |
D | shim.cpp | 1127 return ucol_equal(coll, source, sourceLength, target, targetLength); in ucol_equal_android()
|