Home
last modified time | relevance | path

Searched refs:utext_equals (Results 1 – 8 of 8) sorted by relevance

/external/icu/libandroidicu/include/unicode/
Dutext.h387 utext_equals(const UText *a, const UText *b);
Durename.h1714 #define utext_equals U_ICU_ENTRY_POINT_RENAME(utext_equals) macro
/external/icu/icu4c/source/common/unicode/
Dutext.h387 utext_equals(const UText *a, const UText *b);
Durename.h1714 #define utext_equals U_ICU_ENTRY_POINT_RENAME(utext_equals) macro
/external/icu/icu4c/source/i18n/
Drepattrn.cpp294 return utext_equals(this->fPattern, other.fPattern); in operator ==()
/external/icu/icu4c/source/common/
Drbbi.cpp354 if (!utext_equals(&fText, &that2.fText)) { in operator ==()
Dutext.cpp434 utext_equals(const UText *a, const UText *b) { in utext_equals() function
/external/icu/libandroidicu/static_shim/
Dshim.cpp2845 return utext_equals(a, b); in utext_equals_android()