Home
last modified time | relevance | path

Searched defs:isCompatibleWith (Results 1 – 5 of 5) sorted by relevance

/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/units/
DSingleUnitImpl.java149 boolean isCompatibleWith(SingleUnitImpl other) { in isCompatibleWith() method in SingleUnitImpl
/third_party/icu/icu4c/source/i18n/
Dmeasunit_impl.h133 bool isCompatibleWith(const SingleUnitImpl& other) const { in isCompatibleWith() function
/third_party/skia/third_party/externals/icu/source/i18n/
Dmeasunit_impl.h133 bool isCompatibleWith(const SingleUnitImpl& other) const { in isCompatibleWith() function
/third_party/node/deps/icu-small/source/i18n/
Dmeasunit_impl.h160 bool isCompatibleWith(const SingleUnitImpl& other) const { in isCompatibleWith() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DTriple.cpp1572 bool Triple::isCompatibleWith(const Triple &Other) const { in isCompatibleWith() function in Triple