Home
last modified time | relevance | path

Searched refs:cr_op (Results 1 – 3 of 3) sorted by relevance

/third_party/quickjs/
Dlibunicode.h99 int cr_op(CharRange *cr, const uint32_t *a_pt, int a_len,
Dlibunicode.c355 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()
Dlibregexp.c257 ret = cr_op(&a, cr->points, cr->len, pt, 2, CR_OP_INTER); in cr_canonicalize()