Home
last modified time | relevance | path

Searched refs:objectEquals (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4c/source/i18n/
Dfmtable.cpp57 static inline UBool objectEquals(const UObject* a, const UObject* b) { in objectEquals() function
321 equal = objectEquals(fValue.fObject, that.fValue.fObject); in operator ==()
/external/dexmaker/dexmaker-tests/src/androidTest/java/com/android/dx/
DDexMakerTest.java377 MethodId<Object, Boolean> objectEquals in testInvokeTypeSafety() local
382 code.invokeVirtual(objectEquals, localResult, localCs, localTest); in testInvokeTypeSafety()