Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dnumber_notation.cpp55 return {NTN_COMPACT, union_}; in compactShort()
61 return {NTN_COMPACT, union_}; in compactLong()
Dnumber_formatimpl.cpp275 } else if (macros.notation.fType == Notation::NTN_COMPACT) { in macrosToMicroGenerator()
294 } else if (macros.notation.fType == Notation::NTN_COMPACT) { in macrosToMicroGenerator()
395 if (macros.notation.fType == Notation::NTN_COMPACT) { in macrosToMicroGenerator()
Dnumber_skeletons.cpp1288 if (macros.notation.fType == Notation::NTN_COMPACT) { in notation()
/external/icu/icu4c/source/i18n/unicode/
Dnumberformatter.h326 NTN_SCIENTIFIC, NTN_COMPACT, NTN_SIMPLE, NTN_ERROR enumerator