/third_party/icu/icu4c/source/test/intltest/ |
D | numbertest_patternmodifier.cpp | 30 mod.setPatternAttributes(UNUM_SIGN_AUTO, false, false); in testBasic() 60 mod.setPatternAttributes(UNUM_SIGN_AUTO, false, true); in testBasic() 77 mod.setPatternAttributes(UNUM_SIGN_AUTO, false, false); in testBasic() 101 mod.setPatternAttributes(UNUM_SIGN_AUTO, false, true); in testBasic() 122 mod.setPatternAttributes(UNUM_SIGN_AUTO, false, false); in testPatternWithNoPlaceholder() 164 mod.setPatternAttributes(UNUM_SIGN_AUTO, false, false); in testMutableEqualsImmutable()
|
D | numbertest_api.cpp | 4630 NumberFormatter::with().sign(UNumberSignDisplay::UNUM_SIGN_AUTO), in sign() 4639 NumberFormatter::with().sign(UNumberSignDisplay::UNUM_SIGN_AUTO), in sign() 4648 NumberFormatter::with().sign(UNumberSignDisplay::UNUM_SIGN_AUTO), in sign() 4940 { UNUM_SIGN_AUTO, 1.1, u"1" }, in signNearZero() 4941 { UNUM_SIGN_AUTO, 0.9, u"1" }, in signNearZero() 4942 { UNUM_SIGN_AUTO, 0.1, u"0" }, in signNearZero() 4943 { UNUM_SIGN_AUTO, -0.1, u"-0" }, // interesting case in signNearZero() 4944 { UNUM_SIGN_AUTO, -0.9, u"-1" }, in signNearZero() 4945 { UNUM_SIGN_AUTO, -1.1, u"-1" }, in signNearZero() 4988 { UNUM_SIGN_AUTO, { u"-∞", u"-1", u"-0", u"0", u"1", u"∞", u"NaN", u"-NaN" } }, in signCoverage()
|
/third_party/icu/icu4c/source/i18n/ |
D | number_notation.cpp | 22 settings.fExponentSignDisplay = UNUM_SIGN_AUTO; in scientific() 33 settings.fExponentSignDisplay = UNUM_SIGN_AUTO; in engineering()
|
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 | 282 return UNUM_SIGN_AUTO; in signDisplay() 408 case UNUM_SIGN_AUTO: in signDisplay() 1256 UNumberSignDisplay signDisplay = UNUM_SIGN_AUTO; in parseScientificStem() 1555 if (impl.fExponentSignDisplay != UNUM_SIGN_AUTO) { in notation() 1739 if (macros.sign == UNUM_SIGN_AUTO || macros.sign == UNUM_SIGN_COUNT) { in sign()
|
D | number_formatimpl.cpp | 321 fMicros.sign = UNUM_SIGN_AUTO; in macrosToMicroGenerator()
|
D | number_patternstring.cpp | 1144 case UNUM_SIGN_AUTO: in resolveSignDisplay()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | number_notation.cpp | 22 settings.fExponentSignDisplay = UNUM_SIGN_AUTO; in scientific() 33 settings.fExponentSignDisplay = UNUM_SIGN_AUTO; in engineering()
|
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 | 281 return UNUM_SIGN_AUTO; in signDisplay() 407 case UNUM_SIGN_AUTO: in signDisplay() 1250 UNumberSignDisplay signDisplay = UNUM_SIGN_AUTO; in parseScientificStem() 1549 if (impl.fExponentSignDisplay != UNUM_SIGN_AUTO) { in notation() 1717 if (macros.sign == UNUM_SIGN_AUTO || macros.sign == UNUM_SIGN_COUNT) { in sign()
|
D | number_formatimpl.cpp | 321 fMicros.sign = UNUM_SIGN_AUTO; in macrosToMicroGenerator()
|
D | number_patternstring.cpp | 1066 case UNUM_SIGN_AUTO: in resolveSignDisplay()
|
/third_party/node/deps/icu-small/source/i18n/ |
D | number_notation.cpp | 22 settings.fExponentSignDisplay = UNUM_SIGN_AUTO; in scientific() 33 settings.fExponentSignDisplay = UNUM_SIGN_AUTO; in engineering()
|
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 | 282 return UNUM_SIGN_AUTO; in signDisplay() 408 case UNUM_SIGN_AUTO: in signDisplay() 1256 UNumberSignDisplay signDisplay = UNUM_SIGN_AUTO; in parseScientificStem() 1555 if (impl.fExponentSignDisplay != UNUM_SIGN_AUTO) { in notation() 1739 if (macros.sign == UNUM_SIGN_AUTO || macros.sign == UNUM_SIGN_COUNT) { in sign()
|
D | number_formatimpl.cpp | 321 fMicros.sign = UNUM_SIGN_AUTO; in macrosToMicroGenerator()
|
D | number_patternstring.cpp | 1144 case UNUM_SIGN_AUTO: in resolveSignDisplay()
|
/third_party/node/deps/icu-small/source/i18n/unicode/ |
D | unumberformatter.h | 274 UNUM_SIGN_AUTO, enumerator
|
/third_party/icu/icu4c/source/i18n/unicode/ |
D | unumberformatter.h | 376 UNUM_SIGN_AUTO, enumerator
|
/third_party/skia/third_party/externals/icu/source/i18n/unicode/ |
D | unumberformatter.h | 380 UNUM_SIGN_AUTO, enumerator
|
/third_party/node/deps/v8/src/objects/ |
D | js-number-format.cc | 168 return UNumberSignDisplay::UNUM_SIGN_AUTO; in ToUNumberSignDisplay()
|