Searched refs:OnigEncoding (Results 1 - 25 of 46) sorted by relevance

12

/macosx-10.9.5/ruby-104/ruby/
H A Dregenc.h120 ONIG_EXTERN int onigenc_ascii_apply_all_case_fold P_((OnigCaseFoldType flag, OnigApplyAllCaseFoldFunc f, void* arg, OnigEncoding enc));
121 ONIG_EXTERN int onigenc_ascii_get_case_fold_codes_by_str P_((OnigCaseFoldType flag, const OnigUChar* p, const OnigUChar* end, OnigCaseFoldCodeItem items[], OnigEncoding enc));
124 ONIG_EXTERN int onigenc_not_support_get_ctype_code_range P_((OnigCtype ctype, OnigCodePoint* sb_out, const OnigCodePoint* ranges[], OnigEncoding enc));
125 ONIG_EXTERN int onigenc_is_mbc_newline_0x0a P_((const UChar* p, const UChar* end, OnigEncoding enc));
129 ONIG_EXTERN int onigenc_ascii_mbc_case_fold P_((OnigCaseFoldType flag, const UChar** p, const UChar* end, UChar* lower, OnigEncoding enc));
130 ONIG_EXTERN int onigenc_single_byte_mbc_enc_len P_((const UChar* p, const UChar* e, OnigEncoding enc));
131 ONIG_EXTERN OnigCodePoint onigenc_single_byte_mbc_to_code P_((const UChar* p, const UChar* end, OnigEncoding enc));
132 ONIG_EXTERN int onigenc_single_byte_code_to_mbclen P_((OnigCodePoint code, OnigEncoding enc));
133 ONIG_EXTERN int onigenc_single_byte_code_to_mbc P_((OnigCodePoint code, UChar *buf, OnigEncoding enc));
134 ONIG_EXTERN UChar* onigenc_single_byte_left_adjust_char_head P_((const UChar* start, const UChar* s, const OnigUChar* end, OnigEncoding en
[all...]
H A Dregenc.c33 OnigEncoding OnigEncDefaultCharEncoding = ONIG_ENCODING_INIT_DEFAULT;
41 extern OnigEncoding
48 onigenc_set_default_encoding(OnigEncoding enc)
66 onigenc_get_right_adjust_char_head(OnigEncoding enc, const UChar* start, const UChar* s, const UChar* end)
76 onigenc_get_right_adjust_char_head_with_prev(OnigEncoding enc,
92 onigenc_get_prev_char_head(OnigEncoding enc, const UChar* start, const UChar* s, const UChar* end)
101 onigenc_step_back(OnigEncoding enc, const UChar* start, const UChar* s, const UChar* end, int n)
113 onigenc_step(OnigEncoding enc, const UChar* p, const UChar* end, int n)
123 onigenc_strlen(OnigEncoding enc, const UChar* p, const UChar* end)
136 onigenc_strlen_null(OnigEncoding en
[all...]
/macosx-10.9.5/ruby-104/ruby/enc/
H A Dus_ascii.c4 us_ascii_mbc_enc_len(const UChar* p, const UChar* e, OnigEncoding enc)
H A Dutf_16be.c57 OnigEncoding enc ARG_UNUSED)
85 OnigEncoding enc)
103 OnigEncoding enc)
119 OnigEncoding enc)
126 OnigEncoding enc)
149 OnigEncoding enc)
212 OnigEncoding enc ARG_UNUSED)
230 OnigEncoding enc)
H A Dutf_16le.c57 OnigEncoding enc ARG_UNUSED)
78 OnigEncoding enc ARG_UNUSED)
96 OnigEncoding enc ARG_UNUSED)
114 OnigEncoding enc ARG_UNUSED)
121 OnigEncoding enc ARG_UNUSED)
144 OnigEncoding enc)
205 OnigEncoding enc ARG_UNUSED)
223 OnigEncoding enc)
H A Dutf_32be.c34 OnigEncoding enc ARG_UNUSED)
41 OnigEncoding enc ARG_UNUSED)
60 OnigEncoding enc ARG_UNUSED)
67 OnigEncoding enc ARG_UNUSED)
74 OnigEncoding enc ARG_UNUSED)
88 OnigEncoding enc)
152 OnigEncoding enc ARG_UNUSED)
166 OnigEncoding enc)
H A Dutf_32le.c34 OnigEncoding enc ARG_UNUSED)
41 OnigEncoding enc ARG_UNUSED)
60 OnigEncoding enc ARG_UNUSED)
67 OnigEncoding enc ARG_UNUSED)
74 OnigEncoding enc ARG_UNUSED)
88 OnigEncoding enc)
152 OnigEncoding enc ARG_UNUSED)
166 OnigEncoding enc)
H A Dcp949.c118 cp949_mbc_enc_len(const UChar* p, const UChar* e, OnigEncoding enc ARG_UNUSED)
133 cp949_mbc_to_code(const UChar* p, const UChar* end, OnigEncoding enc)
139 cp949_code_to_mbc(OnigCodePoint code, UChar *buf, OnigEncoding enc)
146 UChar* lower, OnigEncoding enc)
155 const UChar** pp, const UChar* end, OnigEncoding enc)
162 cp949_is_code_ctype(OnigCodePoint code, unsigned int ctype, OnigEncoding enc)
168 cp949_left_adjust_char_head(const UChar* start, const UChar* s, const UChar* end, OnigEncoding enc)
191 cp949_is_allowed_reverse_match(const UChar* s, const UChar* end ARG_UNUSED, OnigEncoding enc ARG_UNUSED)
H A Deuc_kr.c96 euckr_mbc_enc_len(const UChar* p, const UChar* e, OnigEncoding enc ARG_UNUSED)
111 euckr_mbc_to_code(const UChar* p, const UChar* end, OnigEncoding enc)
117 euckr_code_to_mbc(OnigCodePoint code, UChar *buf, OnigEncoding enc)
124 UChar* lower, OnigEncoding enc)
133 const UChar** pp, const UChar* end, OnigEncoding enc)
140 euckr_is_code_ctype(OnigCodePoint code, unsigned int ctype, OnigEncoding enc)
148 euckr_left_adjust_char_head(const UChar* start, const UChar* s, const UChar* end, OnigEncoding enc)
167 euckr_is_allowed_reverse_match(const UChar* s, const UChar* end ARG_UNUSED, OnigEncoding enc ARG_UNUSED)
H A Dgbk.c118 gbk_mbc_enc_len(const UChar* p, const UChar* e, OnigEncoding enc ARG_UNUSED)
133 gbk_mbc_to_code(const UChar* p, const UChar* end, OnigEncoding enc)
139 gbk_code_to_mbc(OnigCodePoint code, UChar *buf, OnigEncoding enc)
146 UChar* lower, OnigEncoding enc)
155 const UChar** pp, const UChar* end, OnigEncoding enc)
162 gbk_is_code_ctype(OnigCodePoint code, unsigned int ctype, OnigEncoding enc)
168 gbk_left_adjust_char_head(const UChar* start, const UChar* s, const UChar* end, OnigEncoding enc)
191 gbk_is_allowed_reverse_match(const UChar* s, const UChar* end ARG_UNUSED, OnigEncoding enc ARG_UNUSED)
H A Dbig5.c168 big5_mbc_enc_len(const UChar* p, const UChar* e, OnigEncoding enc ARG_UNUSED)
174 big5_hkscs_mbc_enc_len(const UChar* p, const UChar* e, OnigEncoding enc ARG_UNUSED)
180 big5_uao_mbc_enc_len(const UChar* p, const UChar* e, OnigEncoding enc ARG_UNUSED)
186 big5_mbc_to_code(const UChar* p, const UChar* end, OnigEncoding enc)
192 big5_code_to_mbc(OnigCodePoint code, UChar *buf, OnigEncoding enc)
199 UChar* lower, OnigEncoding enc)
208 const UChar** pp, const UChar* end, OnigEncoding enc)
215 big5_is_code_ctype(OnigCodePoint code, unsigned int ctype, OnigEncoding enc)
249 big5_left_adjust_char_head(const UChar* start, const UChar* s, const UChar* end, OnigEncoding enc)
272 big5_is_allowed_reverse_match(const UChar* s, const UChar* end ARG_UNUSED, OnigEncoding en
[all...]
H A Dkoi8_r.c109 UChar* lower, OnigEncoding enc ARG_UNUSED)
121 const UChar* end, OnigEncoding enc ARG_UNUSED)
134 OnigEncoding enc ARG_UNUSED)
183 void* arg, OnigEncoding enc ARG_UNUSED)
193 OnigCaseFoldCodeItem items[], OnigEncoding enc ARG_UNUSED)
H A Dkoi8_u.c109 UChar* lower, OnigEncoding enc ARG_UNUSED)
121 const UChar* end, OnigEncoding enc ARG_UNUSED)
134 OnigEncoding enc ARG_UNUSED)
187 void* arg, OnigEncoding enc ARG_UNUSED)
197 OnigCaseFoldCodeItem items[], OnigEncoding enc ARG_UNUSED)
H A Dshift_jis.c210 mbc_enc_len(const UChar* p, const UChar* e, OnigEncoding enc ARG_UNUSED)
224 code_to_mbclen(OnigCodePoint code, OnigEncoding enc ARG_UNUSED)
243 mbc_to_code(const UChar* p, const UChar* end, OnigEncoding enc)
262 code_to_mbc(OnigCodePoint code, UChar *buf, OnigEncoding enc)
278 OnigApplyAllCaseFoldFunc f, void* arg, OnigEncoding enc)
327 OnigCaseFoldCodeItem items[], OnigEncoding enc)
359 OnigEncoding enc)
406 left_adjust_char_head(const UChar* start, const UChar* s, const UChar* end, OnigEncoding enc)
429 is_allowed_reverse_match(const UChar* s, const UChar* end, OnigEncoding enc ARG_UNUSED)
514 property_name_to_ctype(OnigEncoding en
[all...]
H A Diso_8859_10.c109 UChar* lower, OnigEncoding enc ARG_UNUSED)
148 is_code_ctype(OnigCodePoint code, unsigned int ctype, OnigEncoding enc ARG_UNUSED)
208 OnigEncoding enc ARG_UNUSED)
219 OnigEncoding enc ARG_UNUSED)
H A Diso_8859_13.c109 UChar* lower, OnigEncoding enc ARG_UNUSED)
152 is_code_ctype(OnigCodePoint code, unsigned int ctype, OnigEncoding enc ARG_UNUSED)
197 OnigEncoding enc ARG_UNUSED)
208 OnigEncoding enc ARG_UNUSED)
H A Diso_8859_14.c109 UChar* lower, OnigEncoding enc ARG_UNUSED)
149 is_code_ctype(OnigCodePoint code, unsigned int ctype, OnigEncoding enc ARG_UNUSED)
210 OnigEncoding enc ARG_UNUSED)
221 OnigEncoding enc ARG_UNUSED)
H A Diso_8859_15.c109 UChar* lower, OnigEncoding enc ARG_UNUSED)
153 is_code_ctype(OnigCodePoint code, unsigned int ctype, OnigEncoding enc ARG_UNUSED)
204 OnigEncoding enc ARG_UNUSED)
215 OnigEncoding enc ARG_UNUSED)
H A Diso_8859_16.c109 OnigEncoding enc ARG_UNUSED)
148 is_code_ctype(OnigCodePoint code, unsigned int ctype, OnigEncoding enc ARG_UNUSED)
206 OnigEncoding enc ARG_UNUSED)
217 OnigEncoding enc ARG_UNUSED)
H A Diso_8859_2.c111 OnigEncoding enc ARG_UNUSED)
197 OnigEncoding enc ARG_UNUSED)
208 OnigEncoding enc ARG_UNUSED)
216 is_code_ctype(OnigCodePoint code, unsigned int ctype, OnigEncoding enc ARG_UNUSED)
H A Diso_8859_3.c109 OnigEncoding enc ARG_UNUSED)
152 is_code_ctype(OnigCodePoint code, unsigned int ctype, OnigEncoding enc ARG_UNUSED)
204 OnigEncoding enc ARG_UNUSED)
215 OnigEncoding enc ARG_UNUSED)
H A Diso_8859_4.c109 OnigEncoding enc ARG_UNUSED)
151 is_code_ctype(OnigCodePoint code, unsigned int ctype, OnigEncoding enc ARG_UNUSED)
206 OnigEncoding enc ARG_UNUSED)
217 OnigEncoding enc ARG_UNUSED)
H A Diso_8859_5.c109 OnigEncoding enc ARG_UNUSED)
132 is_code_ctype(OnigCodePoint code, unsigned int ctype, OnigEncoding enc ARG_UNUSED)
194 OnigEncoding enc ARG_UNUSED)
205 OnigEncoding enc ARG_UNUSED)
/macosx-10.9.5/ruby-104/ruby/include/ruby/
H A Dregex.h33 ONIG_EXTERN OnigEncoding OnigEncDefaultCharEncoding;
H A Doniguruma.h181 typedef OnigEncodingType* OnigEncoding; typedef
187 #define ONIG_ENCODING_UNDEF ((OnigEncoding )0)
309 OnigUChar* onigenc_step_back P_((OnigEncoding enc, const OnigUChar* start, const OnigUChar* s, const OnigUChar* end, int n));
316 int onigenc_set_default_encoding P_((OnigEncoding enc));
318 OnigEncoding onigenc_get_default_encoding P_((void));
322 OnigUChar* onigenc_get_right_adjust_char_head_with_prev P_((OnigEncoding enc, const OnigUChar* start, const OnigUChar* s, const OnigUChar* end, const OnigUChar** prev));
324 OnigUChar* onigenc_get_prev_char_head P_((OnigEncoding enc, const OnigUChar* start, const OnigUChar* s, const OnigUChar* end));
326 OnigUChar* onigenc_get_left_adjust_char_head P_((OnigEncoding enc, const OnigUChar* start, const OnigUChar* s, const OnigUChar* end));
328 OnigUChar* onigenc_get_right_adjust_char_head P_((OnigEncoding enc, const OnigUChar* start, const OnigUChar* s, const OnigUChar* end));
330 int onigenc_strlen P_((OnigEncoding en
[all...]

Completed in 190 milliseconds

12