Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/intltest/
Dnumbertest_patternmodifier.cpp41 mod.setPatternAttributes(UNUM_SIGN_ALWAYS, false); in testBasic()
66 mod.setPatternAttributes(UNUM_SIGN_ALWAYS, false); in testBasic()
161 mod.setPatternAttributes(UNUM_SIGN_ALWAYS, false); in testMutableEqualsImmutable()
Dnumbertest_api.cpp172 … Notation::scientific().withExponentSignDisplay(UNumberSignDisplay::UNUM_SIGN_ALWAYS)), in notationScientific()
1752 NumberFormatter::with().sign(UNumberSignDisplay::UNUM_SIGN_ALWAYS), in sign()
1760 NumberFormatter::with().sign(UNumberSignDisplay::UNUM_SIGN_ALWAYS), in sign()
1768 NumberFormatter::with().sign(UNumberSignDisplay::UNUM_SIGN_ALWAYS), in sign()
/external/icu/icu4c/source/i18n/unicode/
Dunumberformatter.h315 UNUM_SIGN_ALWAYS, enumerator
/external/icu/icu4c/source/i18n/
Dnumber_scientific.cpp56 } else if (fExponent >= 0 && fHandler->fSettings.fExponentSignDisplay == UNUM_SIGN_ALWAYS) { in apply()
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()
Dnumparse_affixes.cpp306 …mberSignDisplay signDisplay = (0 != (parseFlags & PARSE_FLAG_PLUS_SIGN_ALLOWED)) ? UNUM_SIGN_ALWAYS in createAffixMatchers()
Dnumber_skeletons.cpp263 return UNUM_SIGN_ALWAYS; in signDisplay()
371 case UNUM_SIGN_ALWAYS: in signDisplay()
Dnumber_patternstring.cpp1012 signDisplay == UNUM_SIGN_ALWAYS || signDisplay == UNUM_SIGN_ACCOUNTING_ALWAYS || ( in patternInfoToStringBuilder()