Home
last modified time | relevance | path

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

12

/PHP-5.4/ext/mbstring/oniguruma/enc/
H A Dutf8.c91 static OnigCodePoint
95 OnigCodePoint n; in utf8_mbc_to_code()
114 return (OnigCodePoint )c; in utf8_mbc_to_code()
119 utf8_code_to_mbclen(OnigCodePoint code) in utf8_code_to_mbclen()
141 utf8_code_to_mbc_first(OnigCodePoint code)
302 static const OnigCodePoint SBAlnum[] = {
309 static const OnigCodePoint MBAlnum[] = {
731 static const OnigCodePoint SBAlpha[] = {
737 static const OnigCodePoint MBAlpha[] = {
3547 const OnigCodePoint* sbr[], const OnigCodePoint* mbr[]) in utf8_get_ctype_code_range()
[all …]
H A Dunicode.c68 static const OnigCodePoint CRAlnum[] = {
493 static const OnigCodePoint CRAlpha[] = {
900 static const OnigCodePoint CRBlank[] = {
920 static const OnigCodePoint CRCntrl[] = {
950 static const OnigCodePoint CRDigit[] = {
984 static const OnigCodePoint CRGraph[] = {
1400 static const OnigCodePoint CRLower[] = {
1835 static const OnigCodePoint CRPrint[] = {
2251 static const OnigCodePoint CRPunct[] = {
2822 static const OnigCodePoint CRWord[] = {
[all …]
H A Deuc_kr.c57 static OnigCodePoint
64 euckr_code_to_mbc(OnigCodePoint code, UChar *buf) in euckr_code_to_mbc()
84 euckr_is_code_ctype(OnigCodePoint code, unsigned int ctype) in euckr_is_code_ctype()
125 (OnigCodePoint )'\\' /* esc */
126 , (OnigCodePoint )ONIG_INEFFECTIVE_META_CHAR /* anychar '.' */
127 , (OnigCodePoint )ONIG_INEFFECTIVE_META_CHAR /* anytime '*' */
130 , (OnigCodePoint )ONIG_INEFFECTIVE_META_CHAR /* anychar anytime */
154 (OnigCodePoint )'\\' /* esc */
155 , (OnigCodePoint )ONIG_INEFFECTIVE_META_CHAR /* anychar '.' */
156 , (OnigCodePoint )ONIG_INEFFECTIVE_META_CHAR /* anytime '*' */
[all …]
H A Dascii.c33 ascii_is_code_ctype(OnigCodePoint code, unsigned int ctype) in ascii_is_code_ctype()
48 (OnigCodePoint )'\\' /* esc */
49 , (OnigCodePoint )ONIG_INEFFECTIVE_META_CHAR /* anychar '.' */
50 , (OnigCodePoint )ONIG_INEFFECTIVE_META_CHAR /* anytime '*' */
51 , (OnigCodePoint )ONIG_INEFFECTIVE_META_CHAR /* zero or one time '?' */
52 , (OnigCodePoint )ONIG_INEFFECTIVE_META_CHAR /* one or more time '+' */
53 , (OnigCodePoint )ONIG_INEFFECTIVE_META_CHAR /* anychar anytime */
H A Diso8859_11.c71 iso_8859_11_is_code_ctype(OnigCodePoint code, unsigned int ctype) in iso_8859_11_is_code_ctype()
86 (OnigCodePoint )'\\' /* esc */
87 , (OnigCodePoint )ONIG_INEFFECTIVE_META_CHAR /* anychar '.' */
88 , (OnigCodePoint )ONIG_INEFFECTIVE_META_CHAR /* anytime '*' */
89 , (OnigCodePoint )ONIG_INEFFECTIVE_META_CHAR /* zero or one time '?' */
90 , (OnigCodePoint )ONIG_INEFFECTIVE_META_CHAR /* one or more time '+' */
91 , (OnigCodePoint )ONIG_INEFFECTIVE_META_CHAR /* anychar anytime */
H A Diso8859_6.c71 iso_8859_6_is_code_ctype(OnigCodePoint code, unsigned int ctype) in iso_8859_6_is_code_ctype()
86 (OnigCodePoint )'\\' /* esc */
87 , (OnigCodePoint )ONIG_INEFFECTIVE_META_CHAR /* anychar '.' */
88 , (OnigCodePoint )ONIG_INEFFECTIVE_META_CHAR /* anytime '*' */
89 , (OnigCodePoint )ONIG_INEFFECTIVE_META_CHAR /* zero or one time '?' */
90 , (OnigCodePoint )ONIG_INEFFECTIVE_META_CHAR /* one or more time '+' */
91 , (OnigCodePoint )ONIG_INEFFECTIVE_META_CHAR /* anychar anytime */
H A Diso8859_8.c71 iso_8859_8_is_code_ctype(OnigCodePoint code, unsigned int ctype) in iso_8859_8_is_code_ctype()
86 (OnigCodePoint )'\\' /* esc */
87 , (OnigCodePoint )ONIG_INEFFECTIVE_META_CHAR /* anychar '.' */
88 , (OnigCodePoint )ONIG_INEFFECTIVE_META_CHAR /* anytime '*' */
89 , (OnigCodePoint )ONIG_INEFFECTIVE_META_CHAR /* zero or one time '?' */
90 , (OnigCodePoint )ONIG_INEFFECTIVE_META_CHAR /* one or more time '+' */
91 , (OnigCodePoint )ONIG_INEFFECTIVE_META_CHAR /* anychar anytime */
H A Deuc_jp.c59 static OnigCodePoint
63 OnigCodePoint n; in eucjp_mbc_to_code()
66 n = (OnigCodePoint )*p++; in eucjp_mbc_to_code()
78 eucjp_code_to_mbclen(OnigCodePoint code) in eucjp_code_to_mbclen()
88 eucjp_code_to_mbc_first(OnigCodePoint code)
106 eucjp_code_to_mbc(OnigCodePoint code, UChar *buf) in eucjp_code_to_mbc()
159 eucjp_is_code_ctype(OnigCodePoint code, unsigned int ctype) in eucjp_is_code_ctype()
209 (OnigCodePoint )'\\' /* esc */
210 , (OnigCodePoint )ONIG_INEFFECTIVE_META_CHAR /* anychar '.' */
211 , (OnigCodePoint )ONIG_INEFFECTIVE_META_CHAR /* anytime '*' */
[all …]
H A Deuc_tw.c57 static OnigCodePoint
64 euctw_code_to_mbc(OnigCodePoint code, UChar *buf) in euctw_code_to_mbc()
84 euctw_is_code_ctype(OnigCodePoint code, unsigned int ctype) in euctw_is_code_ctype()
125 (OnigCodePoint )'\\' /* esc */
126 , (OnigCodePoint )ONIG_INEFFECTIVE_META_CHAR /* anychar '.' */
127 , (OnigCodePoint )ONIG_INEFFECTIVE_META_CHAR /* anytime '*' */
128 , (OnigCodePoint )ONIG_INEFFECTIVE_META_CHAR /* zero or one time '?' */
129 , (OnigCodePoint )ONIG_INEFFECTIVE_META_CHAR /* one or more time '+' */
130 , (OnigCodePoint )ONIG_INEFFECTIVE_META_CHAR /* anychar anytime */
H A Dbig5.c57 static OnigCodePoint
64 big5_code_to_mbc(OnigCodePoint code, UChar *buf) in big5_code_to_mbc()
84 big5_is_code_ctype(OnigCodePoint code, unsigned int ctype) in big5_is_code_ctype()
149 (OnigCodePoint )'\\' /* esc */
150 , (OnigCodePoint )ONIG_INEFFECTIVE_META_CHAR /* anychar '.' */
151 , (OnigCodePoint )ONIG_INEFFECTIVE_META_CHAR /* anytime '*' */
152 , (OnigCodePoint )ONIG_INEFFECTIVE_META_CHAR /* zero or one time '?' */
153 , (OnigCodePoint )ONIG_INEFFECTIVE_META_CHAR /* one or more time '+' */
154 , (OnigCodePoint )ONIG_INEFFECTIVE_META_CHAR /* anychar anytime */
H A Dutf32_be.c56 static OnigCodePoint
59 return (OnigCodePoint )(((p[0] * 256 + p[1]) * 256 + p[2]) * 256 + p[3]); in utf32be_mbc_to_code()
63 utf32be_code_to_mbclen(OnigCodePoint code) in utf32be_code_to_mbclen()
69 utf32be_code_to_mbc(OnigCodePoint code, UChar *buf) in utf32be_code_to_mbc()
168 (OnigCodePoint )'\\' /* esc */
169 , (OnigCodePoint )ONIG_INEFFECTIVE_META_CHAR /* anychar '.' */
170 , (OnigCodePoint )ONIG_INEFFECTIVE_META_CHAR /* anytime '*' */
171 , (OnigCodePoint )ONIG_INEFFECTIVE_META_CHAR /* zero or one time '?' */
172 , (OnigCodePoint )ONIG_INEFFECTIVE_META_CHAR /* one or more time '+' */
173 , (OnigCodePoint )ONIG_INEFFECTIVE_META_CHAR /* anychar anytime */
H A Dutf32_le.c56 static OnigCodePoint
59 return (OnigCodePoint )(((p[3] * 256 + p[2]) * 256 + p[1]) * 256 + p[0]); in utf32le_mbc_to_code()
63 utf32le_code_to_mbclen(OnigCodePoint code) in utf32le_code_to_mbclen()
69 utf32le_code_to_mbc(OnigCodePoint code, UChar *buf) in utf32le_code_to_mbc()
166 (OnigCodePoint )'\\' /* esc */
167 , (OnigCodePoint )ONIG_INEFFECTIVE_META_CHAR /* anychar '.' */
168 , (OnigCodePoint )ONIG_INEFFECTIVE_META_CHAR /* anytime '*' */
169 , (OnigCodePoint )ONIG_INEFFECTIVE_META_CHAR /* zero or one time '?' */
170 , (OnigCodePoint )ONIG_INEFFECTIVE_META_CHAR /* one or more time '+' */
171 , (OnigCodePoint )ONIG_INEFFECTIVE_META_CHAR /* anychar anytime */
H A Dsjis.c80 sjis_code_to_mbclen(OnigCodePoint code) in sjis_code_to_mbclen()
95 static OnigCodePoint
99 OnigCodePoint n; in sjis_mbc_to_code()
115 sjis_code_to_mbc(OnigCodePoint code, UChar *buf) in sjis_code_to_mbc()
168 sjis_is_code_ctype(OnigCodePoint code, unsigned int ctype) in sjis_is_code_ctype()
219 (OnigCodePoint )'\\' /* esc */
220 , (OnigCodePoint )ONIG_INEFFECTIVE_META_CHAR /* anychar '.' */
221 , (OnigCodePoint )ONIG_INEFFECTIVE_META_CHAR /* anytime '*' */
222 , (OnigCodePoint )ONIG_INEFFECTIVE_META_CHAR /* zero or one time '?' */
223 , (OnigCodePoint )ONIG_INEFFECTIVE_META_CHAR /* one or more time '+' */
[all …]
H A Diso8859_1.c116 iso_8859_1_is_code_ctype(OnigCodePoint code, unsigned int ctype) in iso_8859_1_is_code_ctype()
132 (OnigCodePoint )'\\' /* esc */
133 , (OnigCodePoint )ONIG_INEFFECTIVE_META_CHAR /* anychar '.' */
134 , (OnigCodePoint )ONIG_INEFFECTIVE_META_CHAR /* anytime '*' */
135 , (OnigCodePoint )ONIG_INEFFECTIVE_META_CHAR /* zero or one time '?' */
136 , (OnigCodePoint )ONIG_INEFFECTIVE_META_CHAR /* one or more time '+' */
137 , (OnigCodePoint )ONIG_INEFFECTIVE_META_CHAR /* anychar anytime */
H A Dutf16_le.c55 utf16le_code_to_mbclen(OnigCodePoint code) in utf16le_code_to_mbclen()
82 static OnigCodePoint
85 OnigCodePoint code; in utf16le_mbc_to_code()
101 utf16le_code_to_mbc(OnigCodePoint code, UChar *buf) in utf16le_code_to_mbc()
211 (OnigCodePoint )'\\' /* esc */
212 , (OnigCodePoint )ONIG_INEFFECTIVE_META_CHAR /* anychar '.' */
213 , (OnigCodePoint )ONIG_INEFFECTIVE_META_CHAR /* anytime '*' */
214 , (OnigCodePoint )ONIG_INEFFECTIVE_META_CHAR /* zero or one time '?' */
215 , (OnigCodePoint )ONIG_INEFFECTIVE_META_CHAR /* one or more time '+' */
216 , (OnigCodePoint )ONIG_INEFFECTIVE_META_CHAR /* anychar anytime */
H A Dutf16_be.c76 static OnigCodePoint
79 OnigCodePoint code; in utf16be_mbc_to_code()
93 utf16be_code_to_mbclen(OnigCodePoint code) in utf16be_code_to_mbclen()
99 utf16be_code_to_mbc(OnigCodePoint code, UChar *buf) in utf16be_code_to_mbc()
213 (OnigCodePoint )'\\' /* esc */
214 , (OnigCodePoint )ONIG_INEFFECTIVE_META_CHAR /* anychar '.' */
215 , (OnigCodePoint )ONIG_INEFFECTIVE_META_CHAR /* anytime '*' */
216 , (OnigCodePoint )ONIG_INEFFECTIVE_META_CHAR /* zero or one time '?' */
217 , (OnigCodePoint )ONIG_INEFFECTIVE_META_CHAR /* one or more time '+' */
218 , (OnigCodePoint )ONIG_INEFFECTIVE_META_CHAR /* anychar anytime */
H A Diso8859_10.c153 iso_8859_10_is_code_ctype(OnigCodePoint code, unsigned int ctype) in iso_8859_10_is_code_ctype()
281 (OnigCodePoint )'\\' /* esc */
282 , (OnigCodePoint )ONIG_INEFFECTIVE_META_CHAR /* anychar '.' */
283 , (OnigCodePoint )ONIG_INEFFECTIVE_META_CHAR /* anytime '*' */
284 , (OnigCodePoint )ONIG_INEFFECTIVE_META_CHAR /* zero or one time '?' */
285 , (OnigCodePoint )ONIG_INEFFECTIVE_META_CHAR /* one or more time '+' */
286 , (OnigCodePoint )ONIG_INEFFECTIVE_META_CHAR /* anychar anytime */
H A Diso8859_13.c152 is_code_ctype(OnigCodePoint code, unsigned int ctype) in is_code_ctype()
249 (OnigCodePoint )'\\' /* esc */
250 , (OnigCodePoint )ONIG_INEFFECTIVE_META_CHAR /* anychar '.' */
251 , (OnigCodePoint )ONIG_INEFFECTIVE_META_CHAR /* anytime '*' */
252 , (OnigCodePoint )ONIG_INEFFECTIVE_META_CHAR /* zero or one time '?' */
253 , (OnigCodePoint )ONIG_INEFFECTIVE_META_CHAR /* one or more time '+' */
254 , (OnigCodePoint )ONIG_INEFFECTIVE_META_CHAR /* anychar anytime */
H A Diso8859_14.c152 is_code_ctype(OnigCodePoint code, unsigned int ctype) in is_code_ctype()
279 (OnigCodePoint )'\\' /* esc */
280 , (OnigCodePoint )ONIG_INEFFECTIVE_META_CHAR /* anychar '.' */
281 , (OnigCodePoint )ONIG_INEFFECTIVE_META_CHAR /* anytime '*' */
282 , (OnigCodePoint )ONIG_INEFFECTIVE_META_CHAR /* zero or one time '?' */
283 , (OnigCodePoint )ONIG_INEFFECTIVE_META_CHAR /* one or more time '+' */
284 , (OnigCodePoint )ONIG_INEFFECTIVE_META_CHAR /* anychar anytime */
H A Diso8859_3.c153 iso_8859_3_is_code_ctype(OnigCodePoint code, unsigned int ctype) in iso_8859_3_is_code_ctype()
262 (OnigCodePoint )'\\' /* esc */
263 , (OnigCodePoint )ONIG_INEFFECTIVE_META_CHAR /* anychar '.' */
264 , (OnigCodePoint )ONIG_INEFFECTIVE_META_CHAR /* anytime '*' */
265 , (OnigCodePoint )ONIG_INEFFECTIVE_META_CHAR /* zero or one time '?' */
266 , (OnigCodePoint )ONIG_INEFFECTIVE_META_CHAR /* one or more time '+' */
267 , (OnigCodePoint )ONIG_INEFFECTIVE_META_CHAR /* anychar anytime */
H A Diso8859_4.c153 iso_8859_4_is_code_ctype(OnigCodePoint code, unsigned int ctype) in iso_8859_4_is_code_ctype()
271 (OnigCodePoint )'\\' /* esc */
272 , (OnigCodePoint )ONIG_INEFFECTIVE_META_CHAR /* anychar '.' */
273 , (OnigCodePoint )ONIG_INEFFECTIVE_META_CHAR /* anytime '*' */
274 , (OnigCodePoint )ONIG_INEFFECTIVE_META_CHAR /* zero or one time '?' */
275 , (OnigCodePoint )ONIG_INEFFECTIVE_META_CHAR /* one or more time '+' */
276 , (OnigCodePoint )ONIG_INEFFECTIVE_META_CHAR /* anychar anytime */
H A Diso8859_5.c145 iso_8859_5_is_code_ctype(OnigCodePoint code, unsigned int ctype) in iso_8859_5_is_code_ctype()
277 (OnigCodePoint )'\\' /* esc */
278 , (OnigCodePoint )ONIG_INEFFECTIVE_META_CHAR /* anychar '.' */
279 , (OnigCodePoint )ONIG_INEFFECTIVE_META_CHAR /* anytime '*' */
280 , (OnigCodePoint )ONIG_INEFFECTIVE_META_CHAR /* zero or one time '?' */
281 , (OnigCodePoint )ONIG_INEFFECTIVE_META_CHAR /* one or more time '+' */
282 , (OnigCodePoint )ONIG_INEFFECTIVE_META_CHAR /* anychar anytime */
H A Diso8859_7.c152 iso_8859_7_is_code_ctype(OnigCodePoint code, unsigned int ctype) in iso_8859_7_is_code_ctype()
259 (OnigCodePoint )'\\' /* esc */
260 , (OnigCodePoint )ONIG_INEFFECTIVE_META_CHAR /* anychar '.' */
261 , (OnigCodePoint )ONIG_INEFFECTIVE_META_CHAR /* anytime '*' */
262 , (OnigCodePoint )ONIG_INEFFECTIVE_META_CHAR /* zero or one time '?' */
263 , (OnigCodePoint )ONIG_INEFFECTIVE_META_CHAR /* one or more time '+' */
264 , (OnigCodePoint )ONIG_INEFFECTIVE_META_CHAR /* anychar anytime */
H A Dkoi8.c144 koi8_is_code_ctype(OnigCodePoint code, unsigned int ctype) in koi8_is_code_ctype()
245 (OnigCodePoint )'\\' /* esc */
246 , (OnigCodePoint )ONIG_INEFFECTIVE_META_CHAR /* anychar '.' */
247 , (OnigCodePoint )ONIG_INEFFECTIVE_META_CHAR /* anytime '*' */
248 , (OnigCodePoint )ONIG_INEFFECTIVE_META_CHAR /* zero or one time '?' */
249 , (OnigCodePoint )ONIG_INEFFECTIVE_META_CHAR /* one or more time '+' */
250 , (OnigCodePoint )ONIG_INEFFECTIVE_META_CHAR /* anychar anytime */
/PHP-5.4/ext/mbstring/oniguruma/
H A Dregenc.h78 …c_not_support_get_ctype_code_range P_((int ctype, const OnigCodePoint* sbr[], const OnigCodePoint*…
86 ONIG_EXTERN int onigenc_single_byte_code_to_mbclen P_((OnigCodePoint code));
87 ONIG_EXTERN int onigenc_single_byte_code_to_mbc_first P_((OnigCodePoint code));
88 ONIG_EXTERN int onigenc_single_byte_code_to_mbc P_((OnigCodePoint code, UChar *buf));
97 ONIG_EXTERN int onigenc_mb2_code_to_mbclen P_((OnigCodePoint code));
98 ONIG_EXTERN int onigenc_mb2_code_to_mbc_first P_((OnigCodePoint code));
101 ONIG_EXTERN int onigenc_mb4_code_to_mbclen P_((OnigCodePoint code));
102 ONIG_EXTERN int onigenc_mb4_code_to_mbc_first P_((OnigCodePoint code));
106 ONIG_EXTERN int onigenc_get_all_fold_match_code_ss_0xdf P_((OnigCodePoint** codes));
110 …igenc_unicode_get_ctype_code_range P_((int ctype, const OnigCodePoint* sbr[], const OnigCodePoint*…
[all …]

Completed in 82 milliseconds

12