Home
last modified time | relevance | path

Searched refs:make3 (Results 1 – 11 of 11) sorted by relevance

/third_party/boost/libs/locale/test/
Dtest_codepage_converter.cpp28 char *make3(unsigned v) in make3() function
174 TEST_TO(make3(0x800),0x800); in main()
175 TEST_TO(make3(0xffff),0xffff); in main()
184 TEST_TO(make3(0),illegal); in main()
187 TEST_TO(make3(0x7f),illegal); in main()
190 TEST_TO(make3(0x80),illegal); in main()
192 TEST_TO(make3(0x7ff),illegal); in main()
200 TEST_TO(make3(0xD800),illegal); in main()
201 TEST_TO(make3(0xDBFF),illegal); in main()
202 TEST_TO(make3(0xDC00),illegal); in main()
[all …]
Dtest_utf.cpp24 char *make3(unsigned v) in make3() function
155 test_to(make3(0x800),0x800); in main()
156 test_to(make3(0xffff),0xffff); in main()
165 test_to(make3(0),illegal); in main()
168 test_to(make3(0x7f),illegal); in main()
171 test_to(make3(0x80),illegal); in main()
173 test_to(make3(0x7ff),illegal); in main()
181 test_to(make3(0xd800),illegal); in main()
182 test_to(make3(0xdbff),illegal); in main()
183 test_to(make3(0xdc00),illegal); in main()
[all …]
/third_party/typescript/tests/baselines/reference/
DtsxAttributeResolution5.js25 function make3<T extends {y: string}> (obj: T) {
41 function make3(obj) { function
DtsxAttributeResolution5.symbols58 function make3<T extends {y: string}> (obj: T) {
59 >make3 : Symbol(make3, Decl(file.tsx, 21, 1))
DtsxAttributeResolution5.types44 function make3<T extends {y: string}> (obj: T) {
45 >make3 : <T extends { y: string; }>(obj: T) => JSX.Element
DtsxAttributeResolution5.errors.txt39 function make3<T extends {y: string}> (obj: T) {
/third_party/typescript/tests/cases/conformance/jsx/
DtsxAttributeResolution5.tsx26 function make3<T extends {y: string}> (obj: T) {
/third_party/flutter/skia/gm/
Dgradients_no_texture.cpp219 static void make3(ColorPos* rec) { in make3() function
249 make0, make1, make2, make3, in onDraw()
Dstrokes.cpp364 static void make3(SkPath* path, const SkRect& bounds, SkString* title) { in make3() function in Strokes3GM
409 make0, make1, make2, make3, make4, make5 in onDraw()
/third_party/skia/gm/
Dgradients_no_texture.cpp219 static void make3(ColorPos* rec) { in make3() function
249 make0, make1, make2, make3, in onDraw()
Dstrokes.cpp364 static void make3(SkPath* path, const SkRect& bounds, SkString* title) { in make3() function in Strokes3GM
409 make0, make1, make2, make3, make4, make5 in onDraw()