Home
last modified time | relevance | path

Searched refs:NotationUnion (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4c/source/i18n/
Dnumber_notation.cpp23 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()
/external/icu/icu4c/source/i18n/unicode/
Dnumberformatter.h329 union NotationUnion { union
350 typedef NotationUnion::ScientificSettings ScientificSettings;
352 Notation(const NotationType &type, const NotationUnion &union_) : fType(type), fUnion(union_) {} in Notation()