Searched refs:OnigApplyAllCaseFoldFunc (Results 1 - 21 of 21) sorted by relevance

/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));
122 ONIG_EXTERN int onigenc_apply_all_case_fold_with_map P_((int map_size, const OnigPairCaseFoldCodes map[], int ess_tsett_flag, OnigCaseFoldType flag, OnigApplyAllCaseFoldFunc f, void* arg));
158 ONIG_EXTERN int onigenc_unicode_apply_all_case_fold P_((OnigCaseFoldType flag, OnigApplyAllCaseFoldFunc f, void* arg, OnigEncoding enc));
H A Dregenc.c411 OnigApplyAllCaseFoldFunc f, void* arg,
455 OnigApplyAllCaseFoldFunc f, void* arg)
466 OnigApplyAllCaseFoldFunc f, void* arg)
/macosx-10.9.5/ruby-104/ruby/enc/
H A Diso_8859_10.c207 OnigApplyAllCaseFoldFunc f, void* arg,
H A Diso_8859_13.c196 OnigApplyAllCaseFoldFunc f, void* arg,
H A Diso_8859_14.c209 OnigApplyAllCaseFoldFunc f, void* arg,
H A Diso_8859_15.c203 OnigApplyAllCaseFoldFunc f, void* arg,
H A Diso_8859_16.c205 OnigApplyAllCaseFoldFunc f, void* arg,
H A Diso_8859_2.c196 OnigApplyAllCaseFoldFunc f, void* arg,
H A Diso_8859_3.c203 OnigApplyAllCaseFoldFunc f, void* arg,
H A Diso_8859_4.c205 OnigApplyAllCaseFoldFunc f, void* arg,
H A Diso_8859_5.c193 OnigApplyAllCaseFoldFunc f, void* arg,
H A Diso_8859_7.c189 OnigApplyAllCaseFoldFunc f, void* arg,
H A Diso_8859_9.c196 OnigApplyAllCaseFoldFunc f, void* arg,
H A Dkoi8_r.c182 OnigApplyAllCaseFoldFunc f,
H A Dkoi8_u.c186 OnigApplyAllCaseFoldFunc f,
H A Dwindows_1251.c167 OnigApplyAllCaseFoldFunc f, void* arg, OnigEncoding enc ARG_UNUSED)
H A Diso_8859_1.c108 OnigApplyAllCaseFoldFunc f, void* arg,
H A Dshift_jis.c278 OnigApplyAllCaseFoldFunc f, void* arg, OnigEncoding enc)
H A Deuc_jp.c293 OnigApplyAllCaseFoldFunc f, void* arg, OnigEncoding enc)
H A Dunicode.c345 OnigApplyAllCaseFoldFunc f, void* arg,
/macosx-10.9.5/ruby-104/ruby/include/ruby/
H A Doniguruma.h158 typedef int (*OnigApplyAllCaseFoldFunc)(OnigCodePoint from, OnigCodePoint* to, int to_len, void* arg); typedef
170 int (*apply_all_case_fold)(OnigCaseFoldType flag, OnigApplyAllCaseFoldFunc f, void* arg, struct OnigEncodingTypeST* enc);

Completed in 92 milliseconds