Home
last modified time | relevance | path

Searched defs:other (Results 1276 - 1300 of 1839) sorted by relevance

1...<<51525354555657585960>>...74

/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
H A DPluralRulesTest.java997 zero, one, two, few, many, other; global() enum constant
[all...]
H A DMeasureUnitTest.java81 public int compareTo(OrderedPair<F, S> other) { in compareTo() argument
/third_party/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/util/
H A DUnicodeMap.java70 public UnicodeMap(UnicodeMap other) { in UnicodeMap() argument
92 public boolean equals(Object other) { in equals() argument
674 public UnicodeMap<T> composeWith(UnicodeMap<T> other, Composer<T> composer) { in composeWith() argument
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DAlphabeticIndex.java795 private static boolean isOneLabelBetterThanOther(Normalizer2 nfkdNormalizer, String one, String other) { in isOneLabelBetterThanOther() argument
/third_party/icu/icu4c/source/i18n/
H A Dmeasfmt.cpp376 MeasureFormat::MeasureFormat(const MeasureFormat &other) : in MeasureFormat() argument
391 operator =(const MeasureFormat &other) operator =() argument
[all...]
H A Dlistformatter.cpp272 ListFormatter::ListFormatter(const ListFormatter& other) : in ListFormatter() argument
280 ListFormatter& ListFormatter::operator=(const ListFormatter& other) { in operator =() argument
[all...]
H A Dchnsecal.cpp144 ChineseCalendar::ChineseCalendar(const ChineseCalendar& other) : Calendar(other) { in ChineseCalendar() argument
/third_party/icu/icu4c/source/common/
H A Dutrie2_builder.cpp249 cloneBuilder(const UNewTrie2 *other) { in cloneBuilder() argument
299 utrie2_clone(const UTrie2 *other, UErrorCode *pErrorCode) utrie2_clone() argument
405 utrie2_cloneAsThawed(const UTrie2 *other, UErrorCode *pErrorCode) utrie2_cloneAsThawed() argument
[all...]
H A Dutrie.cpp116 utrie_clone(UNewTrie *fillIn, const UNewTrie *other, uint32_t *aliasData, int32_t aliasDataCapacity) { in utrie_clone() argument
[all...]
/third_party/json/include/nlohmann/
H A Djson.hpp1134 basic_json(const basic_json& other) in basic_json() argument
3483 swap(array_t& other) swap() argument
3499 swap(object_t& other) swap() argument
3515 swap(string_t& other) swap() argument
3531 swap(binary_t& other) swap() argument
3547 swap(typename binary_t::container_type& other) swap() argument
[all...]
/third_party/node/src/
H A Dnode_builtins.cc678 CopySourceAndCodeCacheReferenceFrom( const BuiltinLoader* other) CopySourceAndCodeCacheReferenceFrom() argument
/third_party/node/deps/icu-small/source/common/
H A Dfilteredbrk.cpp253 SimpleFilteredSentenceBreakIterator::SimpleFilteredSentenceBreakIterator(const SimpleFilteredSentenceBreakIterator& other) in SimpleFilteredSentenceBreakIterator() argument
H A Dlocid.cpp404 Locale::Locale(const Locale &other) in Locale() argument
415 Locale& Locale::operator=(const Locale& other) { in operator =() argument
[all...]
H A Dloclikelysubtags.cpp654 U_ASSERT(value < lsrsLength); const LSR &matched = lsrs[value]; if (returnInputIfUnmatch && (!(matchLanguage || matchScript || (matchRegion && language.empty())))) { return LSR(�, �, �, LSR::EXPLICIT_LSR, errorCode); } if (language.empty()) { language = StringPiece(�); } if (!(retainLanguage || retainScript || retainRegion)) { return LSR(matched.language, matched.script, matched.region, matched.flags); } if (!retainLanguage) { language = matched.language; } if (!retainScript) { script = matched.script; } if (!retainRegion) { region = matched.region; } int32_t retainMask = (retainLanguage ? 4 : 0) + (retainScript ? 2 : 0) + (retainRegion ? 1 : 0); return LSR(language, script, region, retainMask, errorCode); } 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 Dutrie2_builder.cpp249 cloneBuilder(const UNewTrie2 *other) { in cloneBuilder() argument
299 utrie2_clone(const UTrie2 *other, UErrorCode *pErrorCode) utrie2_clone() argument
405 utrie2_cloneAsThawed(const UTrie2 *other, UErrorCode *pErrorCode) utrie2_cloneAsThawed() argument
[all...]
H A Drbbi.cpp235 RuleBasedBreakIterator::RuleBasedBreakIterator(const RuleBasedBreakIterator& other) in RuleBasedBreakIterator() argument
H A Dutrie.cpp116 utrie_clone(UNewTrie *fillIn, const UNewTrie *other, uint32_t *aliasData, int32_t aliasDataCapacity) { in utrie_clone() argument
[all...]
/third_party/node/deps/googletest/include/gtest/
H A Dgtest-matchers.h285 MatcherBase(const MatcherBase& other) in MatcherBase() argument
290 MatcherBase& operator=(const MatcherBase& other) { in operator =() argument
299 MatcherBase(MatcherBase&& other) in MatcherBase() argument
304 operator =(MatcherBase&& other) operator =() argument
[all...]
/third_party/node/deps/icu-small/source/i18n/
H A Dmeasfmt.cpp376 MeasureFormat::MeasureFormat(const MeasureFormat &other) : in MeasureFormat() argument
391 operator =(const MeasureFormat &other) operator =() argument
[all...]
H A Dlistformatter.cpp272 ListFormatter::ListFormatter(const ListFormatter& other) : in ListFormatter() argument
280 ListFormatter& ListFormatter::operator=(const ListFormatter& other) { in operator =() argument
[all...]
/third_party/mesa3d/src/util/
H A Dregister_allocate.c209 struct ra_reg *other = &regs->regs[c]; in ra_make_reg_conflicts_transitive() local
/third_party/libinput/src/
H A Devdev-fallback.h133 } other; member
/third_party/node/deps/v8/src/compiler/
H A Dbytecode-analysis.cc55 void BytecodeLoopAssignments::Union(const BytecodeLoopAssignments& other) { in Union() argument
H A Dstore-store-elimination.cc520 Intersect(const UnobservablesSet& other, const UnobservablesSet& empty, Zone* zone) const Intersect() argument
[all...]
H A Dnode.h432 bool operator==(const Edge& other) { return input_ptr_ == other.input_ptr_; } in operator ==() argument
433 bool operator!=(const Edge& other) { return !(*this == other); } in operator !=() argument
496 iterator(const iterator& other) = default; member in v8::internal::compiler::final
603 iterator(const iterator& other) = default; global() member in v8::internal::compiler::final
[all...]

Completed in 33 milliseconds

1...<<51525354555657585960>>...74