Home
last modified time | relevance | path

Searched defs:other (Results 476 - 500 of 1604) sorted by relevance

1...<<11121314151617181920>>...65

/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/
H A DFCDUTF16CollationIterator.java42 public boolean equals(Object other) { in equals() argument
/third_party/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/util/
H A DTimer.java70 public String toString(Timer other) { in toString() argument
77 public String toString(long iterations, long other) { in toString() argument
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DIntTrie.java227 public boolean equals(Object other) in equals() argument
H A DStringSegment.java144 public boolean startsWith(CharSequence other) { in startsWith() argument
167 public int getCommonPrefixLength(CharSequence other) { in getCommonPrefixLength() argument
175 public int getCaseSensitivePrefixLength(CharSequence other) { in getCaseSensitivePrefixLength() argument
179 private int getPrefixLengthInternal(CharSequence other, boolean foldCase) { in getPrefixLengthInternal() argument
214 equals(Object other) equals() argument
[all...]
H A DTimeZoneAdapter.java80 public boolean hasSameRules(java.util.TimeZone other) { in hasSameRules() argument
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DPluralRanges.java150 public boolean equals(Object other) { in equals() argument
288 public boolean equals(Object other) { in equals() argument
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
H A DRegion.java534 public boolean contains(Region other) { in contains() argument
583 public int compareTo(Region other) { in compareTo() argument
H A DAnnualTimeZoneRule.java214 public boolean isEquivalentTo(TimeZoneRule other) { in isEquivalentTo() argument
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/parse/
H A DParsedNumber.java86 public void copyFrom(ParsedNumber other) { in copyFrom() argument
170 isBetterThan(ParsedNumber other) isBetterThan() argument
[all...]
/third_party/icu/icu4c/source/i18n/
H A Dcollationsettings.cpp30 CollationSettings::CollationSettings(const CollationSettings &other) in CollationSettings() argument
225 copyReorderingFrom(const CollationSettings &other, UErrorCode &errorCode) copyReorderingFrom() argument
[all...]
H A Dethpccal.cpp39 EthiopicCalendar::EthiopicCalendar(const EthiopicCalendar& other) in EthiopicCalendar() argument
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

Completed in 12 milliseconds

1...<<11121314151617181920>>...65