Home
last modified time | relevance | path

Searched refs:ScientificSettings (Results 1 – 4 of 4) sorted by relevance

/external/icu/icu4c/source/i18n/
Dnumber_notation.cpp18 ScientificSettings settings; in scientific()
29 ScientificSettings settings; in engineering()
42 ScientificSettings settings; in ScientificNotation()
71 ScientificSettings settings = fUnion.scientific; in withMinExponentDigits()
82 ScientificSettings settings = fUnion.scientific; in withExponentSignDisplay()
Dnumber_scientific.h55 const Notation::ScientificSettings& fSettings;
Dnumber_skeletons.cpp1303 const Notation::ScientificSettings& impl = macros.notation.fUnion.scientific; in notation()
/external/icu/icu4c/source/i18n/unicode/
Dnumberformatter.h332 struct ScientificSettings { struct
350 typedef NotationUnion::ScientificSettings ScientificSettings; argument