/third_party/icu/icu4c/source/test/intltest/ |
D | numbertest_patternmodifier.cpp | 40 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()
|
D | numbertest_api.cpp | 221 … 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/ |
D | unumberformatter.h | 282 UNUM_SIGN_ALWAYS, enumerator
|
/third_party/icu/icu4c/source/i18n/unicode/ |
D | unumberformatter.h | 384 UNUM_SIGN_ALWAYS, enumerator
|
/third_party/skia/third_party/externals/icu/source/i18n/unicode/ |
D | unumberformatter.h | 388 UNUM_SIGN_ALWAYS, enumerator
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | number_scientific.cpp | 56 } else if (fExponent >= 0 && fHandler->fSettings.fExponentSignDisplay == UNUM_SIGN_ALWAYS) { in apply()
|
D | number_mapper.cpp | 188 macros.sign = properties.signAlwaysShown ? UNUM_SIGN_ALWAYS : UNUM_SIGN_AUTO; in oldToNew() 217 properties.exponentSignAlwaysShown ? UNUM_SIGN_ALWAYS : UNUM_SIGN_AUTO); in oldToNew()
|
D | number_skeletons.cpp | 283 return UNUM_SIGN_ALWAYS; in signDisplay() 410 case UNUM_SIGN_ALWAYS: in signDisplay() 1257 signDisplay = UNUM_SIGN_ALWAYS; in parseScientificStem()
|
D | number_patternstring.cpp | 1080 case UNUM_SIGN_ALWAYS: in resolveSignDisplay()
|
/third_party/icu/icu4c/source/i18n/ |
D | number_scientific.cpp | 56 } else if (fExponent >= 0 && fHandler->fSettings.fExponentSignDisplay == UNUM_SIGN_ALWAYS) { in apply()
|
D | number_mapper.cpp | 189 macros.sign = properties.signAlwaysShown ? UNUM_SIGN_ALWAYS : UNUM_SIGN_AUTO; in oldToNew() 218 properties.exponentSignAlwaysShown ? UNUM_SIGN_ALWAYS : UNUM_SIGN_AUTO); in oldToNew()
|
D | number_skeletons.cpp | 284 return UNUM_SIGN_ALWAYS; in signDisplay() 411 case UNUM_SIGN_ALWAYS: in signDisplay() 1263 signDisplay = UNUM_SIGN_ALWAYS; in parseScientificStem()
|
D | number_patternstring.cpp | 1158 case UNUM_SIGN_ALWAYS: in resolveSignDisplay()
|
/third_party/node/deps/icu-small/source/i18n/ |
D | number_scientific.cpp | 56 } else if (fExponent >= 0 && fHandler->fSettings.fExponentSignDisplay == UNUM_SIGN_ALWAYS) { in apply()
|
D | number_mapper.cpp | 189 macros.sign = properties.signAlwaysShown ? UNUM_SIGN_ALWAYS : UNUM_SIGN_AUTO; in oldToNew() 218 properties.exponentSignAlwaysShown ? UNUM_SIGN_ALWAYS : UNUM_SIGN_AUTO); in oldToNew()
|
D | number_skeletons.cpp | 284 return UNUM_SIGN_ALWAYS; in signDisplay() 411 case UNUM_SIGN_ALWAYS: in signDisplay() 1263 signDisplay = UNUM_SIGN_ALWAYS; in parseScientificStem()
|
D | number_patternstring.cpp | 1158 case UNUM_SIGN_ALWAYS: in resolveSignDisplay()
|
/third_party/node/deps/v8/src/objects/ |
D | js-number-format.cc | 176 return UNumberSignDisplay::UNUM_SIGN_ALWAYS; in ToUNumberSignDisplay()
|