Home | History | Annotate | Download | only in dist

Lines Matching full:utfreadchar

424   jump_list *utfreadchar;
2595 add_jump(compiler, &common->utfreadchar, JUMP(SLJIT_FAST_CALL));
2736 add_jump(compiler, (max < 0x10000) ? &common->utfreadchar16 : &common->utfreadchar, JUMP(SLJIT_FAST_CALL));
10314 if (common->utfreadchar != NULL)
10316 set_jumps(common->utfreadchar, LABEL());