Ruby
2.0.0p648(2015-12-16revision53162)
|
Data Fields | |
const char * | name |
rb_encoding * | enc |
rb_encoding * | base |
Definition at line 43 of file encoding.c.
rb_encoding* rb_encoding_entry::base |
Definition at line 46 of file encoding.c.
Referenced by enc_autoload(), and set_base_encoding().
rb_encoding* rb_encoding_entry::enc |
Definition at line 45 of file encoding.c.
Referenced by check_encoding(), enc_ascii_compatible_p(), enc_autoload(), enc_compatible_p(), enc_dummy_p(), enc_find(), enc_register_at(), must_encoding(), rb_define_dummy_encoding(), rb_enc_ascget(), rb_enc_associate(), rb_enc_check(), rb_enc_codelen(), rb_enc_codepoint(), rb_enc_codepoint_len(), rb_enc_fast_mbclen(), rb_enc_find_index(), rb_enc_from_encoding_index(), rb_enc_mbclen(), rb_enc_precise_mbclen(), rb_enc_unicode_p(), rb_encdb_dummy(), rb_find_encoding(), rb_to_encoding(), rb_to_encoding_index(), set_base_encoding(), str_find_encindex(), str_to_encindex(), and str_to_encoding().
const char* rb_encoding_entry::name |
Definition at line 44 of file encoding.c.
Referenced by enc_register_at().