Home
last modified time | relevance | path

Searched refs:_equals (Results 1 – 9 of 9) sorted by relevance

/external/icu/icu4c/source/i18n/
Dnumber_decimfmtprops.h143 return _equals(other, false);
155 bool _equals(const DecimalFormatProperties& other, bool ignoreForFastFormat) const;
Dnumber_decimfmtprops.cpp80 DecimalFormatProperties::_equals(const DecimalFormatProperties& other, bool ignoreForFastFormat) co… in _equals() function in DecimalFormatProperties
142 return _equals(*reinterpret_cast<DecimalFormatProperties*>(kRawDefaultProperties), true); in equalsDefaultExceptFastFormat()
/external/antlr/runtime/Java/src/main/java/org/antlr/runtime/tree/
DTreeWizard.java401 return _equals(t1, t2, adaptor); in equals()
408 return _equals(t1, t2, adaptor); in equals()
411 protected static boolean _equals(Object t1, Object t2, TreeAdaptor adaptor) { in _equals() method in TreeWizard
432 if ( !_equals(child1, child2, adaptor) ) { in _equals()
/external/antlr/runtime/Python/antlr3/
Dtreewizard.py592 return self._equals(t1, t2, adaptor)
595 def _equals(self, t1, t2, adaptor): member in TreeWizard
616 if not self._equals(child1, child2, adaptor):
/external/antlr/runtime/Python3/antlr3/
Dtreewizard.py592 return self._equals(t1, t2, adaptor)
595 def _equals(self, t1, t2, adaptor): member in TreeWizard
616 if not self._equals(child1, child2, adaptor):
/external/antlr/runtime/ObjC/Framework/
DTreeWizard.h131 - (BOOL) _equals:(id)t1 O2:(id)t2 Adaptor:(id<TreeAdaptor>)anAdaptor;
DTreeWizard.m593 return [self _equals:t1 O2:t2 Adaptor:anAdaptor];
601 return [self _equals:t1 O2:t2 Adaptor:adaptor];
604 - (BOOL) _equals:(id)t1 O2:(id)t2 Adaptor:(id<TreeAdaptor>)anAdaptor
626 if ( ![self _equals:child1 O2:child2 Adaptor:anAdaptor] ) {
/external/icu/android_icu4j/src/main/java/android/icu/impl/number/
DDecimalFormatProperties.java248 private boolean _equals(DecimalFormatProperties other) { in _equals() method in DecimalFormatProperties
407 return _equals((DecimalFormatProperties) other); in equals()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/
DDecimalFormatProperties.java243 private boolean _equals(DecimalFormatProperties other) { in _equals() method in DecimalFormatProperties
402 return _equals((DecimalFormatProperties) other); in equals()