Home
last modified time | relevance | path

Searched refs:formatRangeToParts (Results 1 – 9 of 9) sorted by relevance

/third_party/typescript/tests/baselines/reference/
DDateTimeFormatAndNumberFormatES2021.js6 new Intl.NumberFormat().formatRangeToParts
8 new Intl.DateTimeFormat().formatRangeToParts
14 new Intl.NumberFormat().formatRangeToParts;
16 new Intl.DateTimeFormat().formatRangeToParts;
DDateTimeFormatAndNumberFormatES2021.errors.txt3 …eTimeFormatAndNumberFormatES2021.ts(5,25): error TS2551: Property 'formatRangeToParts' does not ex…
15 new Intl.NumberFormat().formatRangeToParts
17 !!! error TS2551: Property 'formatRangeToParts' does not exist on type 'NumberFormat'. Did you mean…
20 new Intl.DateTimeFormat().formatRangeToParts
DDateTimeFormatAndNumberFormatES2021.types28 new Intl.NumberFormat().formatRangeToParts
29 >new Intl.NumberFormat().formatRangeToParts : any
34 >formatRangeToParts : any
44 new Intl.DateTimeFormat().formatRangeToParts
45 >new Intl.DateTimeFormat().formatRangeToParts : (startDate: number | bigint | Date, endDate: number…
50 >formatRangeToParts : (startDate: number | bigint | Date, endDate: number | bigint | Date) => Intl.…
DDateTimeFormatAndNumberFormatES2021.symbols23 new Intl.NumberFormat().formatRangeToParts
35 new Intl.DateTimeFormat().formatRangeToParts
36 >new Intl.DateTimeFormat().formatRangeToParts : Symbol(Intl.DateTimeFormat.formatRangeToParts, Decl…
40 >formatRangeToParts : Symbol(Intl.DateTimeFormat.formatRangeToParts, Decl(lib.es2021.intl.d.ts, --,…
/third_party/typescript/tests/cases/compiler/
DDateTimeFormatAndNumberFormatES2021.ts6 new Intl.NumberFormat().formatRangeToParts
8 new Intl.DateTimeFormat().formatRangeToParts
/third_party/typescript/lib/
Dlib.esnext.intl.d.ts28 formatRangeToParts(start: number | bigint, end: number | bigint): NumberRangeFormatPart[]; method
Dlib.es2021.intl.d.ts41formatRangeToParts(startDate: Date | number | bigint, endDate: Date | number | bigint): DateTimeRa… method
/third_party/typescript/src/lib/
Desnext.intl.d.ts8 formatRangeToParts(start: number | bigint, end: number | bigint): NumberRangeFormatPart[]; method
Des2021.intl.d.ts21formatRangeToParts(startDate: Date | number | bigint, endDate: Date | number | bigint): DateTimeRa… method