Searched refs:a_pt (Results 1 – 2 of 2) sorted by relevance
99 int cr_op(CharRange *cr, const uint32_t *a_pt, int a_len,
355 int cr_op(CharRange *cr, const uint32_t *a_pt, int a_len, in cr_op() argument366 if (a_pt[a_idx] < b_pt[b_idx]) { in cr_op()368 } else if (a_pt[a_idx] == b_pt[b_idx]) { in cr_op()369 v = a_pt[a_idx]; in cr_op()377 v = a_pt[a_idx++]; in cr_op()
Completed in 8 milliseconds