Home
last modified time | relevance | path

Searched refs:OnigCtype (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()
280 if (ctype >= (OnigCtype )(sizeof(PropertyList)/sizeof(PropertyList[0]))) in get_ctype_code_range()
H A Deuc_jp.c252 get_ctype_code_range(OnigCtype ctype, OnigCodePoint* sb_out, in get_ctype_code_range()
262 if (ctype >= (OnigCtype )sizeof(PropertyList)/sizeof(PropertyList[0])) 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 …
179 extern int onigenc_unicode_ctype_code_range P_((OnigCtype ctype, const OnigCodePoint* ranges[]));
H A Dutf8.c236 get_ctype_code_range(OnigCtype ctype, OnigCodePoint *sb_out, in get_ctype_code_range()
H A Doniguruma.h81 typedef unsigned int OnigCtype; typedef
138 int (*is_code_ctype)(OnigCodePoint code, OnigCtype ctype);
139 …int (*get_ctype_code_range)(OnigCtype ctype, OnigCodePoint* sb_out, const OnigCodePoint* ranges…
H A Dunicode.c1076 onigenc_unicode_ctype_code_range(OnigCtype ctype, const OnigCodePoint* ranges[]) in onigenc_unicode_ctype_code_range()
1093 onigenc_utf16_32_get_ctype_code_range(OnigCtype ctype, OnigCodePoint* sb_out, in onigenc_utf16_32_get_ctype_code_range()
H A Dregenc.c668 onigenc_not_support_get_ctype_code_range(OnigCtype ctype ARG_UNUSED, in onigenc_not_support_get_ctype_code_range()
/PHP-7.3/ext/mbstring/oniguruma/
H A DHISTORY352 2007/08/01: [API] add OnigCtype.

Completed in 36 milliseconds