Searched refs:ucol_equal (Results 1 – 10 of 10) sorted by relevance
/external/icu/icu4c/source/test/cintltst/ |
D | cmsccoll.c | 628 if(!ucol_equal(coll, t[u]->NFC, -1, t[u]->NFD, -1)) { in TestComposeDecompose() 672 if(!ucol_equal(coll, t[u]->NFC, -1, t[u]->NFD, -1)) { in TestComposeDecompose() 1734 !ucol_equal(coll, &nul, 0, &space, 1) || in TestVariableTopSetting() 1735 ucol_equal(coll, &nul, 0, &dot, 1) || in TestVariableTopSetting() 1736 ucol_equal(coll, &nul, 0, °ree, 1) || in TestVariableTopSetting() 1737 ucol_equal(coll, &nul, 0, &dollar, 1) || in TestVariableTopSetting() 1738 ucol_equal(coll, &nul, 0, &zero, 1) || in TestVariableTopSetting() 1747 !ucol_equal(coll, &nul, 0, &space, 1) || in TestVariableTopSetting() 1748 !ucol_equal(coll, &nul, 0, &dot, 1) || in TestVariableTopSetting() 1749 ucol_equal(coll, &nul, 0, °ree, 1) || in TestVariableTopSetting() [all …]
|
D | capitst.c | 583 …doAssert( (!ucol_equal(col, test1, u_strlen(test1), test2, u_strlen(test2))), "Result should be \"… in TestCompare() 590 …doAssert( (ucol_equal(col, test1, u_strlen(test1), test2, u_strlen(test2) )), "Result should be \"… in TestCompare() 597 …doAssert( (ucol_equal(col, test1, u_strlen(test1), test2, u_strlen(test2))), "Result should be \"A… in TestCompare() 795 …doAssert( (ucol_equal(someCollators[idx], test1, u_strlen(test1), test2, u_strlen(test2))), "Resul… in TestSafeClone()
|
/external/icu/libandroidicu/include/unicode/ |
D | ucol.h | 651 ucol_equal(const UCollator *coll,
|
D | urename.h | 725 #define ucol_equal U_ICU_ENTRY_POINT_RENAME(ucol_equal) macro
|
/external/icu/libicu/cts_headers/unicode/ |
D | ucol.h | 651 ucol_equal(const UCollator *coll,
|
D | urename.h | 725 #define ucol_equal U_ICU_ENTRY_POINT_RENAME(ucol_equal) macro
|
/external/icu/icu4c/source/i18n/unicode/ |
D | ucol.h | 651 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 | 725 #define ucol_equal U_ICU_ENTRY_POINT_RENAME(ucol_equal) macro
|
/external/icu/libicu/ndk_headers/unicode/ |
D | urename.h | 725 #define ucol_equal U_ICU_ENTRY_POINT_RENAME(ucol_equal) macro
|