Ruby 3.0.5p211 (2022-11-24 revision ba5cf0f7c52d4d35cc6a173c89eda98ceffa2dcf)
|
Data Fields | |
const char * | name |
rb_encoding * | enc |
rb_encoding * | base |
Definition at line 63 of file encoding.c.
rb_encoding* rb_encoding_entry::base |
Definition at line 66 of file encoding.c.
rb_encoding* rb_encoding_entry::enc |
Definition at line 65 of file encoding.c.
Referenced by rb_define_dummy_encoding(), rb_enc_ascget(), rb_enc_associate(), rb_enc_associate_index(), rb_enc_autoload(), rb_enc_check(), rb_enc_check_str(), rb_enc_code_to_mbclen(), rb_enc_codelen(), rb_enc_codepoint(), rb_enc_codepoint_len(), rb_enc_dummy_p(), rb_enc_fast_mbclen(), rb_enc_find_index(), rb_enc_from_index(), rb_enc_mbclen(), rb_enc_precise_mbclen(), rb_enc_set_dummy(), rb_enc_to_index(), rb_enc_unicode_p(), rb_encdb_dummy(), rb_find_encoding(), rb_to_encoding(), and rb_to_encoding_index().
const char* rb_encoding_entry::name |
Definition at line 64 of file encoding.c.