Home
last modified time | relevance | path

Searched defs:maximumSignificantDigits (Results 1 – 14 of 14) sorted by relevance

/third_party/typescript/lib/
Dlib.es2018.intl.d.ts34 maximumSignificantDigits?: number | undefined; property
45 maximumSignificantDigits?: number; property
Dlib.es2020.bigint.d.ts88maximumSignificantDigits?: 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | … property
Dlib.es5.d.ts4415 maximumSignificantDigits?: number | undefined; property
4427 maximumSignificantDigits?: number; property
/third_party/typescript/src/lib/
Des2018.intl.d.ts14 maximumSignificantDigits?: number | undefined; property
25 maximumSignificantDigits?: number; property
Des2020.bigint.d.ts68maximumSignificantDigits?: 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | … property
Des5.d.ts4395 maximumSignificantDigits?: number | undefined; property
4407 maximumSignificantDigits?: number; property
/third_party/node/test/parallel/
Dtest-intl.js123 const opts = { maximumSignificantDigits: 4 }; property
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_intl.js183 maximumSignificantDigits: '[PC preview] unknow maximumSignificantDigits', property
201 maximumSignificantDigits: '[PC preview] unknow maximumSignificantDigits', property
/third_party/node/deps/icu-small/source/i18n/
Dnumber_decimfmtprops.h116 int32_t maximumSignificantDigits; member
/third_party/icu/icu4c/source/i18n/
Dnumber_decimfmtprops.h116 int32_t maximumSignificantDigits; member
/third_party/skia/third_party/externals/icu/source/i18n/
Dnumber_decimfmtprops.h115 int32_t maximumSignificantDigits; member
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/
DDecimalFormatProperties.java107 private transient int maximumSignificantDigits; field in DecimalFormatProperties
909 public DecimalFormatProperties setMaximumSignificantDigits(int maximumSignificantDigits) { in setMaximumSignificantDigits()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/
DDecimalFormatProperties.java103 private transient int maximumSignificantDigits; field in DecimalFormatProperties
925 public DecimalFormatProperties setMaximumSignificantDigits(int maximumSignificantDigits) { in setMaximumSignificantDigits()
/third_party/typescript/tests/lib/
Dlib.d.ts3903 maximumSignificantDigits?: number; property
3921 maximumSignificantDigits?: number; property