Ruby
2.1.10p492(2016-04-01revision54464)
|
#include <oniguruma.h>
int(* OnigEncodingTypeST::apply_all_case_fold)(OnigCaseFoldType flag, OnigApplyAllCaseFoldFunc f, void *arg, struct OnigEncodingTypeST *enc) |
int(* OnigEncodingTypeST::code_to_mbc)(OnigCodePoint code, OnigUChar *buf, struct OnigEncodingTypeST *enc) |
int(* OnigEncodingTypeST::code_to_mbclen)(OnigCodePoint code, struct OnigEncodingTypeST *enc) |
unsigned int OnigEncodingTypeST::flags |
Definition at line 177 of file ripper.y.
Referenced by rb_encdb_set_unicode().
int(* OnigEncodingTypeST::get_case_fold_codes_by_str)(OnigCaseFoldType flag, const OnigUChar *p, const OnigUChar *end, OnigCaseFoldCodeItem acs[], struct OnigEncodingTypeST *enc) |
int(* OnigEncodingTypeST::get_ctype_code_range)(OnigCtype ctype, OnigCodePoint *sb_out, const OnigCodePoint *ranges[], struct OnigEncodingTypeST *enc) |
int(* OnigEncodingTypeST::is_code_ctype)(OnigCodePoint code, OnigCtype ctype, struct OnigEncodingTypeST *enc) |
int OnigEncodingTypeST::max_enc_len |
Definition at line 162 of file ripper.y.
Referenced by slow_search().
OnigCodePoint(* OnigEncodingTypeST::mbc_to_code)(const OnigUChar *p, const OnigUChar *end, struct OnigEncodingTypeST *enc) |
int OnigEncodingTypeST::min_enc_len |
Definition at line 163 of file ripper.y.
Referenced by slow_search().
const char * OnigEncodingTypeST::name |
Definition at line 161 of file ripper.y.
Referenced by enc_register_at(), gzfile_reset(), rb_gzfile_ecopts(), rb_str_conv_enc_opts(), and rb_str_dump().
int(* OnigEncodingTypeST::property_name_to_ctype)(struct OnigEncodingTypeST *enc, OnigUChar *p, OnigUChar *end) |
Definition at line 171 of file ripper.y.
Referenced by node_extended_grapheme_cluster().
int OnigEncodingTypeST::ruby_encoding_index |
Definition at line 176 of file ripper.y.
Referenced by enc_autoload(), and enc_register_at().