Home
last modified time | relevance | path

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

/PHP-7.3/ext/mbstring/oniguruma/src/
H A Dsjis.c270 get_ctype_code_range(OnigCtype ctype, OnigCodePoint* sb_out, in get_ctype_code_range() argument
277 *sb_out = 0x80; in get_ctype_code_range()
H A Dutf8.c236 get_ctype_code_range(OnigCtype ctype, OnigCodePoint *sb_out, in get_ctype_code_range() argument
239 *sb_out = 0x80; in get_ctype_code_range()
H A Deuc_jp.c252 get_ctype_code_range(OnigCtype ctype, OnigCodePoint* sb_out, in get_ctype_code_range() argument
259 *sb_out = 0x80; in get_ctype_code_range()
H A Dregenc.h147 extern int onigenc_not_support_get_ctype_code_range P_((OnigCtype ctype, OnigCodePoint* sb_out, con…
178 extern int onigenc_utf16_32_get_ctype_code_range P_((OnigCtype ctype, OnigCodePoint *sb_out, const …
H A Dunicode.c1093 onigenc_utf16_32_get_ctype_code_range(OnigCtype ctype, OnigCodePoint* sb_out, in onigenc_utf16_32_get_ctype_code_range() argument
1096 *sb_out = 0x00; in onigenc_utf16_32_get_ctype_code_range()
H A Dregparse.c5732 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()
[all …]
H A Dregenc.c669 OnigCodePoint* sb_out ARG_UNUSED, in onigenc_not_support_get_ctype_code_range()
H A Doniguruma.h139 …int (*get_ctype_code_range)(OnigCtype ctype, OnigCodePoint* sb_out, const OnigCodePoint* ranges…

Completed in 52 milliseconds