Home
last modified time | relevance | path

Searched refs:copy_str16 (Results 1 – 4 of 4) sorted by relevance

/dports/lang/quickjs/quickjs-2021-03-27/
H A Dquickjs.c4139 static void copy_str16(uint16_t *dst, const JSString *p, int offset, int len) in copy_str16() function
4171 copy_str16(p->u.str16, p1, 0, p1->len); in JS_ConcatString1()
4172 copy_str16(p->u.str16 + p1->len, p2, 0, p2->len); in JS_ConcatString1()
/dports/multimedia/gpac-mp4box/gpac-1.0.0/src/quickjs/
H A Dquickjs.c3971 static void copy_str16(uint16_t *dst, const JSString *p, int offset, int len) in copy_str16() function
4003 copy_str16(p->u.str16, p1, 0, p1->len); in JS_ConcatString1()
4004 copy_str16(p->u.str16 + p1->len, p2, 0, p2->len); in JS_ConcatString1()
/dports/multimedia/gpac-libgpac/gpac-1.0.0/src/quickjs/
H A Dquickjs.c3973 static void copy_str16(uint16_t *dst, const JSString *p, int offset, int len) in copy_str16() function
4005 copy_str16(p->u.str16, p1, 0, p1->len); in JS_ConcatString1()
4006 copy_str16(p->u.str16 + p1->len, p2, 0, p2->len); in JS_ConcatString1()
/dports/games/warzone2100/warzone2100/3rdparty/quickjs/
H A Dquickjs.c4182 static void copy_str16(uint16_t *dst, const JSString *p, int offset, int len) in copy_str16() function
4214 copy_str16(p->u.str16, p1, 0, p1->len); in JS_ConcatString1()
4215 copy_str16(p->u.str16 + p1->len, p2, 0, p2->len); in JS_ConcatString1()