/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/ |
H A D | FCDUTF16CollationIterator.java | 42 public boolean equals(Object other) { in equals() argument
|
/third_party/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/util/ |
H A D | Timer.java | 70 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 D | IntTrie.java | 227 public boolean equals(Object other) in equals() argument
|
H A D | StringSegment.java | 144 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 D | TimeZoneAdapter.java | 80 public boolean hasSameRules(java.util.TimeZone other) { in hasSameRules() argument
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
H A D | PluralRanges.java | 150 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 D | Region.java | 534 public boolean contains(Region other) { in contains() argument 583 public int compareTo(Region other) { in compareTo() argument
|
H A D | AnnualTimeZoneRule.java | 214 public boolean isEquivalentTo(TimeZoneRule other) { in isEquivalentTo() argument
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/parse/ |
H A D | ParsedNumber.java | 86 public void copyFrom(ParsedNumber other) { in copyFrom() argument 170 isBetterThan(ParsedNumber other) isBetterThan() argument [all...] |
/third_party/icu/icu4c/source/i18n/ |
H A D | collationsettings.cpp | 30 CollationSettings::CollationSettings(const CollationSettings &other) in CollationSettings() argument 225 copyReorderingFrom(const CollationSettings &other, UErrorCode &errorCode) copyReorderingFrom() argument [all...] |
H A D | ethpccal.cpp | 39 EthiopicCalendar::EthiopicCalendar(const EthiopicCalendar& other) in EthiopicCalendar() argument
|
H A D | measunit_impl.h | 217 MeasureUnitImpl(MeasureUnitImpl &&other) = default; global() member in MeasureUnitImpl [all...] |
H A D | quantityformatter.cpp | 39 QuantityFormatter::QuantityFormatter(const QuantityFormatter &other) { in QuantityFormatter() argument 49 operator =( const QuantityFormatter& other) operator =() argument
|
H A D | search.cpp | 25 SearchIterator::SearchIterator(const SearchIterator &other) in SearchIterator() argument [all...] |
H A D | selfmt.cpp | 51 SelectFormat::SelectFormat(const SelectFormat& other) : Format(other), in SelectFormat() argument 160 SelectFormat::operator=(const SelectFormat& other) { in operator =() argument [all...] |
H A D | strrepl.cpp | 70 StringReplacer::StringReplacer(const StringReplacer& other) : in StringReplacer() argument
|
H A D | string_segment.cpp | 104 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 D | number_utils.cpp | 101 DecNum::DecNum(const DecNum& other, UErrorCode& status) in DecNum() argument
|
H A D | numrange_fluent.cpp | 198 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 D | scientificnumberformatter.cpp | 261 ScientificNumberFormatter( const ScientificNumberFormatter &other) ScientificNumberFormatter() argument
|
H A D | number_microprops.h | 48 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 D | sortkey.cpp | 75 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 D | unifiedcache.h | 42 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 D | uvectr32.cpp | 76 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 D | zone-list-inl.h | 27 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
|