/third_party/icu/icu4c/source/i18n/ |
D | number_notation.cpp | 23 NotationUnion union_; in scientific() local 24 union_.scientific = settings; in scientific() 25 return {NTN_SCIENTIFIC, union_}; in scientific() 34 NotationUnion union_; in engineering() local 35 union_.scientific = settings; in engineering() 36 return {NTN_SCIENTIFIC, union_}; in engineering() 47 NotationUnion union_; in ScientificNotation() local 48 union_.scientific = settings; in ScientificNotation() 49 *this = {NTN_SCIENTIFIC, union_}; in ScientificNotation() 53 NotationUnion union_; in compactShort() local [all …]
|
D | number_rounding.cpp | 297 PrecisionUnion union_; in constructFraction() local 298 union_.fracSig = settings; in constructFraction() 299 return {RND_FRACTION, union_}; in constructFraction() 308 PrecisionUnion union_; in constructSignificant() local 309 union_.fracSig = settings; in constructSignificant() 310 return {RND_SIGNIFICANT, union_}; in constructSignificant() 323 PrecisionUnion union_; in constructFractionSignificant() local 324 union_.fracSig = settings; in constructFractionSignificant() 325 return {RND_FRACTION_SIGNIFICANT, union_}; in constructFractionSignificant() 339 PrecisionUnion union_; in constructIncrement() local [all …]
|
/third_party/node/deps/icu-small/source/i18n/ |
D | number_notation.cpp | 23 NotationUnion union_; in scientific() local 24 union_.scientific = settings; in scientific() 25 return {NTN_SCIENTIFIC, union_}; in scientific() 34 NotationUnion union_; in engineering() local 35 union_.scientific = settings; in engineering() 36 return {NTN_SCIENTIFIC, union_}; in engineering() 47 NotationUnion union_; in ScientificNotation() local 48 union_.scientific = settings; in ScientificNotation() 49 *this = {NTN_SCIENTIFIC, union_}; in ScientificNotation() 53 NotationUnion union_; in compactShort() local [all …]
|
D | number_rounding.cpp | 300 PrecisionUnion union_; in constructFraction() local 301 union_.fracSig = settings; in constructFraction() 302 return {RND_FRACTION, union_}; in constructFraction() 311 PrecisionUnion union_; in constructSignificant() local 312 union_.fracSig = settings; in constructSignificant() 313 return {RND_SIGNIFICANT, union_}; in constructSignificant() 326 PrecisionUnion union_; in constructFractionSignificant() local 327 union_.fracSig = settings; in constructFractionSignificant() 328 return {RND_FRACTION_SIGNIFICANT, union_}; in constructFractionSignificant() 342 PrecisionUnion union_; in constructIncrement() local [all …]
|
/third_party/flutter/skia/third_party/externals/icu/source/i18n/ |
D | number_notation.cpp | 23 NotationUnion union_; in scientific() local 24 union_.scientific = settings; in scientific() 25 return {NTN_SCIENTIFIC, union_}; in scientific() 34 NotationUnion union_; in engineering() local 35 union_.scientific = settings; in engineering() 36 return {NTN_SCIENTIFIC, union_}; in engineering() 47 NotationUnion union_; in ScientificNotation() local 48 union_.scientific = settings; in ScientificNotation() 49 *this = {NTN_SCIENTIFIC, union_}; in ScientificNotation() 53 NotationUnion union_; in compactShort() local [all …]
|
D | number_rounding.cpp | 229 PrecisionUnion union_; in constructFraction() local 230 union_.fracSig = settings; in constructFraction() 231 return {RND_FRACTION, union_, kDefaultMode}; in constructFraction() 240 PrecisionUnion union_; in constructSignificant() local 241 union_.fracSig = settings; in constructSignificant() 242 return {RND_SIGNIFICANT, union_, kDefaultMode}; in constructSignificant() 250 PrecisionUnion union_; in constructFractionSignificant() local 251 union_.fracSig = settings; in constructFractionSignificant() 252 return {RND_FRACTION_SIGNIFICANT, union_, kDefaultMode}; in constructFractionSignificant() 262 PrecisionUnion union_; in constructIncrement() local [all …]
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | number_notation.cpp | 23 NotationUnion union_; in scientific() local 24 union_.scientific = settings; in scientific() 25 return {NTN_SCIENTIFIC, union_}; in scientific() 34 NotationUnion union_; in engineering() local 35 union_.scientific = settings; in engineering() 36 return {NTN_SCIENTIFIC, union_}; in engineering() 47 NotationUnion union_; in ScientificNotation() local 48 union_.scientific = settings; in ScientificNotation() 49 *this = {NTN_SCIENTIFIC, union_}; in ScientificNotation() 53 NotationUnion union_; in compactShort() local [all …]
|
D | number_rounding.cpp | 297 PrecisionUnion union_; in constructFraction() local 298 union_.fracSig = settings; in constructFraction() 299 return {RND_FRACTION, union_}; in constructFraction() 308 PrecisionUnion union_; in constructSignificant() local 309 union_.fracSig = settings; in constructSignificant() 310 return {RND_SIGNIFICANT, union_}; in constructSignificant() 323 PrecisionUnion union_; in constructFractionSignificant() local 324 union_.fracSig = settings; in constructFractionSignificant() 325 return {RND_FRACTION_SIGNIFICANT, union_}; in constructFractionSignificant() 339 PrecisionUnion union_; in constructIncrement() local [all …]
|
/third_party/protobuf/src/google/protobuf/ |
D | message_lite.h | 127 void DefaultConstruct() { new (&union_) T(); } in DefaultConstruct() 131 new (&union_) T(std::forward<Args>(args)...); in Construct() 136 constexpr const T& get() const { return reinterpret_cast<const T&>(union_); } in get() 137 T* get_mutable() { return reinterpret_cast<T*>(&union_); } in get_mutable() 145 } union_; variable
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
D | hb-set.hh | 130 void union_ (const hb_sparseset_t &other) { s.union_ (other.s); } in union_() function
|
D | hb-set.cc | 387 set->union_ (*other); in hb_set_union()
|
D | hb-bit-set-invertible.hh | 176 void union_ (const hb_bit_set_invertible_t &other) in union_() function
|
D | hb-subset-plan.cc | 245 glyphs_colred->union_ (glyphset_colrv0); in _colr_closure()
|
D | hb-bit-set.hh | 580 void union_ (const hb_bit_set_t &other) { process (hb_bitwise_or, other); } in union_() function
|
/third_party/flutter/skia/third_party/externals/icu/source/i18n/unicode/ |
D | numberformatter.h | 352 Notation(const NotationType &type, const NotationUnion &union_) : fType(type), fUnion(union_) {} in Notation() argument 755 Precision(const PrecisionType& type, const PrecisionUnion& union_, in Precision() argument 757 : fType(type), fUnion(union_), fRoundingMode(roundingMode) {} in Precision()
|
/third_party/skia/third_party/externals/icu/source/i18n/unicode/ |
D | numberformatter.h | 370 Notation(const NotationType &type, const NotationUnion &union_) : fType(type), fUnion(union_) {} in Notation() argument 730 Precision(const PrecisionType& type, const PrecisionUnion& union_) in Precision() argument 731 : fType(type), fUnion(union_) {} in Precision()
|
/third_party/icu/icu4c/source/i18n/unicode/ |
D | numberformatter.h | 370 Notation(const NotationType &type, const NotationUnion &union_) : fType(type), fUnion(union_) {} in Notation() argument 730 Precision(const PrecisionType& type, const PrecisionUnion& union_) in Precision() argument 731 : fType(type), fUnion(union_) {} in Precision()
|
/third_party/node/deps/icu-small/source/i18n/unicode/ |
D | numberformatter.h | 370 Notation(const NotationType &type, const NotationUnion &union_) : fType(type), fUnion(union_) {} in Notation() argument 730 Precision(const PrecisionType& type, const PrecisionUnion& union_) in Precision() argument 731 : fType(type), fUnion(union_) {} in Precision()
|
/third_party/harfbuzz/src/ |
D | hb-set.cc | 362 set->union_ (other); in hb_set_union()
|
D | hb-set.hh | 696 void union_ (const hb_set_t *other) in union_() function
|
/third_party/flutter/skia/third_party/externals/harfbuzz/src/ |
D | hb-set.cc | 341 set->union_ (other); in hb_set_union()
|
D | hb-set.hh | 543 void union_ (const hb_set_t *other) in union_() function
|
/third_party/libabigail/tests/data/test-annotate/ |
D | test17-pr19027.so.abi | 31374 <!-- void hb_set_t::union_(const hb_set_t*) --> 31375 …<function-decl name='union_' mangled-name='_ZN8hb_set_t6union_EPKS_' filepath='/tmp/legendre/spack…
|
/third_party/libabigail/tests/data/test-read-dwarf/ |
D | test17-pr19027.so.abi | 20071 …<function-decl name='union_' mangled-name='_ZN8hb_set_t6union_EPKS_' filepath='/tmp/legendre/spack…
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
D | stylo.hpp | 83077 static nsIAtom* union_; member in nsGkAtoms
|