Ruby
2.4.2p198(2017-09-14revision59899)
|
Go to the source code of this file.
Functions | |
static VALUE | locale_charmap (VALUE(*conv)(const char *)) |
VALUE | rb_locale_charmap (VALUE klass) |
static VALUE | enc_find_index (const char *name) |
int | rb_locale_charmap_index (void) |
int | Init_enc_set_filesystem_encoding (void) |
Definition at line 86 of file localeinit.c.
References rb_enc_find_index().
Referenced by rb_locale_charmap_index().
int Init_enc_set_filesystem_encoding | ( | void | ) |
Definition at line 98 of file localeinit.c.
References ENCINDEX_ASCII, ENCINDEX_UTF_8, rb_default_external_encoding(), rb_enc_find_index(), and rb_enc_to_index().
Definition at line 27 of file localeinit.c.
References ENCINDEX_US_ASCII, and nl_langinfo_codeset().
Referenced by rb_locale_charmap(), and rb_locale_charmap_index().
Definition at line 80 of file localeinit.c.
References locale_charmap(), and rb_usascii_str_new_cstr().
int rb_locale_charmap_index | ( | void | ) |
Definition at line 92 of file localeinit.c.
References enc_find_index(), and locale_charmap().