Searched refs:ucol_equal (Results 1 - 10 of 10) sorted by relevance

/macosx-10.9.5/ICU-511.35/icuSources/i18n/unicode/
H A Ducol.h526 * @see ucol_equal
552 * @see ucol_equal
576 * @see ucol_equal
595 * @see ucol_equal
618 ucol_equal(const UCollator *coll,
/macosx-10.9.5/JavaScriptCore-7537.78.1/icu/unicode/
H A Ducol.h428 * @see ucol_equal
449 * @see ucol_equal
468 * @see ucol_equal
491 ucol_equal(const UCollator *coll,
H A Durename.h706 #define ucol_equal U_ICU_ENTRY_POINT_RENAME(ucol_equal) macro
/macosx-10.9.5/WebCore-7537.78.1/icu/unicode/
H A Ducol.h428 * @see ucol_equal
449 * @see ucol_equal
468 * @see ucol_equal
491 ucol_equal(const UCollator *coll,
H A Durename.h706 #define ucol_equal U_ICU_ENTRY_POINT_RENAME(ucol_equal) macro
/macosx-10.9.5/ICU-511.35/icuSources/test/cintltst/
H A Dcapitst.c570 doAssert( (!ucol_equal(col, test1, u_strlen(test1), test2, u_strlen(test2))), "Result should be \"Abcda\" != \"abcda\" ");
577 doAssert( (ucol_equal(col, test1, u_strlen(test1), test2, u_strlen(test2) )), "Result should be \"Abcda\" == \"abcda\"");
584 doAssert( (ucol_equal(col, test1, u_strlen(test1), test2, u_strlen(test2))), "Result should be \"Abcda\" == \"abcda\"");
788 doAssert( (ucol_equal(someCollators[idx], test1, u_strlen(test1), test2, u_strlen(test2))), "Result should be \"abcda\" == \"abCda\"");
H A Dcmsccoll.c1714 if(!ucol_equal(coll, t[u]->NFC, -1, t[u]->NFD, -1)) {
1758 if(!ucol_equal(coll, t[u]->NFC, -1, t[u]->NFD, -1)) {
4977 if ( !ucol_equal(coll, tData[0], u_strlen(tData[0]), tData[2], u_strlen(tData[2])) ) {
4980 if ( !ucol_equal(coll, tData[0], u_strlen(tData[0]), tData[3], u_strlen(tData[3])) ) {
4983 if ( !ucol_equal(coll, tData[5], u_strlen(tData[5]), tData[4], u_strlen(tData[4])) ) {
4986 if ( !ucol_equal(coll, tData[7], u_strlen(tData[7]), tData[6], u_strlen(tData[6])) ) {
5004 if ( !ucol_equal(coll, tData[0], u_strlen(tData[0]), tData[1], u_strlen(tData[1])) ) {
5007 if ( !ucol_equal(coll, tData[4], u_strlen(tData[4]), tData[5], u_strlen(tData[5])) ) {
5010 if ( !ucol_equal(coll, tData[6], u_strlen(tData[6]), tData[7], u_strlen(tData[7])) ) {
5035 if ( !ucol_equal(col
[all...]
/macosx-10.9.5/ICU-511.35/icuSources/common/unicode/
H A Durename.h700 #define ucol_equal U_ICU_ENTRY_POINT_RENAME(ucol_equal) macro
/macosx-10.9.5/WebKit-7537.78.2/mac/icu/unicode/
H A Durename.h706 #define ucol_equal U_ICU_ENTRY_POINT_RENAME(ucol_equal) macro
/macosx-10.9.5/ICU-511.35/icuSources/i18n/
H A Ducol.cpp8869 ucol_equal( const UCollator *coll, function

Completed in 234 milliseconds