Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dnumber_notation.cpp25 return {NTN_SCIENTIFIC, union_}; in scientific()
36 return {NTN_SCIENTIFIC, union_}; in engineering()
49 *this = {NTN_SCIENTIFIC, union_}; in ScientificNotation()
74 return {NTN_SCIENTIFIC, union_}; in withMinExponentDigits()
85 return {NTN_SCIENTIFIC, union_}; in withExponentSignDisplay()
Dnumber_formatimpl.cpp334 if (macros.notation.fType == Notation::NTN_SCIENTIFIC) { in macrosToMicroGenerator()
Dnumber_skeletons.cpp1302 } else if (macros.notation.fType == Notation::NTN_SCIENTIFIC) { in notation()
/external/icu/icu4c/source/i18n/unicode/
Dnumberformatter.h326 NTN_SCIENTIFIC, NTN_COMPACT, NTN_SIMPLE, NTN_ERROR enumerator