Searched refs:NotationUnion (Results 1 – 2 of 2) sorted by relevance
23 NotationUnion union_; in scientific()34 NotationUnion union_; in engineering()47 NotationUnion union_; in ScientificNotation()53 NotationUnion union_; in compactShort()59 NotationUnion union_; in compactLong()73 NotationUnion union_ = {settings}; in withMinExponentDigits()84 NotationUnion union_ = {settings}; in withExponentSignDisplay()
329 union NotationUnion { union350 typedef NotationUnion::ScientificSettings ScientificSettings;352 Notation(const NotationType &type, const NotationUnion &union_) : fType(type), fUnion(union_) {} in Notation()