Searched refs:cr_op (Results 1 – 3 of 3) sorted by relevance
/third_party/quickjs/ |
D | libunicode.h | 99 int cr_op(CharRange *cr, const uint32_t *a_pt, int a_len,
|
D | libunicode.c | 355 int cr_op(CharRange *cr, const uint32_t *a_pt, int a_len, in cr_op() function 414 ret = cr_op(cr, a.points, a.len, b_pt, b_len, CR_OP_UNION); in cr_union1() 1055 if (cr_op(cr, cr1->points, cr1->len, cr2->points, cr2->len, in unicode_script() 1059 if (cr_op(cr, cr1->points, cr1->len, cr2->points, cr2->len, in unicode_script() 1297 if (cr_op(cr3, cr1->points, cr1->len, in unicode_prop_ops()
|
D | libregexp.c | 257 ret = cr_op(&a, cr->points, cr->len, pt, 2, CR_OP_INTER); in cr_canonicalize()
|