Searched refs:utext_equals (Results 1 – 13 of 13) sorted by relevance
324 utext_equals(const UText *a, const UText *b) __INTRODUCED_IN(31);
1775 #define utext_equals U_ICU_ENTRY_POINT_RENAME(utext_equals) macro
277 utext_equals;
290 utext_equals
368 utext_equals(const UText *a, const UText *b);
305 return utext_equals(this->fPattern, other.fPattern); in operator ==()
279 #undef utext_equals1067 UBool utext_equals(const UText * a, const UText * b) { in utext_equals() function1068 return U_ICU_ENTRY_POINT_RENAME(utext_equals)(a, b); in utext_equals()
387 if (!utext_equals(&fText, &that2.fText)) { in operator ==()
436 utext_equals(const UText *a, const UText *b) { in utext_equals() function