Home
last modified time | relevance | path

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

/external/oj-libjdwp/src/share/classes/com/sun/tools/jdi/
DLocalVariableImpl.java165 LocalVariableImpl otherImpl = (LocalVariableImpl)other; in hides() local
166 if (!method.equals(otherImpl.method) || in hides()
167 !name.equals(otherImpl.name)) { in hides()
170 return (scopeStart.compareTo(otherImpl.scopeStart) > 0); in hides()
/external/icu/icu4c/source/i18n/
Dmeasunit_extra.cpp897 const MeasureUnitImpl& otherImpl = MeasureUnitImpl::forMeasureUnit(other, temp, status); in product() local
898 if (impl.complexity == UMEASURE_UNIT_MIXED || otherImpl.complexity == UMEASURE_UNIT_MIXED) { in product()
902 for (int32_t i = 0; i < otherImpl.units.length(); i++) { in product()
903 impl.append(*otherImpl.units[i], status); in product()