Home
last modified time | relevance | path

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

/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.cpp188 macros.sign = properties.signAlwaysShown ? UNUM_SIGN_ALWAYS : UNUM_SIGN_AUTO; in oldToNew()
217 properties.exponentSignAlwaysShown ? UNUM_SIGN_ALWAYS : UNUM_SIGN_AUTO); in oldToNew()
Dnumber_skeletons.cpp268 return UNUM_SIGN_AUTO; in signDisplay()
381 case UNUM_SIGN_AUTO: in signDisplay()
1218 UNumberSignDisplay signDisplay = UNUM_SIGN_AUTO; in parseScientificStem()
1492 if (impl.fExponentSignDisplay != UNUM_SIGN_AUTO) { in notation()
1655 if (macros.sign == UNUM_SIGN_AUTO || macros.sign == UNUM_SIGN_COUNT) { in sign()
Dnumber_formatimpl.cpp317 fMicros.sign = UNUM_SIGN_AUTO; in macrosToMicroGenerator()
Dnumber_patternstring.cpp1066 case UNUM_SIGN_AUTO: in resolveSignDisplay()
/external/icu/icu4c/source/test/intltest/
Dnumbertest_patternmodifier.cpp30 mod.setPatternAttributes(UNUM_SIGN_AUTO, false); in testBasic()
64 mod.setPatternAttributes(UNUM_SIGN_AUTO, false); in testBasic()
96 mod.setPatternAttributes(UNUM_SIGN_AUTO, false); in testPatternWithNoPlaceholder()
138 mod.setPatternAttributes(UNUM_SIGN_AUTO, false); in testMutableEqualsImmutable()
Dnumbertest_api.cpp3051 NumberFormatter::with().sign(UNumberSignDisplay::UNUM_SIGN_AUTO), in sign()
3060 NumberFormatter::with().sign(UNumberSignDisplay::UNUM_SIGN_AUTO), in sign()
3069 NumberFormatter::with().sign(UNumberSignDisplay::UNUM_SIGN_AUTO), in sign()
3307 { UNUM_SIGN_AUTO, 1.1, u"1" }, in signNearZero()
3308 { UNUM_SIGN_AUTO, 0.9, u"1" }, in signNearZero()
3309 { UNUM_SIGN_AUTO, 0.1, u"0" }, in signNearZero()
3310 { UNUM_SIGN_AUTO, -0.1, u"-0" }, // interesting case in signNearZero()
3311 { UNUM_SIGN_AUTO, -0.9, u"-1" }, in signNearZero()
3312 { UNUM_SIGN_AUTO, -1.1, u"-1" }, in signNearZero()
3349 { UNUM_SIGN_AUTO, { u"-∞", u"-1", u"-0", u"0", u"1", u"∞", u"NaN", u"-NaN" } }, in signCoverage()
/external/icu/icu4c/source/i18n/unicode/
Dunumberformatter.h319 UNUM_SIGN_AUTO, enumerator
/external/icu/libicu/cts_headers/unicode/
Dunumberformatter.h319 UNUM_SIGN_AUTO, enumerator
/external/icu/libandroidicu/include/unicode/
Dunumberformatter.h319 UNUM_SIGN_AUTO, enumerator