Home
last modified time | relevance | path

Searched refs:UNUM_SIGN_AUTO (Results 1 – 8 of 8) sorted by relevance

/external/icu/icu4c/source/test/intltest/
Dnumbertest_patternmodifier.cpp30 mod.setPatternAttributes(UNUM_SIGN_AUTO, false); in testBasic()
62 mod.setPatternAttributes(UNUM_SIGN_AUTO, false); in testBasic()
92 mod.setPatternAttributes(UNUM_SIGN_AUTO, false); in testPatternWithNoPlaceholder()
135 mod.setPatternAttributes(UNUM_SIGN_AUTO, false); in testMutableEqualsImmutable()
Dnumbertest_api.cpp1728 NumberFormatter::with().sign(UNumberSignDisplay::UNUM_SIGN_AUTO), in sign()
1736 NumberFormatter::with().sign(UNumberSignDisplay::UNUM_SIGN_AUTO), in sign()
1744 NumberFormatter::with().sign(UNumberSignDisplay::UNUM_SIGN_AUTO), in sign()
/external/icu/icu4c/source/i18n/
Dnumber_notation.cpp22 settings.fExponentSignDisplay = UNUM_SIGN_AUTO; in scientific()
33 settings.fExponentSignDisplay = UNUM_SIGN_AUTO; in engineering()
Dnumber_mapper.cpp194 macros.sign = properties.signAlwaysShown ? UNUM_SIGN_ALWAYS : UNUM_SIGN_AUTO; in oldToNew()
223 properties.exponentSignAlwaysShown ? UNUM_SIGN_ALWAYS : UNUM_SIGN_AUTO); in oldToNew()
Dnumber_skeletons.cpp261 return UNUM_SIGN_AUTO; in signDisplay()
368 case UNUM_SIGN_AUTO: in signDisplay()
1316 if (impl.fExponentSignDisplay != UNUM_SIGN_AUTO) { in notation()
1481 if (macros.sign == UNUM_SIGN_AUTO || macros.sign == UNUM_SIGN_COUNT) { in sign()
Dnumparse_affixes.cpp307 … : UNUM_SIGN_AUTO; in createAffixMatchers()
Dnumber_formatimpl.cpp320 fMicros.sign = UNUM_SIGN_AUTO; in macrosToMicroGenerator()
/external/icu/icu4c/source/i18n/unicode/
Dunumberformatter.h307 UNUM_SIGN_AUTO, enumerator