Home
last modified time | relevance | path

Searched refs:sb_out (Results 1 – 8 of 8) sorted by relevance

/PHP-7.1/ext/mbstring/oniguruma/enc/
H A Deuc_jp.c247 get_ctype_code_range(OnigCtype ctype, OnigCodePoint* sb_out, in get_ctype_code_range() argument
254 *sb_out = 0x80; in get_ctype_code_range()
H A Dsjis.c281 get_ctype_code_range(OnigCtype ctype, OnigCodePoint* sb_out, in get_ctype_code_range() argument
288 *sb_out = 0x80; in get_ctype_code_range()
H A Dutf8.c262 get_ctype_code_range(OnigCtype ctype, OnigCodePoint *sb_out, in get_ctype_code_range() argument
265 *sb_out = 0x80; in get_ctype_code_range()
H A Dunicode.c10783 onigenc_utf16_32_get_ctype_code_range(OnigCtype ctype, OnigCodePoint* sb_out, in onigenc_utf16_32_get_ctype_code_range() argument
10786 *sb_out = 0x00; in onigenc_utf16_32_get_ctype_code_range()
/PHP-7.1/ext/mbstring/oniguruma/
H A Dregenc.h119 ONIG_EXTERN int onigenc_not_support_get_ctype_code_range P_((OnigCtype ctype, OnigCodePoint* sb_out
148 ONIG_EXTERN int onigenc_utf16_32_get_ctype_code_range P_((OnigCtype ctype, OnigCodePoint *sb_out, c…
H A Dregparse.c1150 node_new_cclass_by_codepoint_range(int not, OnigCodePoint sb_out, in node_new_cclass_by_codepoint_range() argument
1164 if (sb_out > 0 && IS_NOT_NULL(ranges)) { in node_new_cclass_by_codepoint_range()
1169 if (j >= sb_out) goto sb_end; in node_new_cclass_by_codepoint_range()
3774 if (j >= sb_out) { in add_ctype_to_cc_by_range()
3803 if (j >= sb_out) { in add_ctype_to_cc_by_range()
3810 for (j = prev; j < sb_out; j++) { in add_ctype_to_cc_by_range()
3815 prev = sb_out; in add_ctype_to_cc_by_range()
3839 OnigCodePoint sb_out; in add_ctype_to_cc() local
5204 OnigCodePoint sb_out; in parse_exp() local
5207 &sb_out, &mbr); in parse_exp()
[all …]
H A Dregenc.c557 OnigCodePoint* sb_out ARG_UNUSED, in onigenc_not_support_get_ctype_code_range()
H A Doniguruma.h164 …int (*get_ctype_code_range)(OnigCtype ctype, OnigCodePoint* sb_out, const OnigCodePoint* ranges…

Completed in 50 milliseconds