Home
last modified time | relevance | path

Searched refs:union_ (Results 1 – 18 of 18) sorted by relevance

/third_party/icu/icu4c/source/i18n/
Dnumber_notation.cpp23 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 …]
Dnumber_rounding.cpp286 PrecisionUnion union_; in constructFraction() local
287 union_.fracSig = settings; in constructFraction()
288 return {RND_FRACTION, union_}; in constructFraction()
297 PrecisionUnion union_; in constructSignificant() local
298 union_.fracSig = settings; in constructSignificant()
299 return {RND_SIGNIFICANT, union_}; in constructSignificant()
314 PrecisionUnion union_; in constructFractionSignificant() local
315 union_.fracSig = settings; in constructFractionSignificant()
316 return {RND_FRACTION_SIGNIFICANT, union_}; in constructFractionSignificant()
327 PrecisionUnion union_; in constructIncrement() local
[all …]
/third_party/skia/third_party/externals/icu/source/i18n/
Dnumber_notation.cpp23 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 …]
Dnumber_rounding.cpp297 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/
Dnumber_notation.cpp23 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 …]
Dnumber_rounding.cpp286 PrecisionUnion union_; in constructFraction() local
287 union_.fracSig = settings; in constructFraction()
288 return {RND_FRACTION, union_}; in constructFraction()
297 PrecisionUnion union_; in constructSignificant() local
298 union_.fracSig = settings; in constructSignificant()
299 return {RND_SIGNIFICANT, union_}; in constructSignificant()
314 PrecisionUnion union_; in constructFractionSignificant() local
315 union_.fracSig = settings; in constructFractionSignificant()
316 return {RND_FRACTION_SIGNIFICANT, union_}; in constructFractionSignificant()
327 PrecisionUnion union_; in constructIncrement() local
[all …]
/third_party/protobuf/src/google/protobuf/
Dmessage_lite.h127 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/
Dhb-set.hh130 void union_ (const hb_sparseset_t &other) { s.union_ (other.s); } in union_() function
Dhb-set.cc387 set->union_ (*other); in hb_set_union()
Dhb-bit-set-invertible.hh176 void union_ (const hb_bit_set_invertible_t &other) in union_() function
Dhb-subset-plan.cc245 glyphs_colred->union_ (glyphset_colrv0); in _colr_closure()
Dhb-bit-set.hh580 void union_ (const hb_bit_set_t &other) { process (hb_bitwise_or, other); } in union_() function
/third_party/node/deps/icu-small/source/i18n/unicode/
Dnumberformatter.h378 Notation(const NotationType &type, const NotationUnion &union_) : fType(type), fUnion(union_) {} in Notation() argument
768 Precision(const PrecisionType& type, const PrecisionUnion& union_) in Precision() argument
769 : fType(type), fUnion(union_) {} in Precision()
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
Dnumberformatter.h370 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/
Dnumberformatter.h372 Notation(const NotationType &type, const NotationUnion &union_) : fType(type), fUnion(union_) {} in Notation() argument
764 Precision(const PrecisionType& type, const PrecisionUnion& union_) in Precision() argument
765 : fType(type), fUnion(union_) {} in Precision()
/third_party/libabigail/tests/data/test-annotate/
Dtest17-pr19027.so.abi31374 <!-- 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/
Dtest17-pr19027.so.abi20071 …<function-decl name='union_' mangled-name='_ZN8hb_set_t6union_EPKS_' filepath='/tmp/legendre/spack…
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp83077 static nsIAtom* union_; member in nsGkAtoms