Home
last modified time | relevance | path

Searched defs:other (Results 1226 - 1250 of 1908) sorted by relevance

1...<<41424344454647484950>>...77

/third_party/skia/third_party/externals/icu/source/i18n/
H A Dislamcal.cpp241 IslamicCalendar::IslamicCalendar(const IslamicCalendar& other) : Calendar(other), cType(other.cType) { in IslamicCalendar() argument
H A Dnumber_fluent.cpp397 UnlocalizedNumberFormatter::UnlocalizedNumberFormatter(const UNF& other) in UnlocalizedNumberFormatter() argument
400 UnlocalizedNumberFormatter::UnlocalizedNumberFormatter(const NFS<UNF>& other) in UnlocalizedNumberFormatter() argument
414 UnlocalizedNumberFormatter& UnlocalizedNumberFormatter::operator=(const UNF& other) { in operator =() argument
427 LocalizedNumberFormatter::LocalizedNumberFormatter(const LNF& other) in LocalizedNumberFormatter() argument
430 LocalizedNumberFormatter::LocalizedNumberFormatter(const NFS<LNF>& other) in LocalizedNumberFormatter() argument
444 operator =(const LNF& other) operator =() argument
[all...]
H A Dplurfmt.cpp140 PluralFormat::PluralFormat(const PluralFormat& other) in PluralFormat() argument
150 PluralFormat::copyObjects(const PluralFormat& other) { in copyObjects() argument
373 operator =(const PluralFormat& other) operator =() argument
[all...]
H A Dreldtfmt.cpp42 RelativeDateFormat::RelativeDateFormat(const RelativeDateFormat& other) : in RelativeDateFormat() argument
[all...]
H A Dtznames.cpp238 TimeZoneNamesDelegate* other = new TimeZoneNamesDelegate(); in clone() local
[all...]
H A Dwindtfmt.cpp180 Win32DateFormat::Win32DateFormat(const Win32DateFormat &other) in Win32DateFormat() argument
194 Win32DateFormat &Win32DateFormat::operator=(const Win32DateFormat &other) in operator =() argument
[all...]
/third_party/skia/third_party/externals/icu/source/tools/gennorm2/
H A Dnorms.h188 Norms(const Norms &other) = delete; member in Norms
189 Norms &operator=(const Norms &other) = delete; member in Norms
/third_party/skia/tests/
H A DRRectInPathTest.cpp204 SkRRect other; in test_empty_crbug_458524() local
/third_party/skia/third_party/externals/dawn/src/dawn_native/
H A DDawnNative.cpp49 Adapter::Adapter(const Adapter& other) = default; member in dawn_native::Adapter
50 Adapter& Adapter::operator=(const Adapter& other) = default; member in dawn_native::Adapter
H A DBindGroupLayout.cpp491 bool BindGroupLayoutBase::IsLayoutEqual(const BindGroupLayoutBase* other, in IsLayoutEqual() argument
/third_party/skia/tools/
H A DDDLPromiseImageHelper.cpp31 DDLPromiseImageHelper::PromiseImageInfo::PromiseImageInfo(PromiseImageInfo&& other) in PromiseImageInfo() argument
/third_party/skia/third_party/externals/icu/source/common/
H A Dbrkiter.cpp207 BreakIterator::BreakIterator(const BreakIterator &other) : UObject(other) { in BreakIterator() argument
212 BreakIterator &BreakIterator::operator =(const BreakIterator &other) { in operator =() argument
H A Dbytestriebuilder.cpp114 BytesTrieElement::compareStringTo(const BytesTrieElement &other, const CharString &strings) const { in compareStringTo() argument
H A Dloclikelysubtags.cpp472 U_ASSERT(value < lsrsLength); const LSR &result = lsrs[value]; if (*language == 0) { language = �; } if (retainOldMask == 0) { return LSR(result.language, result.script, result.region, result.flags); } if ((retainOldMask & 4) == 0) { language = result.language; } if ((retainOldMask & 2) == 0) { script = result.script; } if ((retainOldMask & 1) == 0) { region = result.region; } return LSR(language, script, region, retainOldMask); } int32_t XLikelySubtags::compareLikely(const LSR &lsr, const LSR &other, int32_t likelyInfo) const { if (uprv_strcmp(lsr.language, other.language) != 0) { return 0xfffffffc; } if (uprv_strcmp(lsr.script, other.script) != 0) { int32_t index; if (likelyInfo >= 0 && (likelyInfo & 2) == 0) maximize() argument
H A Ducharstriebuilder.cpp84 UCharsTrieElement::compareStringTo(const UCharsTrieElement &other, const UnicodeString &strings) const { in compareStringTo() argument
/third_party/skia/third_party/externals/icu/source/common/unicode/
H A Ducharstrie.h85 UCharsTrie(const UCharsTrie &other) in UCharsTrie() argument
/third_party/skia/third_party/externals/dawn/src/utils/
H A DWGPUHelpers.cpp120 ComboRenderPassDescriptor::ComboRenderPassDescriptor(const ComboRenderPassDescriptor& other) { in ComboRenderPassDescriptor() argument
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DMapField.java203 public void mergeFrom(MapField<K, V> other) { in mergeFrom() argument
H A DSmallSortedMap.java424 public int compareTo(Entry other) { in compareTo() argument
[all...]
H A DUnknownFieldSet.java94 public boolean equals(Object other) { in equals() argument
396 public Builder mergeFrom(UnknownFieldSet other) { in mergeFrom() argument
731 equals(Object other) equals() argument
976 mergeFrom(Field other) mergeFrom() argument
[all...]
/third_party/protobuf/ruby/ext/google/protobuf_c/
H A Dmap.c581 Map* other; in Map_eq() local
758 Map* other = ruby_to_Map(hashmap); Map_merge_into_self() local
[all...]
H A Drepeated_field.c426 RepeatedField* other; in RepeatedField_eq() local
[all...]
/third_party/python/Objects/
H A Dclassobject.c246 method_richcompare(PyObject *self, PyObject *other, int op) in method_richcompare() argument
454 instancemethod_richcompare(PyObject *self, PyObject *other, int op) in instancemethod_richcompare() argument
/third_party/protobuf/python/google/protobuf/pyext/
H A Drepeated_scalar_container.cc563 static PyObject* RichCompare(PyObject* pself, PyObject* other, int opid) { in Subscript() argument
H A Drepeated_composite_container.cc205 PyObject* MergeFrom(RepeatedCompositeContainer* self, PyObject* other) { in MergeFrom() argument
209 static PyObject* MergeFromMethod(PyObject* self, PyObject* other) { in MergeFromMethod() argument
327 static PyObject* RichCompare(PyObject* pself, PyObject* other, int opid) { in Subscript() argument

Completed in 24 milliseconds

1...<<41424344454647484950>>...77