Home
last modified time | relevance | path

Searched refs:UNUM_SIGN_NEVER (Results 1 – 15 of 15) sorted by relevance

/third_party/node/deps/icu-small/source/i18n/unicode/
Dunumberformatter.h289 UNUM_SIGN_NEVER, enumerator
/third_party/icu/icu4c/source/test/intltest/
Dnumbertest_patternmodifier.cpp55 mod.setPatternAttributes(UNUM_SIGN_NEVER, false, false); in testBasic()
96 mod.setPatternAttributes(UNUM_SIGN_NEVER, false, false); in testBasic()
Dnumbertest_api.cpp4684 NumberFormatter::with().sign(UNumberSignDisplay::UNUM_SIGN_NEVER), in sign()
4693 NumberFormatter::with().sign(UNumberSignDisplay::UNUM_SIGN_NEVER), in sign()
4702 NumberFormatter::with().sign(UNumberSignDisplay::UNUM_SIGN_NEVER), in sign()
4990 { UNUM_SIGN_NEVER, { u"∞", u"1", u"0", u"0", u"1", u"∞", u"NaN", u"NaN" } }, in signCoverage()
/third_party/icu/icu4c/source/i18n/unicode/
Dunumberformatter.h391 UNUM_SIGN_NEVER, enumerator
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
Dunumberformatter.h395 UNUM_SIGN_NEVER, enumerator
/third_party/skia/third_party/externals/icu/source/i18n/
Dnumber_scientific.cpp49 if (fExponent < 0 && fHandler->fSettings.fExponentSignDisplay != UNUM_SIGN_NEVER) { in apply()
Dnumber_skeletons.cpp285 return UNUM_SIGN_NEVER; in signDisplay()
413 case UNUM_SIGN_NEVER: in signDisplay()
Dnumber_patternstring.cpp1123 case UNUM_SIGN_NEVER: in resolveSignDisplay()
/third_party/icu/icu4c/source/i18n/
Dnumber_scientific.cpp49 if (fExponent < 0 && fHandler->fSettings.fExponentSignDisplay != UNUM_SIGN_NEVER) { in apply()
Dnumber_skeletons.cpp286 return UNUM_SIGN_NEVER; in signDisplay()
414 case UNUM_SIGN_NEVER: in signDisplay()
Dnumber_patternstring.cpp1201 case UNUM_SIGN_NEVER: in resolveSignDisplay()
/third_party/node/deps/icu-small/source/i18n/
Dnumber_scientific.cpp49 if (fExponent < 0 && fHandler->fSettings.fExponentSignDisplay != UNUM_SIGN_NEVER) { in apply()
Dnumber_skeletons.cpp286 return UNUM_SIGN_NEVER; in signDisplay()
414 case UNUM_SIGN_NEVER: in signDisplay()
Dnumber_patternstring.cpp1201 case UNUM_SIGN_NEVER: in resolveSignDisplay()
/third_party/node/deps/v8/src/objects/
Djs-number-format.cc170 return UNumberSignDisplay::UNUM_SIGN_NEVER; in ToUNumberSignDisplay()