Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dnumber_decimfmtprops.h148 return _equals(other, false);
165 bool _equals(const DecimalFormatProperties& other, bool ignoreForFastFormat) const;
Dnumber_decimfmtprops.cpp81 DecimalFormatProperties::_equals(const DecimalFormatProperties& other, bool ignoreForFastFormat) co… in _equals() function in DecimalFormatProperties
143 return _equals(*reinterpret_cast<DecimalFormatProperties*>(kRawDefaultProperties), true); in equalsDefaultExceptFastFormat()
/external/jackson-annotations/src/main/java/com/fasterxml/jackson/annotation/
DJsonIncludeProperties.java142 return (o.getClass() == getClass()) && _equals(_included, ((Value) o)._included); in equals()
145 private static boolean _equals(Set<String> a, Set<String> b) in _equals() method in JsonIncludeProperties.Value
DJsonIgnoreProperties.java255 if (_equals(this, overrides)) { in withOverrides()
400 && _equals(this, (Value) o); in equals()
403 private static boolean _equals(Value a, Value b) in _equals() method in JsonIgnoreProperties.Value
DJsonAutoDetect.java277 if (_equals(this, overrides)) { in withOverrides()
343 return (o.getClass() == getClass()) && _equals(this, (Value) o); in equals()
368 private static boolean _equals(Value a, Value b) in _equals() method in JsonAutoDetect.Value
/external/icu/libicu/cts_headers/
Dnumber_decimfmtprops.h148 return _equals(other, false);
165 bool _equals(const DecimalFormatProperties& other, bool ignoreForFastFormat) const;
/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/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/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/jackson-databind/src/main/java/com/fasterxml/jackson/databind/util/
DStdDateFormat.java231 if (_equals(b, _lenient)) { in withLenient()
325 if (!_equals(newValue, _lenient)) { in setLenient()
807 protected static <T> boolean _equals(T value1, T value2) { in _equals() method in StdDateFormat
/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.java255 private boolean _equals(DecimalFormatProperties other) { in _equals() method in DecimalFormatProperties
414 return _equals((DecimalFormatProperties) other); in equals()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/
DDecimalFormatProperties.java250 private boolean _equals(DecimalFormatProperties other) { in _equals() method in DecimalFormatProperties
409 return _equals((DecimalFormatProperties) other); in equals()
/external/cldr/tools/java/libs/
Dicu4j.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ ...