Searched refs:UNUM_SIGN_ALWAYS (Results 1 – 8 of 8) sorted by relevance
41 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()
172 … 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()
315 UNUM_SIGN_ALWAYS, enumerator
56 } else if (fExponent >= 0 && fHandler->fSettings.fExponentSignDisplay == UNUM_SIGN_ALWAYS) { in apply()
194 macros.sign = properties.signAlwaysShown ? UNUM_SIGN_ALWAYS : UNUM_SIGN_AUTO; in oldToNew()223 properties.exponentSignAlwaysShown ? UNUM_SIGN_ALWAYS : UNUM_SIGN_AUTO); in oldToNew()
306 …mberSignDisplay signDisplay = (0 != (parseFlags & PARSE_FLAG_PLUS_SIGN_ALLOWED)) ? UNUM_SIGN_ALWAYS in createAffixMatchers()
263 return UNUM_SIGN_ALWAYS; in signDisplay()371 case UNUM_SIGN_ALWAYS: in signDisplay()
1012 signDisplay == UNUM_SIGN_ALWAYS || signDisplay == UNUM_SIGN_ACCOUNTING_ALWAYS || ( in patternInfoToStringBuilder()