Home
last modified time | relevance | path

Searched defs:other (Results 451 - 475 of 1566) sorted by relevance

1...<<11121314151617181920>>...63

/third_party/icu/icu4c/source/i18n/
H A Dmeasunit_impl.h217 MeasureUnitImpl(MeasureUnitImpl &&other) = default; global() member in MeasureUnitImpl
[all...]
H A Dquantityformatter.cpp39 QuantityFormatter::QuantityFormatter(const QuantityFormatter &other) { in QuantityFormatter() argument
49 operator =( const QuantityFormatter& other) operator =() argument
H A Dsearch.cpp25 SearchIterator::SearchIterator(const SearchIterator &other) in SearchIterator() argument
[all...]
H A Dselfmt.cpp51 SelectFormat::SelectFormat(const SelectFormat& other) : Format(other), in SelectFormat() argument
160 SelectFormat::operator=(const SelectFormat& other) { in operator =() argument
[all...]
H A Dstrrepl.cpp70 StringReplacer::StringReplacer(const StringReplacer& other) : in StringReplacer() argument
H A Dstring_segment.cpp104 int32_t StringSegment::getCommonPrefixLength(const UnicodeString& other) { in getCommonPrefixLength() argument
108 int32_t StringSegment::getCaseSensitivePrefixLength(const UnicodeString& other) { in getCaseSensitivePrefixLength() argument
112 int32_t StringSegment::getPrefixLengthInternal(const UnicodeString& other, bool foldCase) { in getPrefixLengthInternal() argument
[all...]
H A Dnumber_utils.cpp101 DecNum::DecNum(const DecNum& other, UErrorCode& status) in DecNum() argument
H A Dnumrange_fluent.cpp198 UnlocalizedNumberRangeFormatter::UnlocalizedNumberRangeFormatter(const UNF& other) in UnlocalizedNumberRangeFormatter() argument
201 UnlocalizedNumberRangeFormatter::UnlocalizedNumberRangeFormatter(const NFS<UNF>& other) in UnlocalizedNumberRangeFormatter() argument
215 UnlocalizedNumberRangeFormatter& UnlocalizedNumberRangeFormatter::operator=(const UNF& other) { in operator =() argument
228 LocalizedNumberRangeFormatter::LocalizedNumberRangeFormatter(const LNF& other) in LocalizedNumberRangeFormatter() argument
231 LocalizedNumberRangeFormatter::LocalizedNumberRangeFormatter(const NFS<LNF>& other) in LocalizedNumberRangeFormatter() argument
247 operator =(const LNF& other) operator =() argument
[all...]
H A Dscientificnumberformatter.cpp261 ScientificNumberFormatter( const ScientificNumberFormatter &other) ScientificNumberFormatter() argument
H A Dnumber_microprops.h48 IntMeasures(const IntMeasures &other) : MaybeStackArray<int64_t, 2>() { in IntMeasures() argument
146 MicroProps(const MicroProps& other) = default; member
148 MicroProps& operator=(const MicroProps& other) = default; member
H A Dsortkey.cpp75 CollationKey::CollationKey(const CollationKey& other) in CollationKey() argument
149 CollationKey::operator=(const CollationKey& other) in operator =() argument
[all...]
/third_party/icu/icu4c/source/common/
H A Dunifiedcache.h42 CacheKeyBase(const CacheKeyBase &other) in CacheKeyBase() argument
152 LocaleCacheKey(const LocaleCacheKey<T> &other) LocaleCacheKey() argument
357 UnifiedCache(const UnifiedCache &other) = delete; global() member in UnifiedCache
358 UnifiedCache &operator=(const UnifiedCache &other) = delete; global() member in UnifiedCache
[all...]
H A Duvectr32.cpp76 void UVector32::assign(const UVector32& other, UErrorCode &ec) { in assign() argument
135 removeAll(const UVector32& other) removeAll() argument
147 retainAll(const UVector32& other) retainAll() argument
[all...]
/third_party/node/deps/v8/src/zone/
H A Dzone-list-inl.h27 void ZoneList<T>::AddAll(const ZoneList<T>& other, Zone* zone) { in AddAll() argument
32 void ZoneList<T>::AddAll(const base::Vector<const T>& other, Zone* zone) { in AddAll() argument
/third_party/node/src/
H A Dnode_messaging.h54 Message(Message&& other) = default; member in node::worker::Message
55 Message& operator=(Message&& other) = default; member in node::worker::Message
173 MessagePortData(MessagePortData&& other) = delete; member in node::worker::MessagePortData
174 MessagePortData& operator=(MessagePortData&& other) = delete; member in node::worker::MessagePortData
175 MessagePortData(const MessagePortData& other) = delete; member in node::worker::MessagePortData
176 MessagePortData& operator=(const MessagePortData& other) = delete; member in node::worker::MessagePortData
[all...]
/third_party/node/deps/icu-small/source/common/
H A Dhash.h118 Hashtable(const Hashtable &other) = delete; // forbid copying of this class member in Hashtable
119 Hashtable &operator=(const Hashtable &other) = delete; // forbid copying of this class member in Hashtable
H A Dresbund.cpp185 ResourceBundle::ResourceBundle(const ResourceBundle &other) in ResourceBundle() argument
216 ResourceBundle& ResourceBundle::operator=(const ResourceBundle& other) in operator =() argument
[all...]
H A Dunifiedcache.h42 CacheKeyBase(const CacheKeyBase &other) in CacheKeyBase() argument
152 LocaleCacheKey(const LocaleCacheKey<T> &other) LocaleCacheKey() argument
357 UnifiedCache(const UnifiedCache &other) = delete; global() member in UnifiedCache
358 UnifiedCache &operator=(const UnifiedCache &other) = delete; global() member in UnifiedCache
[all...]
H A Duvectr32.cpp76 void UVector32::assign(const UVector32& other, UErrorCode &ec) { in assign() argument
135 removeAll(const UVector32& other) removeAll() argument
147 retainAll(const UVector32& other) retainAll() argument
[all...]
H A Dpluralmap.h88 PluralMap(const PluralMap<T> &other) : fOtherVariant(other.fOtherVariant) { in PluralMap() argument
96 PluralMap<T> &operator=(const PluralMap<T> &other) { in operator =() argument
[all...]
H A Dlocdistance.h87 LocaleDistance(const LocaleDistance &other) = delete; member in final
88 LocaleDistance &operator=(const LocaleDistance &other) = delete; member in final
H A Drbbirb.h57 RBBISymbolTableEntry(const RBBISymbolTableEntry &other) = delete; // forbid copying of this class member in RBBISymbolTableEntry
58 RBBISymbolTableEntry &operator=(const RBBISymbolTableEntry &other) = delete; // forbid copying of this class member in RBBISymbolTableEntry
177 RBBIRuleBuilder(const RBBIRuleBuilder &other) = delete; // forbid copying of this class member in RBBIRuleBuilder
178 RBBIRuleBuilder &operator=(const RBBIRuleBuilder &other) = delete; // forbid copying of this class member in RBBIRuleBuilder
H A Drbbiscan.h161 RBBIRuleScanner(const RBBIRuleScanner &other) = delete; // forbid copying of this class member in RBBIRuleScanner
162 RBBIRuleScanner &operator=(const RBBIRuleScanner &other) = delete; // forbid copying of this class member in RBBIRuleScanner
H A Dservls.cpp171 ServiceEnumeration(const ServiceEnumeration &other, UErrorCode &status) in ServiceEnumeration() argument
/third_party/node/deps/icu-small/source/i18n/
H A Dcecal.cpp59 CECalendar::CECalendar (const CECalendar& other) in CECalendar() argument

Completed in 12 milliseconds

1...<<11121314151617181920>>...63