Home
last modified time | relevance | path

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

/third_party/icu/icu4c/source/test/intltest/
Dnumbertest_patternmodifier.cpp40 mod.setPatternAttributes(UNUM_SIGN_ALWAYS, false, false); in testBasic()
67 mod.setPatternAttributes(UNUM_SIGN_ALWAYS, false, true); in testBasic()
81 mod.setPatternAttributes(UNUM_SIGN_ALWAYS, false, false); in testBasic()
108 mod.setPatternAttributes(UNUM_SIGN_ALWAYS, false, true); in testBasic()
189 mod.setPatternAttributes(UNUM_SIGN_ALWAYS, false, false); in testMutableEqualsImmutable()
Dnumbertest_api.cpp221 … Notation::scientific().withExponentSignDisplay(UNumberSignDisplay::UNUM_SIGN_ALWAYS)), in notationScientific()
4657 NumberFormatter::with().sign(UNumberSignDisplay::UNUM_SIGN_ALWAYS), in sign()
4666 NumberFormatter::with().sign(UNumberSignDisplay::UNUM_SIGN_ALWAYS), in sign()
4675 NumberFormatter::with().sign(UNumberSignDisplay::UNUM_SIGN_ALWAYS), in sign()
4946 { UNUM_SIGN_ALWAYS, 1.1, u"+1" }, in signNearZero()
4947 { UNUM_SIGN_ALWAYS, 0.9, u"+1" }, in signNearZero()
4948 { UNUM_SIGN_ALWAYS, 0.1, u"+0" }, in signNearZero()
4949 { UNUM_SIGN_ALWAYS, -0.1, u"-0" }, in signNearZero()
4950 { UNUM_SIGN_ALWAYS, -0.9, u"-1" }, in signNearZero()
4951 { UNUM_SIGN_ALWAYS, -1.1, u"-1" }, in signNearZero()
[all …]
/third_party/node/deps/icu-small/source/i18n/unicode/
Dunumberformatter.h282 UNUM_SIGN_ALWAYS, enumerator
/third_party/icu/icu4c/source/i18n/unicode/
Dunumberformatter.h384 UNUM_SIGN_ALWAYS, enumerator
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
Dunumberformatter.h388 UNUM_SIGN_ALWAYS, enumerator
/third_party/skia/third_party/externals/icu/source/i18n/
Dnumber_scientific.cpp56 } else if (fExponent >= 0 && fHandler->fSettings.fExponentSignDisplay == UNUM_SIGN_ALWAYS) { in apply()
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.cpp283 return UNUM_SIGN_ALWAYS; in signDisplay()
410 case UNUM_SIGN_ALWAYS: in signDisplay()
1257 signDisplay = UNUM_SIGN_ALWAYS; in parseScientificStem()
Dnumber_patternstring.cpp1080 case UNUM_SIGN_ALWAYS: in resolveSignDisplay()
/third_party/icu/icu4c/source/i18n/
Dnumber_scientific.cpp56 } else if (fExponent >= 0 && fHandler->fSettings.fExponentSignDisplay == UNUM_SIGN_ALWAYS) { in apply()
Dnumber_mapper.cpp189 macros.sign = properties.signAlwaysShown ? UNUM_SIGN_ALWAYS : UNUM_SIGN_AUTO; in oldToNew()
218 properties.exponentSignAlwaysShown ? UNUM_SIGN_ALWAYS : UNUM_SIGN_AUTO); in oldToNew()
Dnumber_skeletons.cpp284 return UNUM_SIGN_ALWAYS; in signDisplay()
411 case UNUM_SIGN_ALWAYS: in signDisplay()
1263 signDisplay = UNUM_SIGN_ALWAYS; in parseScientificStem()
Dnumber_patternstring.cpp1158 case UNUM_SIGN_ALWAYS: in resolveSignDisplay()
/third_party/node/deps/icu-small/source/i18n/
Dnumber_scientific.cpp56 } else if (fExponent >= 0 && fHandler->fSettings.fExponentSignDisplay == UNUM_SIGN_ALWAYS) { in apply()
Dnumber_mapper.cpp189 macros.sign = properties.signAlwaysShown ? UNUM_SIGN_ALWAYS : UNUM_SIGN_AUTO; in oldToNew()
218 properties.exponentSignAlwaysShown ? UNUM_SIGN_ALWAYS : UNUM_SIGN_AUTO); in oldToNew()
Dnumber_skeletons.cpp284 return UNUM_SIGN_ALWAYS; in signDisplay()
411 case UNUM_SIGN_ALWAYS: in signDisplay()
1263 signDisplay = UNUM_SIGN_ALWAYS; in parseScientificStem()
Dnumber_patternstring.cpp1158 case UNUM_SIGN_ALWAYS: in resolveSignDisplay()
/third_party/node/deps/v8/src/objects/
Djs-number-format.cc176 return UNumberSignDisplay::UNUM_SIGN_ALWAYS; in ToUNumberSignDisplay()