/third_party/node/deps/icu-small/source/i18n/ |
D | number_notation.cpp | 16 ScientificNotation Notation::scientific() { in scientific() 28 ScientificNotation Notation::engineering() { in engineering() 52 Notation Notation::compactShort() { in compactShort() 58 Notation Notation::compactLong() { in compactLong() 64 Notation Notation::simple() { in simple()
|
D | number_scientific.h | 46 ScientificHandler(const Notation *notation, const DecimalFormatSymbols *symbols, 55 const Notation::ScientificSettings fSettings;
|
/third_party/icu/icu4c/source/i18n/ |
D | number_notation.cpp | 16 ScientificNotation Notation::scientific() { in scientific() 28 ScientificNotation Notation::engineering() { in engineering() 52 Notation Notation::compactShort() { in compactShort() 58 Notation Notation::compactLong() { in compactLong() 64 Notation Notation::simple() { in simple()
|
D | number_scientific.h | 46 ScientificHandler(const Notation *notation, const DecimalFormatSymbols *symbols, 55 const Notation::ScientificSettings& fSettings;
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | number_notation.cpp | 16 ScientificNotation Notation::scientific() { in scientific() 28 ScientificNotation Notation::engineering() { in engineering() 52 Notation Notation::compactShort() { in compactShort() 58 Notation Notation::compactLong() { in compactLong() 64 Notation Notation::simple() { in simple()
|
D | number_scientific.h | 46 ScientificHandler(const Notation *notation, const DecimalFormatSymbols *symbols, 55 const Notation::ScientificSettings& fSettings;
|
/third_party/flutter/skia/third_party/externals/icu/source/i18n/ |
D | number_notation.cpp | 16 ScientificNotation Notation::scientific() { in scientific() 28 ScientificNotation Notation::engineering() { in engineering() 52 Notation Notation::compactShort() { in compactShort() 58 Notation Notation::compactLong() { in compactLong() 64 Notation Notation::simple() { in simple()
|
D | number_scientific.h | 46 ScientificHandler(const Notation *notation, const DecimalFormatSymbols *symbols, 55 const Notation::ScientificSettings& fSettings;
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/number/ |
D | NumberFormatterApiTest.java | 40 import ohos.global.icu.number.Notation; 99 NumberFormatter.with().notation(Notation.simple()), in notationSimple() 127 NumberFormatter.with().notation(Notation.scientific()), in notationScientific() 143 NumberFormatter.with().notation(Notation.engineering()), in notationScientific() 159 …NumberFormatter.with().notation(Notation.scientific().withExponentSignDisplay(SignDisplay.ALWAYS)), in notationScientific() 175 NumberFormatter.with().notation(Notation.scientific().withMinExponentDigits(2)), in notationScientific() 191 NumberFormatter.with().notation(Notation.scientific()), in notationScientific() 200 NumberFormatter.with().notation(Notation.scientific()), in notationScientific() 209 NumberFormatter.with().notation(Notation.scientific()), in notationScientific() 221 NumberFormatter.with().notation(Notation.compactShort()), in notationCompact() [all …]
|
D | NumberRangeFormatterTest.java | 24 import ohos.global.icu.number.Notation; 433 .numberFormatterBoth(NumberFormatter.with().notation(Notation.compactLong())), in testCollapse() 450 .numberFormatterBoth(NumberFormatter.with().notation(Notation.compactLong())), in testCollapse() 466 ….numberFormatterBoth(NumberFormatter.with().notation(Notation.compactShort()).unit(MeasureUnit.MET… in testCollapse() 483 ….numberFormatterBoth(NumberFormatter.with().notation(Notation.compactShort()).unit(MeasureUnit.MET… in testCollapse() 500 ….numberFormatterBoth(NumberFormatter.with().notation(Notation.compactShort()).unit(MeasureUnit.MET… in testCollapse() 517 ….numberFormatterBoth(NumberFormatter.with().notation(Notation.compactShort()).unit(MeasureUnit.MET… in testCollapse() 534 .numberFormatterBoth(NumberFormatter.with().notation(Notation.scientific())), in testCollapse() 551 .numberFormatterBoth(NumberFormatter.with().notation(Notation.scientific())), in testCollapse() 619 .numberFormatterBoth(NumberFormatter.with().notation(Notation.compactShort())), in testIdentity() [all …]
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/number/ |
D | NumberFormatterApiTest.java | 36 import com.ibm.icu.number.Notation; 96 NumberFormatter.with().notation(Notation.simple()), in notationSimple() 124 NumberFormatter.with().notation(Notation.scientific()), in notationScientific() 140 NumberFormatter.with().notation(Notation.engineering()), in notationScientific() 156 …NumberFormatter.with().notation(Notation.scientific().withExponentSignDisplay(SignDisplay.ALWAYS)), in notationScientific() 172 NumberFormatter.with().notation(Notation.scientific().withMinExponentDigits(2)), in notationScientific() 188 NumberFormatter.with().notation(Notation.scientific()), in notationScientific() 197 NumberFormatter.with().notation(Notation.scientific()), in notationScientific() 206 NumberFormatter.with().notation(Notation.scientific()), in notationScientific() 218 NumberFormatter.with().notation(Notation.compactShort()), in notationCompact() [all …]
|
D | NumberRangeFormatterTest.java | 22 import com.ibm.icu.number.Notation; 429 .numberFormatterBoth(NumberFormatter.with().notation(Notation.compactLong())), in testCollapse() 446 .numberFormatterBoth(NumberFormatter.with().notation(Notation.compactLong())), in testCollapse() 462 ….numberFormatterBoth(NumberFormatter.with().notation(Notation.compactShort()).unit(MeasureUnit.MET… in testCollapse() 479 ….numberFormatterBoth(NumberFormatter.with().notation(Notation.compactShort()).unit(MeasureUnit.MET… in testCollapse() 496 ….numberFormatterBoth(NumberFormatter.with().notation(Notation.compactShort()).unit(MeasureUnit.MET… in testCollapse() 513 ….numberFormatterBoth(NumberFormatter.with().notation(Notation.compactShort()).unit(MeasureUnit.MET… in testCollapse() 530 .numberFormatterBoth(NumberFormatter.with().notation(Notation.scientific())), in testCollapse() 547 .numberFormatterBoth(NumberFormatter.with().notation(Notation.scientific())), in testCollapse() 615 .numberFormatterBoth(NumberFormatter.with().notation(Notation.compactShort())), in testIdentity() [all …]
|
/third_party/flutter/skia/third_party/externals/icu/source/i18n/unicode/ |
D | numberformatter.h | 101 class Notation; variable 165 typedef Notation CompactNotation; 172 typedef Notation SimpleNotation; 179 class U_I18N_API Notation : public UMemory { 352 Notation(const NotationType &type, const NotationUnion &union_) : fType(type), fUnion(union_) {} in Notation() function 354 Notation(UErrorCode errorCode) : fType(NTN_ERROR) { in Notation() function 358 Notation() : fType(NTN_SIMPLE), fUnion() {} in Notation() function 389 class U_I18N_API ScientificNotation : public Notation { 423 using Notation::Notation; 429 friend class Notation; variable [all …]
|
/third_party/node/deps/icu-small/source/i18n/unicode/ |
D | numberformatter.h | 114 class Notation; variable 183 typedef Notation CompactNotation; 190 typedef Notation SimpleNotation; 197 class U_I18N_API Notation : public UMemory { 370 Notation(const NotationType &type, const NotationUnion &union_) : fType(type), fUnion(union_) {} in Notation() function 372 Notation(UErrorCode errorCode) : fType(NTN_ERROR) { in Notation() function 376 Notation() : fType(NTN_SIMPLE), fUnion() {} in Notation() function 407 class U_I18N_API ScientificNotation : public Notation { 441 using Notation::Notation; 447 friend class Notation; variable [all …]
|
/third_party/icu/icu4c/source/i18n/unicode/ |
D | numberformatter.h | 114 class Notation; variable 183 typedef Notation CompactNotation; 190 typedef Notation SimpleNotation; 197 class U_I18N_API Notation : public UMemory { 370 Notation(const NotationType &type, const NotationUnion &union_) : fType(type), fUnion(union_) {} in Notation() function 372 Notation(UErrorCode errorCode) : fType(NTN_ERROR) { in Notation() function 376 Notation() : fType(NTN_SIMPLE), fUnion() {} in Notation() function 407 class U_I18N_API ScientificNotation : public Notation { 441 using Notation::Notation; 447 friend class Notation; variable [all …]
|
/third_party/skia/third_party/externals/icu/source/i18n/unicode/ |
D | numberformatter.h | 114 class Notation; variable 183 typedef Notation CompactNotation; 190 typedef Notation SimpleNotation; 197 class U_I18N_API Notation : public UMemory { 370 Notation(const NotationType &type, const NotationUnion &union_) : fType(type), fUnion(union_) {} in Notation() function 372 Notation(UErrorCode errorCode) : fType(NTN_ERROR) { in Notation() function 376 Notation() : fType(NTN_SIMPLE), fUnion() {} in Notation() function 407 class U_I18N_API ScientificNotation : public Notation { 441 using Notation::Notation; 447 friend class Notation; variable [all …]
|
/third_party/icu/icu4c/source/test/intltest/ |
D | numbertest_api.cpp | 152 NumberFormatter::with().notation(Notation::simple()), in notationSimple() 180 NumberFormatter::with().notation(Notation::scientific()), in notationScientific() 196 NumberFormatter::with().notation(Notation::engineering()), in notationScientific() 213 … Notation::scientific().withExponentSignDisplay(UNumberSignDisplay::UNUM_SIGN_ALWAYS)), in notationScientific() 229 NumberFormatter::with().notation(Notation::scientific().withMinExponentDigits(2)), in notationScientific() 245 NumberFormatter::with().notation(Notation::scientific()), in notationScientific() 254 NumberFormatter::with().notation(Notation::scientific()), in notationScientific() 263 NumberFormatter::with().notation(Notation::scientific()), in notationScientific() 274 NumberFormatter::with().notation(Notation::compactShort()), in notationCompact() 290 NumberFormatter::with().notation(Notation::compactLong()), in notationCompact() [all …]
|
D | numbertest_range.cpp | 432 .numberFormatterBoth(NumberFormatter::with().notation(Notation::compactLong())), in testCollapse() 449 .numberFormatterBoth(NumberFormatter::with().notation(Notation::compactLong())), in testCollapse() 465 … .numberFormatterBoth(NumberFormatter::with().notation(Notation::compactShort()).unit(METER)), in testCollapse() 482 … .numberFormatterBoth(NumberFormatter::with().notation(Notation::compactShort()).unit(METER)), in testCollapse() 499 … .numberFormatterBoth(NumberFormatter::with().notation(Notation::compactShort()).unit(METER)), in testCollapse() 516 … .numberFormatterBoth(NumberFormatter::with().notation(Notation::compactShort()).unit(METER)), in testCollapse() 533 .numberFormatterBoth(NumberFormatter::with().notation(Notation::scientific())), in testCollapse() 550 .numberFormatterBoth(NumberFormatter::with().notation(Notation::scientific())), in testCollapse() 617 .numberFormatterBoth(NumberFormatter::with().notation(Notation::compactShort())), in testIdentity() 738 .notation(Notation::compactShort())) in testFieldPositions()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/number/ |
D | Notation.java | 14 public class Notation { class 29 /* package-private */ Notation() { in Notation() method in Notation
|
D | SimpleNotation.java | 15 public class SimpleNotation extends Notation {
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/number/ |
D | Notation.java | 15 public class Notation { class 30 /* package-private */ Notation() { in Notation() method in Notation
|
D | SimpleNotation.java | 16 public class SimpleNotation extends Notation {
|
/third_party/icu/docs/userguide/format_parse/numbers/ |
D | index.md | 23 - Scientific Notation 24 - Compact Notation
|
/third_party/boost/libs/fusion/doc/ |
D | view.qbk | 49 [variablelist Notation 106 [variablelist Notation 170 [variablelist Notation 237 [variablelist Notation 298 [variablelist Notation 369 [variablelist Notation 453 [variablelist Notation 519 [variablelist Notation 580 [variablelist Notation 643 [variablelist Notation
|
/third_party/boost/libs/spirit/doc/qi/ |
D | operator.qbk | 70 [variablelist Notation 145 [variablelist Notation 207 [variablelist Notation 288 [variablelist Notation 376 [variablelist Notation 437 [variablelist Notation 506 [variablelist Notation 562 [variablelist Notation 634 [variablelist Notation 702 [variablelist Notation [all …]
|