Home
last modified time | relevance | path

Searched refs:OnigCodePoint (Results 1 – 25 of 42) sorted by relevance

12

/PHP-5.6/ext/mbstring/oniguruma/
H A Dregsyntax.c39 (OnigCodePoint )'\\' /* esc */
40 , (OnigCodePoint )ONIG_INEFFECTIVE_META_CHAR /* anychar '.' */
41 , (OnigCodePoint )ONIG_INEFFECTIVE_META_CHAR /* anytime '*' */
56 (OnigCodePoint )'\\' /* esc */
77 (OnigCodePoint )'\\' /* esc */
98 (OnigCodePoint )'\\' /* esc */
120 (OnigCodePoint )'\\' /* esc */
136 (OnigCodePoint )'\\' /* esc */
159 (OnigCodePoint )'\\' /* esc */
182 (OnigCodePoint )'\\' /* esc */
[all …]
H A Dregenc.c397 OnigCodePoint code; in onigenc_ascii_apply_all_case_fold()
451 OnigCodePoint code; in onigenc_apply_all_case_fold_with_map()
512 items[0].code[0] = (OnigCodePoint )'s'; in onigenc_get_case_fold_codes_by_str_with_map()
513 items[0].code[1] = (OnigCodePoint )'s'; in onigenc_get_case_fold_codes_by_str_with_map()
557 OnigCodePoint* sb_out ARG_UNUSED, in onigenc_not_support_get_ctype_code_range()
601 extern OnigCodePoint
604 return (OnigCodePoint )(*p); in onigenc_single_byte_mbc_to_code()
641 extern OnigCodePoint
645 OnigCodePoint n; in onigenc_mbn_mbc_to_code()
648 n = (OnigCodePoint )(*p++); in onigenc_mbn_mbc_to_code()
[all …]
H A Dregenc.h44 OnigCodePoint from;
45 OnigCodePoint to;
119 …_not_support_get_ctype_code_range P_((OnigCtype ctype, OnigCodePoint* sb_out, const OnigCodePoint*…
127 ONIG_EXTERN int onigenc_single_byte_code_to_mbclen P_((OnigCodePoint code));
128 ONIG_EXTERN int onigenc_single_byte_code_to_mbc P_((OnigCodePoint code, UChar *buf));
136 ONIG_EXTERN int onigenc_mb2_code_to_mbclen P_((OnigCodePoint code));
137 ONIG_EXTERN int onigenc_mb2_code_to_mbc P_((OnigEncoding enc, OnigCodePoint code, UChar *buf));
141 ONIG_EXTERN int onigenc_mb4_code_to_mbclen P_((OnigCodePoint code));
147 ONIG_EXTERN int onigenc_unicode_is_code_ctype P_((OnigCodePoint code, unsigned int ctype));
148 …enc_utf16_32_get_ctype_code_range P_((OnigCtype ctype, OnigCodePoint *sb_out, const OnigCodePoint*…
[all …]
H A Dregparse.c1155 OnigCodePoint j; in node_new_cclass_by_codepoint_range()
1594 OnigCodePoint c; in onig_scan_unsigned_number()
1621 OnigCodePoint c; in scan_unsigned_hexadecimal_number()
1649 OnigCodePoint c; in scan_unsigned_octal_number()
1686 OnigCodePoint n; in new_code_range()
2325 OnigCodePoint c; in fetch_range_quantifier()
2415 OnigCodePoint c; in fetch_escaped_value()
2848 OnigCodePoint x; in find_str_position()
2877 OnigCodePoint x; in str_exist_check_with_esc()
3093 OnigCodePoint send[] = { (OnigCodePoint )':', (OnigCodePoint )']' }; in fetch_token_in_cc()
[all …]
H A Doniguruma.h101 typedef ULONG_PTR OnigCodePoint; typedef
103 typedef unsigned long OnigCodePoint;
140 OnigCodePoint esc;
141 OnigCodePoint anychar;
142 OnigCodePoint anytime;
143 OnigCodePoint zero_or_one_time;
144 OnigCodePoint one_or_more_time;
145 OnigCodePoint anychar_anytime;
148 typedef int (*OnigApplyAllCaseFoldFunc)(OnigCodePoint from, OnigCodePoint* to, int to_len, void* ar…
157 int (*code_to_mbclen)(OnigCodePoint code);
[all …]
/PHP-5.6/ext/mbstring/oniguruma/enc/
H A Dunicode.c8529 OnigCodePoint code[3];
8533 OnigCodePoint from;
8538 OnigCodePoint from;
8544 OnigCodePoint code[2];
8548 OnigCodePoint from[2];
8553 OnigCodePoint from[3];
10823 OnigCodePoint code; in onigenc_unicode_property_name_to_ctype()
10852 code2_cmp(OnigCodePoint* x, OnigCodePoint* y) in code2_cmp()
10870 code3_cmp(OnigCodePoint* x, OnigCodePoint* y) in code3_cmp()
10966 OnigCodePoint code;
[all …]
H A Diso8859_1.c121 items[0].code[0] = (OnigCodePoint )(*p + 0x20); in get_case_fold_codes_by_str()
126 items[1].code[0] = (OnigCodePoint )0xdf; in get_case_fold_codes_by_str()
140 items[1].code[0] = (OnigCodePoint )0xdf; in get_case_fold_codes_by_str()
156 items[0].code[0] = (OnigCodePoint )'s'; in get_case_fold_codes_by_str()
157 items[0].code[1] = (OnigCodePoint )'s'; in get_case_fold_codes_by_str()
161 items[1].code[0] = (OnigCodePoint )'S'; in get_case_fold_codes_by_str()
162 items[1].code[1] = (OnigCodePoint )'S'; in get_case_fold_codes_by_str()
166 items[2].code[0] = (OnigCodePoint )'s'; in get_case_fold_codes_by_str()
167 items[2].code[1] = (OnigCodePoint )'S'; in get_case_fold_codes_by_str()
171 items[3].code[0] = (OnigCodePoint )'S'; in get_case_fold_codes_by_str()
[all …]
H A Deuc_jp.c59 static OnigCodePoint
63 OnigCodePoint n; in mbc_to_code()
66 n = (OnigCodePoint )*p++; in mbc_to_code()
78 code_to_mbclen(OnigCodePoint code) in code_to_mbclen()
89 code_to_mbc_first(OnigCodePoint code)
107 code_to_mbc(OnigCodePoint code, UChar *buf) in code_to_mbc()
177 static const OnigCodePoint** PropertyList;
182 static const OnigCodePoint CR_Hiragana[] = {
187 static const OnigCodePoint CR_Katakana[] = {
222 is_code_ctype(OnigCodePoint code, unsigned int ctype) in is_code_ctype()
[all …]
H A Dsjis.c80 code_to_mbclen(OnigCodePoint code) in code_to_mbclen()
95 static OnigCodePoint
99 OnigCodePoint n; in mbc_to_code()
115 code_to_mbc(OnigCodePoint code, UChar *buf) in code_to_mbc()
164 is_code_ctype(OnigCodePoint code, unsigned int ctype)
210 static const OnigCodePoint** PropertyList;
215 static const OnigCodePoint CR_Hiragana[] = {
220 static const OnigCodePoint CR_Katakana[] = {
256 is_code_ctype(OnigCodePoint code, unsigned int ctype) in is_code_ctype()
281 get_ctype_code_range(OnigCtype ctype, OnigCodePoint* sb_out, in get_ctype_code_range()
[all …]
H A Dutf8.c93 static OnigCodePoint
97 OnigCodePoint n; in mbc_to_code()
118 return (OnigCodePoint )c; in mbc_to_code()
123 code_to_mbclen(OnigCodePoint code) in code_to_mbclen()
140 code_to_mbc(OnigCodePoint code, UChar *buf) in code_to_mbc()
262 get_ctype_code_range(OnigCtype ctype, OnigCodePoint *sb_out, in get_ctype_code_range()
263 const OnigCodePoint* ranges[]) in get_ctype_code_range()
H A Deuc_tw.c57 static OnigCodePoint
64 euctw_code_to_mbc(OnigCodePoint code, UChar *buf) in euctw_code_to_mbc()
78 euctw_is_code_ctype(OnigCodePoint code, unsigned int ctype) in euctw_is_code_ctype()
H A Dutf32_be.c60 static OnigCodePoint
64 return (OnigCodePoint )(((p[0] * 256 + p[1]) * 256 + p[2]) * 256 + p[3]); in utf32be_mbc_to_code()
68 utf32be_code_to_mbclen(OnigCodePoint code ARG_UNUSED) in utf32be_code_to_mbclen()
74 utf32be_code_to_mbc(OnigCodePoint code, UChar *buf) in utf32be_code_to_mbc()
H A Dutf32_le.c60 static OnigCodePoint
64 return (OnigCodePoint )(((p[3] * 256 + p[2]) * 256 + p[1]) * 256 + p[0]); in utf32le_mbc_to_code()
68 utf32le_code_to_mbclen(OnigCodePoint code ARG_UNUSED) in utf32le_code_to_mbclen()
74 utf32le_code_to_mbc(OnigCodePoint code, UChar *buf) in utf32le_code_to_mbc()
H A Dutf16_be.c77 static OnigCodePoint
80 OnigCodePoint code; in utf16be_mbc_to_code()
96 utf16be_code_to_mbclen(OnigCodePoint code) in utf16be_code_to_mbclen()
102 utf16be_code_to_mbc(OnigCodePoint code, UChar *buf) in utf16be_code_to_mbc()
H A Dutf16_le.c52 utf16le_code_to_mbclen(OnigCodePoint code) in utf16le_code_to_mbclen()
83 static OnigCodePoint
86 OnigCodePoint code; in utf16le_mbc_to_code()
103 utf16le_code_to_mbc(OnigCodePoint code, UChar *buf) in utf16le_code_to_mbc()
H A Dbig5.c57 static OnigCodePoint
64 big5_code_to_mbc(OnigCodePoint code, UChar *buf) in big5_code_to_mbc()
87 big5_is_code_ctype(OnigCodePoint code, unsigned int ctype) in big5_is_code_ctype()
H A Deuc_kr.c57 static OnigCodePoint
64 euckr_code_to_mbc(OnigCodePoint code, UChar *buf) in euckr_code_to_mbc()
87 euckr_is_code_ctype(OnigCodePoint code, unsigned int ctype) in euckr_is_code_ctype()
H A Dascii.c33 ascii_is_code_ctype(OnigCodePoint code, unsigned int ctype) in ascii_is_code_ctype()
H A Diso8859_11.c71 is_code_ctype(OnigCodePoint code, unsigned int ctype) in is_code_ctype()
H A Diso8859_6.c71 is_code_ctype(OnigCodePoint code, unsigned int ctype) in is_code_ctype()
H A Diso8859_8.c71 is_code_ctype(OnigCodePoint code, unsigned int ctype) in is_code_ctype()
H A Dcp1251.c119 cp1251_is_code_ctype(OnigCodePoint code, unsigned int ctype) in cp1251_is_code_ctype()
H A Diso8859_5.c131 is_code_ctype(OnigCodePoint code, unsigned int ctype) in is_code_ctype()
H A Dkoi8_r.c131 koi8_r_is_code_ctype(OnigCodePoint code, unsigned int ctype) in koi8_r_is_code_ctype()
H A Diso8859_7.c139 is_code_ctype(OnigCodePoint code, unsigned int ctype) in is_code_ctype()

Completed in 83 milliseconds

12