Home
last modified time | relevance | path

Searched refs:resolvedOptions (Results 1 – 12 of 12) sorted by relevance

/third_party/node/test/parallel/
Dtest-intl.js110 const resolvedOptions = numberFormat.resolvedOptions(); constant
111 assert.strictEqual(resolvedOptions.locale, 'en-US');
112 assert.strictEqual(resolvedOptions.style, 'percent');
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_intl.js62 resolvedOptions: function () { method
74 resolvedOptions: function () { method
113 resolvedOptions: function () { method
137 resolvedOptions: function () { method
/third_party/typescript/src/lib/
Des2018.intl.d.ts29 resolvedOptions(): ResolvedPluralRulesOptions; method
Des2020.intl.d.ts180 resolvedOptions(): ResolvedRelativeTimeFormatOptions; method
Des2020.bigint.d.ts706 resolvedOptions(): ResolvedNumberFormatOptions; method
Des5.d.ts4286 resolvedOptions(): ResolvedCollatorOptions; method
4324 resolvedOptions(): ResolvedNumberFormatOptions; method
4367 resolvedOptions(): ResolvedDateTimeFormatOptions; method
/third_party/typescript/lib/
Dlib.es2018.intl.d.ts49 resolvedOptions(): ResolvedPluralRulesOptions; method
Dlib.es2020.intl.d.ts200 resolvedOptions(): ResolvedRelativeTimeFormatOptions; method
Dlib.es2020.bigint.d.ts726 resolvedOptions(): ResolvedNumberFormatOptions; method
Dlib.es5.d.ts4306 resolvedOptions(): ResolvedCollatorOptions; method
4344 resolvedOptions(): ResolvedNumberFormatOptions; method
4387 resolvedOptions(): ResolvedDateTimeFormatOptions; method
/third_party/typescript/tests/lib/
Dlib.d.ts3879 resolvedOptions(): ResolvedCollatorOptions; method
3929 resolvedOptions(): ResolvedNumberFormatOptions; method
3982 resolvedOptions(): ResolvedDateTimeFormatOptions; method
/third_party/node/doc/changelogs/
DCHANGELOG_V14.md1021 …hub.com/nodejs/node/commit/45c2ea3b72)] - **test**: add NumberFormat resolvedOptions test (Richard…