Home
last modified time | relevance | path

Searched refs:ka (Results 1 – 25 of 1038) sorted by relevance

12345678910>>...42

/third_party/libpsl/fuzz/libpsl_icu_load_fuzzer.in/
Ddded93d4497af2cf0fa8114436d32ff4898b7cc536 ظ..ka..kawas��ﷺas���.
43 ظ..ka..kawas��ﷺas��ﷺ-ﷺ!ظ.
47 ظ..ka..kawas��ﷺas��ﷺ-ﷺ!cityқaw
73 ظ..ka..kawas��ﷺas��ﷺ-ﷺ!ظ.
77 ظ..ka..kawas��ﷺas��ﷺ-ﷺ!cityқaw
78 ظ..ka..kawas��ﷺas��ﷺ-ﷺ!cityқaw
80 ظ..ka..kawas�aw
81 ظ..ka..kawas��ﷺas��ﷺ-ﷺ!cityқaw
82 ظ..ka..kawas��ﷺas��ﷺ-ﷺ!cityқaw
83 ظ#.ka..kawas��ﷺas��ﷺ-ﷺ!cityқaw
[all …]
/third_party/skia/third_party/externals/icu/source/data/unit/
Dceb.txt18 one{"{0} ka metro kada segundo kwadrado"}
19 other{"{0} ka mga metro kada segundo kwadrado"}
25 one{"{0} ka arcminute"}
26 other{"{0} ka mga arcminute"}
30 one{"{0} ka arcsecond"}
31 other{"{0} ka mga arcsecond"}
35 one{"{0} ka degree"}
36 other{"{0} ka mga degree"}
40 one{"{0} ka radian"}
41 other{"{0} ka mga radian"}
[all …]
/third_party/icu/icu4c/source/data/unit/
Dceb.txt18 one{"{0} ka metro kada segundo kwadrado"}
19 other{"{0} ka mga metro kada segundo kwadrado"}
25 one{"{0} ka arcminute"}
26 other{"{0} ka mga arcminute"}
30 one{"{0} ka arcsecond"}
31 other{"{0} ka mga arcsecond"}
35 one{"{0} ka degree"}
36 other{"{0} ka mga degree"}
40 one{"{0} ka radian"}
41 other{"{0} ka mga radian"}
[all …]
/third_party/typescript/tests/baselines/reference/
DobjectRestAssignment.types2 let ka: any;
3 >ka : any
15 let complex: { x: { ka, ki }, y: number };
16 >complex : { x: { ka; ki;}; y: number; }
17 >x : { ka: any; ki: any; }
18 >ka : any
22 ({x: { ka, ...nested }, y: other, ...rest} = complex);
23 >({x: { ka, ...nested }, y: other, ...rest} = complex) : { x: { ka: any; ki: any; }; y: number; }
24 >{x: { ka, ...nested }, y: other, ...rest} = complex : { x: { ka: any; ki: any; }; y: number; }
25 >{x: { ka, ...nested }, y: other, ...rest} : { x: { ki: any; ka: any; }; y: number; }
[all …]
DobjectRestParameterES5.types10 declare function suddenly(f: (a: { x: { z, ka }, y: string }) => void);
11 >suddenly : (f: (a: { x: { z; ka; }; y: string;}) => void) => any
12 >f : (a: { x: { z; ka; }; y: string;}) => void
13 >a : { x: { z; ka;}; y: string; }
14 >x : { z: any; ka: any; }
16 >ka : any
21 >suddenly : (f: (a: { x: { z: any; ka: any; }; y: string; }) => void) => any
22 >({ x: a, ...rest }) => rest.y : ({ x: a, ...rest }: { x: { z: any; ka: any; }; y: string; }) => st…
24 >a : { z: any; ka: any; }
30 …(({ x: { z = 12, ...nested }, ...rest } = { x: { z: 1, ka: 1 }, y: 'noo' }) => rest.y + nested.ka);
[all …]
DobjectRestParameter.types10 declare function suddenly(f: (a: { x: { z, ka }, y: string }) => void);
11 >suddenly : (f: (a: { x: { z; ka; }; y: string;}) => void) => any
12 >f : (a: { x: { z; ka; }; y: string;}) => void
13 >a : { x: { z; ka;}; y: string; }
14 >x : { z: any; ka: any; }
16 >ka : any
21 >suddenly : (f: (a: { x: { z: any; ka: any; }; y: string; }) => void) => any
22 >({ x: a, ...rest }) => rest.y : ({ x: a, ...rest }: { x: { z: any; ka: any; }; y: string; }) => st…
24 >a : { z: any; ka: any; }
30 …(({ x: { z = 12, ...nested }, ...rest } = { x: { z: 1, ka: 1 }, y: 'noo' }) => rest.y + nested.ka);
[all …]
DdefineProperty(target=esnext).js19 z = this.ka
20 constructor(public ka: number) {
23 ki = this.ka
46 ka; field in C
47 z = this.ka;
48 constructor(ka) { argument
50 this.ka = ka;
52 ki = this.ka;
DdefineProperty(target=esnext).symbols56 z = this.ka
58 >this.ka : Symbol(C.ka, Decl(defineProperty.ts, 18, 16))
60 >ka : Symbol(C.ka, Decl(defineProperty.ts, 18, 16))
62 constructor(public ka: number) {
63 >ka : Symbol(C.ka, Decl(defineProperty.ts, 18, 16))
68 ki = this.ka
70 >this.ka : Symbol(C.ka, Decl(defineProperty.ts, 18, 16))
72 >ka : Symbol(C.ka, Decl(defineProperty.ts, 18, 16))
DdefineProperty(target=es5).symbols56 z = this.ka
58 >this.ka : Symbol(C.ka, Decl(defineProperty.ts, 18, 16))
60 >ka : Symbol(C.ka, Decl(defineProperty.ts, 18, 16))
62 constructor(public ka: number) {
63 >ka : Symbol(C.ka, Decl(defineProperty.ts, 18, 16))
68 ki = this.ka
70 >this.ka : Symbol(C.ka, Decl(defineProperty.ts, 18, 16))
72 >ka : Symbol(C.ka, Decl(defineProperty.ts, 18, 16))
DdefineProperty(target=esnext).types59 z = this.ka
61 >this.ka : number
63 >ka : number
65 constructor(public ka: number) {
66 >ka : number
72 ki = this.ka
74 >this.ka : number
76 >ka : number
DdefineProperty(target=es5).types59 z = this.ka
61 >this.ka : number
63 >ka : number
65 constructor(public ka: number) {
66 >ka : number
72 ki = this.ka
74 >this.ka : number
76 >ka : number
DobjectRest.types81 let complex: { x: { ka, ki }, y: number };
82 >complex : { x: { ka; ki;}; y: number; }
83 >x : { ka: any; ki: any; }
84 >ka : any
88 var { x: { ka, ...nested }, y: other, ...rest } = complex;
90 >ka : any
95 >complex : { x: { ka: any; ki: any; }; y: number; }
97 ({x: { ka, ...nested }, y: other, ...rest} = complex);
98 >({x: { ka, ...nested }, y: other, ...rest} = complex) : { x: { ka: any; ki: any; }; y: number; }
99 >{x: { ka, ...nested }, y: other, ...rest} = complex : { x: { ka: any; ki: any; }; y: number; }
[all …]
DobjectRestAssignment.symbols2 let ka: any;
3 >ka : Symbol(ka, Decl(objectRestAssignment.ts, 0, 3))
15 let complex: { x: { ka, ki }, y: number };
18 >ka : Symbol(ka, Decl(objectRestAssignment.ts, 4, 19))
22 ({x: { ka, ...nested }, y: other, ...rest} = complex);
24 >ka : Symbol(ka, Decl(objectRestAssignment.ts, 5, 6))
32 let overEmit: { a: { ka: string, x: string }[], b: { z: string, ki: string, ku: string }, ke: strin…
35 >ka : Symbol(ka, Decl(objectRestAssignment.ts, 8, 20))
DdefineProperty(target=esnext).errors.txt3 …opertyMemberDeclarations/defineProperty.ts(18,14): error TS2729: Property 'ka' is used before its …
4 …opertyMemberDeclarations/defineProperty.ts(22,15): error TS2729: Property 'ka' is used before its …
31 z = this.ka
33 !!! error TS2729: Property 'ka' is used before its initialization.
34 …ases/conformance/classes/propertyMemberDeclarations/defineProperty.ts:19:17: 'ka' is declared here.
35 constructor(public ka: number) {
38 ki = this.ka
40 !!! error TS2729: Property 'ka' is used before its initialization.
41 …ases/conformance/classes/propertyMemberDeclarations/defineProperty.ts:19:17: 'ka' is declared here.
DdefineProperty(target=es5).js19 z = this.ka
20 constructor(public ka: number) {
23 ki = this.ka
112 function C(ka) { argument
118 value: ka
124 value: _this.ka
130 value: _this.ka
DobjectRestParameter.symbols10 declare function suddenly(f: (a: { x: { z, ka }, y: string }) => void);
16 >ka : Symbol(ka, Decl(objectRestParameter.ts, 3, 42))
28 …(({ x: { z = 12, ...nested }, ...rest } = { x: { z: 1, ka: 1 }, y: 'noo' }) => rest.y + nested.ka);
36 >ka : Symbol(ka, Decl(objectRestParameter.ts, 5, 62))
41 >nested.ka : Symbol(ka, Decl(objectRestParameter.ts, 3, 42))
43 >ka : Symbol(ka, Decl(objectRestParameter.ts, 3, 42))
DobjectRestParameterES5.symbols10 declare function suddenly(f: (a: { x: { z, ka }, y: string }) => void);
16 >ka : Symbol(ka, Decl(objectRestParameterES5.ts, 3, 42))
28 …(({ x: { z = 12, ...nested }, ...rest } = { x: { z: 1, ka: 1 }, y: 'noo' }) => rest.y + nested.ka);
36 >ka : Symbol(ka, Decl(objectRestParameterES5.ts, 5, 62))
41 >nested.ka : Symbol(ka, Decl(objectRestParameterES5.ts, 3, 42))
43 >ka : Symbol(ka, Decl(objectRestParameterES5.ts, 3, 42))
DobjectRestAssignment.js2 let ka: any; variable
6 let complex: { x: { ka, ki }, y: number };
7 ({x: { ka, ...nested }, y: other, ...rest} = complex);
10 let overEmit: { a: { ka: string, x: string }[], b: { z: string, ki: string, ku: string }, ke: strin…
30 let ka; variable
35 (_a = complex.x, { ka } = _a, nested = __rest(_a, ["ka"]), { y: other } = complex, rest = __rest(co…
DjsdocReadonly.symbols31 this.ka = 2
32 >this.ka : Symbol(LOL.ka, Decl(jsdocReadonly.js, 15, 18))
34 >ka : Symbol(LOL.ka, Decl(jsdocReadonly.js, 15, 18))
DjsdocReadonly.types36 this.ka = 2
37 >this.ka = 2 : 2
38 >this.ka : any
40 >ka : any
DobjectRestParameter.js5 declare function suddenly(f: (a: { x: { z, ka }, y: string }) => void); field
7 …(({ x: { z = 12, ...nested }, ...rest } = { x: { z: 1, ka: 1 }, y: 'noo' }) => rest.y + nested.ka); property
43 suddenly((_a = { x: { z: 1, ka: 1 }, y: 'noo' }) => { property
45 return rest.y + nested.ka;
/third_party/typescript/tests/cases/conformance/types/rest/
DobjectRestAssignment.ts2 let ka: any; variable
6 let complex: { x: { ka, ki }, y: number };
7 ({x: { ka, ...nested }, y: other, ...rest} = complex);
10 let overEmit: { a: { ka: string, x: string }[], b: { z: string, ki: string, ku: string }, ke: strin…
/third_party/flutter/skia/third_party/externals/icu/source/data/region/
Dis.txt6 002{"Afríka"}
7 003{"Norður-Ameríka"}
8 005{"Suður-Ameríka"}
10 011{"Vestur-Afríka"}
11 013{"Mið-Ameríka"}
12 014{"Austur-Afríka"}
13 015{"Norður-Afríka"}
14 017{"Mið-Afríka"}
16 019{"Ameríka"}
17 021{"Ameríka norðan Mexikó"}
[all …]
/third_party/skia/third_party/externals/icu/source/data/region/
Dis.txt7 002{"Afríka"}
8 003{"Norður-Ameríka"}
9 005{"Suður-Ameríka"}
11 011{"Vestur-Afríka"}
12 013{"Mið-Ameríka"}
13 014{"Austur-Afríka"}
14 015{"Norður-Afríka"}
15 017{"Mið-Afríka"}
17 019{"Ameríka"}
18 021{"Ameríka norðan Mexikó"}
[all …]
/third_party/icu/icu4c/source/data/region/
Dis.txt7 002{"Afríka"}
8 003{"Norður-Ameríka"}
9 005{"Suður-Ameríka"}
11 011{"Vestur-Afríka"}
12 013{"Mið-Ameríka"}
13 014{"Austur-Afríka"}
14 015{"Norður-Afríka"}
15 017{"Mið-Afríka"}
17 019{"Ameríka"}
18 021{"Ameríka norðan Mexikó"}
[all …]

12345678910>>...42