Lines Matching refs:sb_out
5720 OnigEncoding enc ARG_UNUSED, OnigCodePoint sb_out, in add_ctype_to_cc_by_range() argument
5732 if (j >= sb_out) { in add_ctype_to_cc_by_range()
5759 if (j >= sb_out) { in add_ctype_to_cc_by_range()
5766 for (j = prev; j < sb_out; j++) { in add_ctype_to_cc_by_range()
5771 prev = sb_out; in add_ctype_to_cc_by_range()
5794 OnigCodePoint sb_out, in add_ctype_to_cc_by_range_limit() argument
5809 if (j >= sb_out) { in add_ctype_to_cc_by_range_limit()
5840 for (j = prev; j < sb_out; j++) { in add_ctype_to_cc_by_range_limit()
5846 if (j >= sb_out) goto sb_end2; in add_ctype_to_cc_by_range_limit()
5854 for (j = prev; j < sb_out; j++) { in add_ctype_to_cc_by_range_limit()
5859 prev = sb_out; in add_ctype_to_cc_by_range_limit()
5894 OnigCodePoint sb_out; in add_ctype_to_cc() local
5899 r = ONIGENC_GET_CTYPE_CODE_RANGE(enc, ctype, &sb_out, &ranges); in add_ctype_to_cc()
5902 r = add_ctype_to_cc_by_range(cc, ctype, not, env->enc, sb_out, ranges); in add_ctype_to_cc()
5904 r = add_ctype_to_cc_by_range_limit(cc, ctype, not, env->enc, sb_out, in add_ctype_to_cc()