/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/ |
H A D | PluralRulesTest.java | 997 zero, one, two, few, many, other; global() enum constant [all...] |
H A D | MeasureUnitTest.java | 81 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 D | UnicodeMap.java | 70 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 D | AlphabeticIndex.java | 795 private static boolean isOneLabelBetterThanOther(Normalizer2 nfkdNormalizer, String one, String other) { in isOneLabelBetterThanOther() argument
|
/third_party/icu/icu4c/source/i18n/ |
H A D | measfmt.cpp | 376 MeasureFormat::MeasureFormat(const MeasureFormat &other) : in MeasureFormat() argument 391 operator =(const MeasureFormat &other) operator =() argument [all...] |
H A D | listformatter.cpp | 272 ListFormatter::ListFormatter(const ListFormatter& other) : in ListFormatter() argument 280 ListFormatter& ListFormatter::operator=(const ListFormatter& other) { in operator =() argument [all...] |
H A D | chnsecal.cpp | 144 ChineseCalendar::ChineseCalendar(const ChineseCalendar& other) : Calendar(other) { in ChineseCalendar() argument
|
/third_party/icu/icu4c/source/common/ |
H A D | utrie2_builder.cpp | 249 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 D | utrie.cpp | 116 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 D | json.hpp | 1134 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 D | node_builtins.cc | 678 CopySourceAndCodeCacheReferenceFrom( const BuiltinLoader* other) CopySourceAndCodeCacheReferenceFrom() argument
|
/third_party/node/deps/icu-small/source/common/ |
H A D | filteredbrk.cpp | 253 SimpleFilteredSentenceBreakIterator::SimpleFilteredSentenceBreakIterator(const SimpleFilteredSentenceBreakIterator& other) in SimpleFilteredSentenceBreakIterator() argument
|
H A D | locid.cpp | 404 Locale::Locale(const Locale &other) in Locale() argument 415 Locale& Locale::operator=(const Locale& other) { in operator =() argument [all...] |
H A D | loclikelysubtags.cpp | 654 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 D | utrie2_builder.cpp | 249 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 D | rbbi.cpp | 235 RuleBasedBreakIterator::RuleBasedBreakIterator(const RuleBasedBreakIterator& other) in RuleBasedBreakIterator() argument
|
H A D | utrie.cpp | 116 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 D | gtest-matchers.h | 285 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 D | measfmt.cpp | 376 MeasureFormat::MeasureFormat(const MeasureFormat &other) : in MeasureFormat() argument 391 operator =(const MeasureFormat &other) operator =() argument [all...] |
H A D | listformatter.cpp | 272 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 D | register_allocate.c | 209 struct ra_reg *other = ®s->regs[c]; in ra_make_reg_conflicts_transitive() local
|
/third_party/libinput/src/ |
H A D | evdev-fallback.h | 133 } other; member
|
/third_party/node/deps/v8/src/compiler/ |
H A D | bytecode-analysis.cc | 55 void BytecodeLoopAssignments::Union(const BytecodeLoopAssignments& other) { in Union() argument
|
H A D | store-store-elimination.cc | 520 Intersect(const UnobservablesSet& other, const UnobservablesSet& empty, Zone* zone) const Intersect() argument [all...] |
H A D | node.h | 432 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...] |