Home
last modified time | relevance | path

Searched refs:UNUM_SIGN_AUTO (Results 1 – 21 of 21) sorted by relevance

/third_party/icu/icu4c/source/test/intltest/
Dnumbertest_patternmodifier.cpp30 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()
Dnumbertest_api.cpp4630 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/
Dnumber_notation.cpp22 settings.fExponentSignDisplay = UNUM_SIGN_AUTO; in scientific()
33 settings.fExponentSignDisplay = UNUM_SIGN_AUTO; in engineering()
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.cpp282 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()
Dnumber_formatimpl.cpp321 fMicros.sign = UNUM_SIGN_AUTO; in macrosToMicroGenerator()
Dnumber_patternstring.cpp1144 case UNUM_SIGN_AUTO: in resolveSignDisplay()
/third_party/skia/third_party/externals/icu/source/i18n/
Dnumber_notation.cpp22 settings.fExponentSignDisplay = UNUM_SIGN_AUTO; in scientific()
33 settings.fExponentSignDisplay = UNUM_SIGN_AUTO; in engineering()
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.cpp281 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()
Dnumber_formatimpl.cpp321 fMicros.sign = UNUM_SIGN_AUTO; in macrosToMicroGenerator()
Dnumber_patternstring.cpp1066 case UNUM_SIGN_AUTO: in resolveSignDisplay()
/third_party/node/deps/icu-small/source/i18n/
Dnumber_notation.cpp22 settings.fExponentSignDisplay = UNUM_SIGN_AUTO; in scientific()
33 settings.fExponentSignDisplay = UNUM_SIGN_AUTO; in engineering()
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.cpp282 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()
Dnumber_formatimpl.cpp321 fMicros.sign = UNUM_SIGN_AUTO; in macrosToMicroGenerator()
Dnumber_patternstring.cpp1144 case UNUM_SIGN_AUTO: in resolveSignDisplay()
/third_party/node/deps/icu-small/source/i18n/unicode/
Dunumberformatter.h274 UNUM_SIGN_AUTO, enumerator
/third_party/icu/icu4c/source/i18n/unicode/
Dunumberformatter.h376 UNUM_SIGN_AUTO, enumerator
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
Dunumberformatter.h380 UNUM_SIGN_AUTO, enumerator
/third_party/node/deps/v8/src/objects/
Djs-number-format.cc168 return UNumberSignDisplay::UNUM_SIGN_AUTO; in ToUNumberSignDisplay()