Home
last modified time | relevance | path

Searched defs:other (Results 1476 - 1500 of 1908) sorted by relevance

1...<<51525354555657585960>>...77

/third_party/node/deps/icu-small/source/i18n/
H A Dalphaindex.cpp1025 isOneLabelBetterThanOther(const Normalizer2 &nfkdNormalizer, const UnicodeString &one, const UnicodeString &other) isOneLabelBetterThanOther() argument
[all...]
H A Dcoll.cpp635 Collator::Collator(const Collator &other) in Collator() argument
H A Dchnsecal.cpp147 ChineseCalendar::ChineseCalendar(const ChineseCalendar& other) : Calendar(other) { in ChineseCalendar() argument
H A Dnumber_decimalquantity.cpp88 DecimalQuantity::DecimalQuantity(const DecimalQuantity &other) { in DecimalQuantity() argument
96 DecimalQuantity &DecimalQuantity::operator=(const DecimalQuantity &other) { in operator =() argument
114 void DecimalQuantity::copyFieldsFrom(const DecimalQuantity& other) { in copyFieldsFrom() argument
1361 copyBcdFrom(const DecimalQuantity &other) copyBcdFrom() argument
1371 moveBcdFrom(DecimalQuantity &other) moveBcdFrom() argument
[all...]
H A Dnumfmt.cpp292 NumberFormat* other = (NumberFormat*)&that; in operator ==() local
[all...]
H A Dreldatefmt.cpp832 RelativeDateTimeFormatter( const RelativeDateTimeFormatter& other) RelativeDateTimeFormatter() argument
852 operator =( const RelativeDateTimeFormatter& other) operator =() argument
[all...]
H A Dtzfmt.cpp421 TimeZoneFormat::TimeZoneFormat(const TimeZoneFormat& other) in TimeZoneFormat() argument
442 TimeZoneFormat::operator=(const TimeZoneFormat& other) { in operator =() argument
[all...]
H A Dtranslit.cpp151 Transliterator::Transliterator(const Transliterator& other) : in Transliterator() argument
172 Transliterator& Transliterator::operator=(const Transliterator& other) { in operator =() argument
[all...]
H A Dolsontz.cpp268 OlsonTimeZone::OlsonTimeZone(const OlsonTimeZone& other) : in OlsonTimeZone() argument
276 OlsonTimeZone& OlsonTimeZone::operator=(const OlsonTimeZone& other) { in operator =() argument
[all...]
H A Dplurrule.cpp87 PluralRules::PluralRules(const PluralRules& other) in PluralRules() argument
124 PluralRules::operator=(const PluralRules& other) { in operator =() argument
895 AndConstraint(const AndConstraint& other) AndConstraint() argument
984 OrConstraint(const OrConstraint& other) OrConstraint() argument
1054 RuleChain(const RuleChain& other) RuleChain() argument
[all...]
H A Dtmutfmt.cpp114 TimeUnitFormat::TimeUnitFormat(const TimeUnitFormat& other) in TimeUnitFormat() argument
150 TimeUnitFormat::operator=(const TimeUnitFormat& other) { in operator =() argument
[all...]
/third_party/node/deps/googletest/include/gtest/internal/
H A Dgtest-param-util.h135 ParamIterator(const ParamIterator& other) : impl_(other.impl_->Clone()) {} in ParamIterator() argument
136 ParamIterator& operator=(const ParamIterator& other) { in operator =() argument
192 ParamGenerator(const ParamGenerator& other) ParamGenerator() argument
194 operator =(const ParamGenerator& other) operator =() argument
258 Iterator(const Iterator& other) Iterator() argument
353 Iterator(const Iterator& other) Iterator() argument
999 Iterator(const Iterator& other) = default; global() member in testing::internal::ParamGeneratorConverter::Iterator
[all...]
/third_party/node/deps/icu-small/source/common/
H A Dmessagepattern.cpp98 UBool equals(const MessagePatternList<T, stackCapacity> &other, int32_t length) const { in equals() argument
186 MessagePattern::MessagePattern(const MessagePattern &other) in MessagePattern() argument
110 copyFrom( const MessagePatternList<T, stackCapacity> &other, int32_t length, UErrorCode &errorCode) copyFrom() argument
199 operator =(const MessagePattern &other) operator =() argument
216 copyStorage(const MessagePattern &other, UErrorCode &errorCode) copyStorage() argument
[all...]
/third_party/libinput/test/
H A Dtest-touchpad.c6900 enum suspend other; in START_TEST() local
7040 enum suspend other; START_TEST() local
[all...]
H A Dtest-tablet.c4831 enum litest_device_type other; in START_TEST() local
4854 enum litest_device_type other; in START_TEST() local
4932 enum litest_device_type other; in START_TEST() local
4972 enum litest_device_type other; START_TEST() local
5059 enum litest_device_type other; START_TEST() local
5141 enum litest_device_type other; START_TEST() local
5176 enum litest_device_type other; START_TEST() local
5235 enum litest_device_type other; START_TEST() local
5274 enum litest_device_type other; START_TEST() local
5476 enum litest_device_type other; START_TEST() local
5526 enum litest_device_type other; START_TEST() local
5580 enum litest_device_type other; START_TEST() local
5674 enum litest_device_type other; START_TEST() local
5743 enum litest_device_type other; START_TEST() local
5798 enum litest_device_type other; START_TEST() local
[all...]
/third_party/libphonenumber/cpp/src/phonenumbers/
H A Dphonemetadata.pb.cc490 void NumberFormat::InternalSwap(NumberFormat* other) { in InternalSwap() argument
808 void PhoneNumberDesc::InternalSwap(PhoneNumberDesc* other) { in InternalSwap() argument
2240 InternalSwap(PhoneMetadata* other) InternalSwap() argument
2443 InternalSwap(PhoneMetadataCollection* other) InternalSwap() argument
[all...]
H A Dphonenumber.pb.h137 inline void Swap(PhoneNumber* other) { in Swap() argument
145 void UnsafeArenaSwap(PhoneNumber* other) { in UnsafeArenaSwap() argument
[all...]
/third_party/node/deps/v8/include/
H A Dv8-fast-api-calls.h467 OverloadResolution GetOverloadResolution(const CFunction* other) { in GetOverloadResolution() argument
/third_party/node/deps/v8/include/v8-include/
H A Dv8-fast-api-calls.h479 OverloadResolution GetOverloadResolution(const CFunction* other) { in GetOverloadResolution() argument
/third_party/node/deps/v8/src/base/numbers/
H A Dbignum.cc51 void Bignum::AssignBignum(const Bignum& other) { in AssignBignum() argument
139 void Bignum::AddBignum(const Bignum& other) { in AddBignum() argument
180 SubtractBignum(const Bignum& other) SubtractBignum() argument
448 DivideModuloIntBignum(const Bignum& other) DivideModuloIntBignum() argument
642 Align(const Bignum& other) Align() argument
680 SubtractTimes(const Bignum& other, int factor) SubtractTimes() argument
[all...]
/third_party/node/deps/v8/src/heap/
H A Dpaged-spaces.cc160 void PagedSpace::MergeCompactionSpace(CompactionSpace* other) { in MergeCompactionSpace() argument
[all...]
/third_party/node/deps/v8/src/logging/
H A Dcounters.h324 void Add(base::TimeDelta other) { time_ += other; } in Add() argument
/third_party/node/deps/v8/src/objects/
H A Dmap-inl.h176 bool Map::EquivalentToForNormalization(const Map other, in EquivalentToForNormalization() argument
H A Dproperty-details.h191 generalize(Representation other) generalize() argument
309 operator ==(PropertyDetails const& other) operator ==() argument
313 operator !=(PropertyDetails const& other) operator !=() argument
[all...]
/third_party/node/deps/openssl/openssl/include/crypto/
H A Dx509.h157 STACK_OF(X509_ALGOR) *other; /* other unspecified info */ member

Completed in 40 milliseconds

1...<<51525354555657585960>>...77