Home
last modified time | relevance | path

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

/PHP-5.5/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.c260 get_ctype_code_range(OnigCtype ctype, OnigCodePoint *sb_out, in get_ctype_code_range() argument
263 *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-5.5/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.c1139 node_new_cclass_by_codepoint_range(int not, OnigCodePoint sb_out, in node_new_cclass_by_codepoint_range() argument
1153 if (sb_out > 0 && IS_NOT_NULL(ranges)) { in node_new_cclass_by_codepoint_range()
1158 if (j >= sb_out) goto sb_end; in node_new_cclass_by_codepoint_range()
3764 if (j >= sb_out) { in add_ctype_to_cc_by_range()
3793 if (j >= sb_out) { in add_ctype_to_cc_by_range()
3800 for (j = prev; j < sb_out; j++) { in add_ctype_to_cc_by_range()
3805 prev = sb_out; in add_ctype_to_cc_by_range()
3829 OnigCodePoint sb_out; in add_ctype_to_cc() local
5191 OnigCodePoint sb_out; in parse_exp() local
5194 &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 49 milliseconds