Ruby 2.7.6p219 (2022-04-12 revision c9c2245c0a25176072e02db9254f0e0c84c805cd)
|
Go to the source code of this file.
Typedefs | |
typedef const OnigEncodingType | rb_encoding |
typedef struct rb_econv_t | rb_econv_t |
Variables | |
RUBY_EXTERN VALUE | rb_cEncoding |
#define ECONV_AFTER_OUTPUT RUBY_ECONV_AFTER_OUTPUT |
Definition at line 416 of file encoding.h.
#define ECONV_CR_NEWLINE_DECORATOR RUBY_ECONV_CR_NEWLINE_DECORATOR |
Definition at line 404 of file encoding.h.
#define ECONV_CRLF_NEWLINE_DECORATOR RUBY_ECONV_CRLF_NEWLINE_DECORATOR |
Definition at line 403 of file encoding.h.
#define ECONV_DECORATOR_MASK RUBY_ECONV_DECORATOR_MASK |
Definition at line 398 of file encoding.h.
#define ECONV_DEFAULT_NEWLINE_DECORATOR RUBY_ECONV_DEFAULT_NEWLINE_DECORATOR |
Definition at line 409 of file encoding.h.
#define ECONV_ERROR_HANDLER_MASK RUBY_ECONV_ERROR_HANDLER_MASK |
Definition at line 392 of file encoding.h.
#define ECONV_INVALID_MASK RUBY_ECONV_INVALID_MASK |
Definition at line 393 of file encoding.h.
#define ECONV_INVALID_REPLACE RUBY_ECONV_INVALID_REPLACE |
Definition at line 394 of file encoding.h.
#define ECONV_NEWLINE_DECORATOR_MASK RUBY_ECONV_NEWLINE_DECORATOR_MASK |
Definition at line 399 of file encoding.h.
#define ECONV_NEWLINE_DECORATOR_READ_MASK RUBY_ECONV_NEWLINE_DECORATOR_READ_MASK |
Definition at line 400 of file encoding.h.
#define ECONV_NEWLINE_DECORATOR_WRITE_MASK RUBY_ECONV_NEWLINE_DECORATOR_WRITE_MASK |
Definition at line 401 of file encoding.h.
#define ECONV_PARTIAL_INPUT RUBY_ECONV_PARTIAL_INPUT |
Definition at line 415 of file encoding.h.
#define ECONV_STATEFUL_DECORATOR_MASK RUBY_ECONV_STATEFUL_DECORATOR_MASK |
Definition at line 407 of file encoding.h.
#define ECONV_UNDEF_HEX_CHARREF RUBY_ECONV_UNDEF_HEX_CHARREF |
Definition at line 397 of file encoding.h.
#define ECONV_UNDEF_MASK RUBY_ECONV_UNDEF_MASK |
Definition at line 395 of file encoding.h.
#define ECONV_UNDEF_REPLACE RUBY_ECONV_UNDEF_REPLACE |
Definition at line 396 of file encoding.h.
#define ECONV_UNIVERSAL_NEWLINE_DECORATOR RUBY_ECONV_UNIVERSAL_NEWLINE_DECORATOR |
Definition at line 402 of file encoding.h.
#define ECONV_XML_ATTR_CONTENT_DECORATOR RUBY_ECONV_XML_ATTR_CONTENT_DECORATOR |
Definition at line 406 of file encoding.h.
#define ECONV_XML_ATTR_QUOTE_DECORATOR RUBY_ECONV_XML_ATTR_QUOTE_DECORATOR |
Definition at line 408 of file encoding.h.
#define ECONV_XML_TEXT_DECORATOR RUBY_ECONV_XML_TEXT_DECORATOR |
Definition at line 405 of file encoding.h.
#define ENC_CODERANGE | ( | obj | ) | RB_ENC_CODERANGE(obj) |
Definition at line 108 of file encoding.h.
#define ENC_CODERANGE_7BIT RUBY_ENC_CODERANGE_7BIT |
Definition at line 104 of file encoding.h.
#define ENC_CODERANGE_AND | ( | a, | |
b | |||
) | RB_ENC_CODERANGE_AND(a, b) |
Definition at line 112 of file encoding.h.
#define ENC_CODERANGE_ASCIIONLY | ( | obj | ) | RB_ENC_CODERANGE_ASCIIONLY(obj) |
Definition at line 109 of file encoding.h.
#define ENC_CODERANGE_BROKEN RUBY_ENC_CODERANGE_BROKEN |
Definition at line 106 of file encoding.h.
#define ENC_CODERANGE_CLEAN_P | ( | cr | ) | RB_ENC_CODERANGE_CLEAN_P(cr) |
Definition at line 107 of file encoding.h.
#define ENC_CODERANGE_CLEAR | ( | obj | ) | RB_ENC_CODERANGE_CLEAR(obj) |
Definition at line 111 of file encoding.h.
#define ENC_CODERANGE_MASK RUBY_ENC_CODERANGE_MASK |
Definition at line 102 of file encoding.h.
#define ENC_CODERANGE_SET | ( | obj, | |
cr | |||
) | RB_ENC_CODERANGE_SET(obj,cr) |
Definition at line 110 of file encoding.h.
#define ENC_CODERANGE_UNKNOWN RUBY_ENC_CODERANGE_UNKNOWN |
Definition at line 103 of file encoding.h.
#define ENC_CODERANGE_VALID RUBY_ENC_CODERANGE_VALID |
Definition at line 105 of file encoding.h.
#define ENCODING_CODERANGE_SET | ( | obj, | |
encindex, | |||
cr | |||
) | RB_ENCODING_CODERANGE_SET(obj, encindex, cr) |
Definition at line 113 of file encoding.h.
#define ENCODING_GET | ( | obj | ) | RB_ENCODING_GET(obj) |
Definition at line 62 of file encoding.h.
#define ENCODING_GET_INLINED | ( | obj | ) | RB_ENCODING_GET_INLINED(obj) |
Definition at line 61 of file encoding.h.
#define ENCODING_INLINE_MAX RUBY_ENCODING_INLINE_MAX |
Definition at line 40 of file encoding.h.
#define ENCODING_IS_ASCII8BIT | ( | obj | ) | RB_ENCODING_IS_ASCII8BIT(obj) |
Definition at line 63 of file encoding.h.
#define ENCODING_MASK RUBY_ENCODING_MASK |
Definition at line 42 of file encoding.h.
#define ENCODING_MAXNAMELEN RUBY_ENCODING_MAXNAMELEN |
Definition at line 64 of file encoding.h.
#define ENCODING_SET | ( | obj, | |
i | |||
) | RB_ENCODING_SET(obj,i) |
Definition at line 60 of file encoding.h.
#define ENCODING_SET_INLINED | ( | obj, | |
i | |||
) | RB_ENCODING_SET_INLINED(obj,i) |
Definition at line 59 of file encoding.h.
#define ENCODING_SHIFT RUBY_ENCODING_SHIFT |
Definition at line 41 of file encoding.h.
#define MBCLEN_CHARFOUND_LEN | ( | ret | ) | ONIGENC_MBCLEN_CHARFOUND_LEN(ret) |
Definition at line 192 of file encoding.h.
#define MBCLEN_CHARFOUND_P | ( | ret | ) | ONIGENC_MBCLEN_CHARFOUND_P(ret) |
Definition at line 191 of file encoding.h.
#define MBCLEN_INVALID_P | ( | ret | ) | ONIGENC_MBCLEN_INVALID_P(ret) |
Definition at line 193 of file encoding.h.
#define MBCLEN_NEEDMORE_LEN | ( | ret | ) | ONIGENC_MBCLEN_NEEDMORE_LEN(ret) |
Definition at line 195 of file encoding.h.
#define MBCLEN_NEEDMORE_P | ( | ret | ) | ONIGENC_MBCLEN_NEEDMORE_P(ret) |
Definition at line 194 of file encoding.h.
#define rb_enc_asciicompat | ( | enc | ) | rb_enc_asciicompat_inline(enc) |
Definition at line 245 of file encoding.h.
#define rb_enc_code_to_mbclen | ( | c, | |
enc | |||
) | ONIGENC_CODE_TO_MBCLEN((enc), (c)); |
Definition at line 214 of file encoding.h.
#define rb_enc_codepoint | ( | p, | |
e, | |||
enc | |||
) | rb_enc_codepoint_len((p),(e),0,(enc)) |
Definition at line 207 of file encoding.h.
#define RB_ENC_CODERANGE | ( | obj | ) | ((int)RBASIC(obj)->flags & RUBY_ENC_CODERANGE_MASK) |
Definition at line 82 of file encoding.h.
#define RB_ENC_CODERANGE_AND | ( | a, | |
b | |||
) |
Definition at line 90 of file encoding.h.
#define RB_ENC_CODERANGE_ASCIIONLY | ( | obj | ) | (RB_ENC_CODERANGE(obj) == RUBY_ENC_CODERANGE_7BIT) |
Definition at line 83 of file encoding.h.
#define RB_ENC_CODERANGE_CLEAN_P | ( | cr | ) | rb_enc_coderange_clean_p(cr) |
Definition at line 81 of file encoding.h.
#define RB_ENC_CODERANGE_CLEAR | ( | obj | ) | RB_ENC_CODERANGE_SET((obj),0) |
Definition at line 87 of file encoding.h.
#define RB_ENC_CODERANGE_SET | ( | obj, | |
cr | |||
) |
Definition at line 84 of file encoding.h.
#define rb_enc_is_newline | ( | p, | |
end, | |||
enc | |||
) | ONIGENC_IS_MBC_NEWLINE((enc),(UChar*)(p),(UChar*)(end)) |
Definition at line 227 of file encoding.h.
#define rb_enc_isalnum | ( | c, | |
enc | |||
) | ONIGENC_IS_CODE_ALNUM((enc),(c)) |
Definition at line 235 of file encoding.h.
#define rb_enc_isalpha | ( | c, | |
enc | |||
) | ONIGENC_IS_CODE_ALPHA((enc),(c)) |
Definition at line 231 of file encoding.h.
#define rb_enc_isascii | ( | c, | |
enc | |||
) | ONIGENC_IS_CODE_ASCII(c) |
Definition at line 230 of file encoding.h.
#define rb_enc_isctype | ( | c, | |
t, | |||
enc | |||
) | ONIGENC_IS_CODE_CTYPE((enc),(c),(t)) |
Definition at line 229 of file encoding.h.
#define rb_enc_isdigit | ( | c, | |
enc | |||
) | ONIGENC_IS_CODE_DIGIT((enc),(c)) |
Definition at line 238 of file encoding.h.
#define rb_enc_islower | ( | c, | |
enc | |||
) | ONIGENC_IS_CODE_LOWER((enc),(c)) |
Definition at line 232 of file encoding.h.
#define rb_enc_isprint | ( | c, | |
enc | |||
) | ONIGENC_IS_CODE_PRINT((enc),(c)) |
Definition at line 236 of file encoding.h.
#define rb_enc_ispunct | ( | c, | |
enc | |||
) | ONIGENC_IS_CODE_PUNCT((enc),(c)) |
Definition at line 234 of file encoding.h.
#define rb_enc_isspace | ( | c, | |
enc | |||
) | ONIGENC_IS_CODE_SPACE((enc),(c)) |
Definition at line 237 of file encoding.h.
#define rb_enc_isupper | ( | c, | |
enc | |||
) | ONIGENC_IS_CODE_UPPER((enc),(c)) |
Definition at line 233 of file encoding.h.
#define rb_enc_left_char_head | ( | s, | |
p, | |||
e, | |||
enc | |||
) | ((char *)onigenc_get_left_adjust_char_head((enc),(UChar*)(s),(UChar*)(p),(UChar*)(e))) |
Definition at line 222 of file encoding.h.
#define rb_enc_mbc_to_codepoint | ( | p, | |
e, | |||
enc | |||
) | ONIGENC_MBC_TO_CODE((enc),(UChar*)(p),(UChar*)(e)) |
Definition at line 208 of file encoding.h.
#define rb_enc_mbcput | ( | c, | |
buf, | |||
enc | |||
) | ONIGENC_CODE_TO_MBC((enc),(c),(UChar*)(buf)) |
Definition at line 217 of file encoding.h.
#define rb_enc_mbmaxlen | ( | enc | ) | (enc)->max_enc_len |
Definition at line 181 of file encoding.h.
#define rb_enc_mbminlen | ( | enc | ) | (enc)->min_enc_len |
Definition at line 180 of file encoding.h.
#define rb_enc_name | ( | enc | ) | (enc)->name |
Definition at line 177 of file encoding.h.
#define rb_enc_prev_char | ( | s, | |
p, | |||
e, | |||
enc | |||
) | ((char *)onigenc_get_prev_char_head((enc),(UChar*)(s),(UChar*)(p),(UChar*)(e))) |
Definition at line 220 of file encoding.h.
#define rb_enc_right_char_head | ( | s, | |
p, | |||
e, | |||
enc | |||
) | ((char *)onigenc_get_right_adjust_char_head((enc),(UChar*)(s),(UChar*)(p),(UChar*)(e))) |
Definition at line 223 of file encoding.h.
#define rb_enc_step_back | ( | s, | |
p, | |||
e, | |||
n, | |||
enc | |||
) | ((char *)onigenc_step_back((enc),(UChar*)(s),(UChar*)(p),(UChar*)(e),(int)(n))) |
Definition at line 224 of file encoding.h.
#define rb_enc_str_asciicompat_p | ( | str | ) | rb_enc_asciicompat(rb_enc_get(str)) |
Definition at line 257 of file encoding.h.
#define RB_ENCODING_CODERANGE_SET | ( | obj, | |
encindex, | |||
cr | |||
) |
Definition at line 95 of file encoding.h.
#define RB_ENCODING_GET | ( | obj | ) |
Definition at line 52 of file encoding.h.
#define RB_ENCODING_GET_INLINED | ( | obj | ) | (int)((RBASIC(obj)->flags & RUBY_ENCODING_MASK)>>RUBY_ENCODING_SHIFT) |
Definition at line 50 of file encoding.h.
#define RB_ENCODING_IS_ASCII8BIT | ( | obj | ) | (RB_ENCODING_GET_INLINED(obj) == 0) |
Definition at line 57 of file encoding.h.
#define RB_ENCODING_SET | ( | obj, | |
i | |||
) | rb_enc_set_index((obj), (i)) |
Definition at line 48 of file encoding.h.
Definition at line 44 of file encoding.h.
typedef struct rb_econv_t rb_econv_t |
Definition at line 307 of file encoding.h.
typedef const OnigEncodingType rb_encoding |
Definition at line 115 of file encoding.h.
enum rb_econv_result_t |
Enumerator | |
---|---|
econv_invalid_byte_sequence | |
econv_undefined_conversion | |
econv_destination_buffer_full | |
econv_source_buffer_empty | |
econv_finished | |
econv_after_output | |
econv_incomplete_input |
Definition at line 297 of file encoding.h.
enum ruby_coderange_type |
Enumerator | |
---|---|
RUBY_ENC_CODERANGE_UNKNOWN | |
RUBY_ENC_CODERANGE_7BIT | |
RUBY_ENC_CODERANGE_VALID | |
RUBY_ENC_CODERANGE_BROKEN | |
RUBY_ENC_CODERANGE_MASK |
Definition at line 66 of file encoding.h.
enum ruby_econv_flag_type |
Definition at line 361 of file encoding.h.
enum ruby_encoding_consts |
Enumerator | |
---|---|
RUBY_ENCODING_INLINE_MAX | |
RUBY_ENCODING_SHIFT | |
RUBY_ENCODING_MASK | |
RUBY_ENCODING_MAXNAMELEN |
Definition at line 32 of file encoding.h.
CONSTFUNC | ( | int | rb_ascii8bit_encindexvoid | ) |
CONSTFUNC | ( | int | rb_enc_toupperint c, rb_encoding *enc | ) |
PRINTF_ARGS | ( | NORETURN(void rb_enc_raise(rb_encoding *, VALUE, const char *,...)) | , |
3 | , | ||
4 | |||
) |
PRINTF_ARGS | ( | VALUE | rb_enc_sprintfrb_encoding *, const char *,..., |
2 | , | ||
3 | |||
) |
PUREFUNC | ( | int | rb_enc_dummy_prb_encoding *enc | ) |
rb_encoding * rb_ascii8bit_encoding | ( | void | ) |
Definition at line 1316 of file encoding.c.
Referenced by rb_define_dummy_encoding(), rb_glob(), rb_str_conv_enc_opts(), rb_symname_p(), ruby_brace_glob(), and ruby_init_loadpath().
Definition at line 319 of file re.c.
References ARG_ENCODING_NONE, ENCINDEX_EUC_JP, ENCINDEX_Windows_31J, rb_ascii8bit_encindex(), and rb_utf8_encindex().
ID rb_check_id_cstr | ( | const char * | ptr, |
long | len, | ||
rb_encoding * | enc | ||
) |
Definition at line 988 of file symbol.c.
References len, name, ptr, and rb_setup_fake_str().
Referenced by rb_deprecate_constant(), rb_iv_get(), and rb_path_to_class().
VALUE rb_check_symbol_cstr | ( | const char * | ptr, |
long | len, | ||
rb_encoding * | enc | ||
) |
rb_encoding * rb_default_external_encoding | ( | void | ) |
Definition at line 1427 of file encoding.c.
Referenced by Init_enc_set_filesystem_encoding(), rb_enc_default_external(), rb_external_str_new(), rb_external_str_new_cstr(), rb_inspect(), rb_str_export(), rb_str_quote_unprintable(), and rb_str_symname_p().
rb_encoding * rb_default_internal_encoding | ( | void | ) |
Definition at line 1512 of file encoding.c.
Referenced by rb_enc_default_internal(), rb_external_str_with_enc(), rb_inspect(), rb_str_quote_unprintable(), rb_str_symname_p(), and rsock_raise_socket_error().
Definition at line 462 of file encoding.c.
References rb_encoding_entry::enc, index, name, rb_ascii8bit_encoding(), and rb_enc_replicate().
VALUE rb_econv_append | ( | rb_econv_t * | ec, |
const char * | bytesrc, | ||
long | bytesize, | ||
VALUE | dst, | ||
int | flags | ||
) |
Definition at line 1796 of file transcode.c.
References rb_econv_t::destination_encoding, dp, econv_destination_buffer_full, rb_econv_t::last_tc, len, long, LONG_MAX, rb_transcoder::max_output, NIL_P, rb_eArgError, rb_econv_check_error(), rb_econv_convert(), rb_enc_associate(), rb_raise(), rb_str_buf_new(), rb_str_capacity(), rb_str_resize(), rb_str_set_len(), RSTRING_LEN, RSTRING_PTR, and rb_transcoding::transcoder.
Referenced by rb_econv_substr_append().
Definition at line 1769 of file transcode.c.
References st_lookup(), and v.
void rb_econv_binmode | ( | rb_econv_t * | ec | ) |
Definition at line 1925 of file transcode.c.
References ECONV_CR_NEWLINE_DECORATOR, ECONV_CRLF_NEWLINE_DECORATOR, ECONV_NEWLINE_DECORATOR_MASK, ECONV_UNIVERSAL_NEWLINE_DECORATOR, and rb_econv_t::flags.
Referenced by rb_io_binmode().
void rb_econv_check_error | ( | rb_econv_t * | ec | ) |
void rb_econv_close | ( | rb_econv_t * | ec | ) |
Definition at line 1685 of file transcode.c.
References i, rb_econv_t::num_trans, rb_econv_t::replacement_allocated, rb_econv_t::replacement_str, and xfree.
rb_econv_result_t rb_econv_convert | ( | rb_econv_t * | ec, |
const unsigned char ** | source_buffer_ptr, | ||
const unsigned char * | source_buffer_end, | ||
unsigned char ** | destination_buffer_ptr, | ||
unsigned char * | destination_buffer_end, | ||
int | flags | ||
) |
Definition at line 1429 of file transcode.c.
References rb_econv_t::started.
Referenced by rb_econv_append().
int rb_econv_decorate_at_first | ( | rb_econv_t * | ec, |
const char * | decorator_name | ||
) |
Definition at line 1891 of file transcode.c.
References rb_econv_t::num_trans.
int rb_econv_decorate_at_last | ( | rb_econv_t * | ec, |
const char * | decorator_name | ||
) |
Definition at line 1908 of file transcode.c.
References rb_econv_t::num_trans.
const char * rb_econv_encoding_to_insert_output | ( | rb_econv_t * | ec | ) |
Definition at line 1486 of file transcode.c.
References asciicompat_encoder, rb_econv_t::last_tc, NULL, and rb_transcoding::transcoder.
Referenced by rb_econv_insert_output(), and rb_econv_set_replacement().
Definition at line 3167 of file transcode.c.
References Qnil.
int rb_econv_insert_output | ( | rb_econv_t * | ec, |
const unsigned char * | str, | ||
size_t | len, | ||
const char * | str_encoding | ||
) |
Definition at line 1570 of file transcode.c.
References encoding_equal, len, NULL, rb_econv_encoding_to_insert_output(), rb_econv_t::started, and str.
VALUE rb_econv_make_exception | ( | rb_econv_t * | ec | ) |
Definition at line 4218 of file transcode.c.
rb_econv_t * rb_econv_open | ( | const char * | source_encoding, |
const char * | destination_encoding, | ||
int | ecflags | ||
) |
Definition at line 1052 of file transcode.c.
References i, and MAX_ECFLAGS_DECORATORS.
Definition at line 2019 of file transcode.c.
References exc, and rb_str_new_cstr.
rb_econv_t * rb_econv_open_opts | ( | const char * | source_encoding, |
const char * | destination_encoding, | ||
int | ecflags, | ||
VALUE | ecopts | ||
) |
Definition at line 2561 of file transcode.c.
References NIL_P, OBJ_FROZEN, Qnil, rb_bug(), rb_hash_aref(), RB_TYPE_P, and T_HASH.
Definition at line 2510 of file transcode.c.
References NIL_P, Qnil, and v.
Referenced by rb_econv_prepare_opts().
Definition at line 2555 of file transcode.c.
References rb_econv_prepare_options().
void rb_econv_putback | ( | rb_econv_t * | ec, |
unsigned char * | p, | ||
int | n | ||
) |
Definition at line 1736 of file transcode.c.
References rb_econv_t::elems, memcpy(), n, rb_econv_t::num_trans, rb_transcoding::readagain_len, rb_transcoding::recognized_len, rb_econv_elem_t::tc, and TRANSCODING_READBUF.
int rb_econv_putbackable | ( | rb_econv_t * | ec | ) |
Definition at line 1725 of file transcode.c.
References rb_econv_t::elems, INT_MAX, rb_econv_t::num_trans, rb_transcoding::readagain_len, and rb_econv_elem_t::tc.
int rb_econv_set_replacement | ( | rb_econv_t * | ec, |
const unsigned char * | str, | ||
size_t | len, | ||
const char * | encname | ||
) |
Definition at line 2181 of file transcode.c.
References encoding_equal, len, MEMCPY, rb_econv_encoding_to_insert_output(), str, and xmalloc.
VALUE rb_econv_str_append | ( | rb_econv_t * | ec, |
VALUE | src, | ||
VALUE | dst, | ||
int | flags | ||
) |
Definition at line 1848 of file transcode.c.
References rb_econv_substr_append(), RSTRING_LEN, and src.
VALUE rb_econv_str_convert | ( | rb_econv_t * | ec, |
VALUE | src, | ||
int | flags | ||
) |
Definition at line 1860 of file transcode.c.
References Qnil, rb_econv_substr_append(), RSTRING_LEN, and src.
VALUE rb_econv_substr_append | ( | rb_econv_t * | ec, |
VALUE | src, | ||
long | byteoff, | ||
long | bytesize, | ||
VALUE | dst, | ||
int | flags | ||
) |
Definition at line 1839 of file transcode.c.
References len, rb_econv_append(), RB_GC_GUARD, rb_str_new_frozen(), RSTRING_PTR, and src.
Referenced by rb_econv_str_append(), rb_econv_str_convert(), and rb_econv_substr_convert().
VALUE rb_econv_substr_convert | ( | rb_econv_t * | ec, |
VALUE | src, | ||
long | byteoff, | ||
long | bytesize, | ||
int | flags | ||
) |
Definition at line 1854 of file transcode.c.
References Qnil, rb_econv_substr_append(), and src.
Definition at line 553 of file encoding.c.
Definition at line 1044 of file encoding.c.
References char, rb_encoding_entry::enc, ISASCII, len, MBCLEN_CHARFOUND_P, rb_enc_asciicompat, rb_enc_isascii, rb_enc_mbc_to_codepoint, and rb_enc_precise_mbclen().
Referenced by rb_reg_quote(), and rb_str_end_with_asciichar().
VALUE rb_enc_associate | ( | VALUE | obj, |
rb_encoding * | enc | ||
) |
Definition at line 866 of file encoding.c.
References rb_encoding_entry::enc, obj, rb_enc_associate_index(), and rb_enc_to_index().
Referenced by rb_econv_append(), rb_reg_quote(), rb_str_conv_enc_opts(), rb_str_ellipsize(), and rb_str_initialize().
Definition at line 838 of file encoding.c.
References rb_encoding_entry::enc, obj, rb_check_frozen, rb_eArgError, rb_enc_get_index(), rb_raise(), and SPECIAL_CONST_P.
Referenced by rb_dir_getwd(), rb_enc_associate(), rb_enc_copy(), rb_external_str_with_enc(), rb_str_concat(), and rb_utf8_str_new_cstr().
Definition at line 753 of file encoding.c.
rb_encoding * rb_enc_check | ( | VALUE | str1, |
VALUE | str2 | ||
) |
Definition at line 891 of file encoding.c.
References rb_encoding_entry::enc, rb_eEncCompatError, rb_enc_compatible(), rb_enc_get(), rb_enc_name, and rb_raise().
int rb_enc_code_to_mbclen | ( | int | code, |
rb_encoding * | enc | ||
) |
Definition at line 1100 of file encoding.c.
References rb_encoding_entry::enc, and ONIGENC_CODE_TO_MBCLEN.
int rb_enc_codelen | ( | int | code, |
rb_encoding * | enc | ||
) |
Definition at line 1089 of file encoding.c.
References rb_encoding_entry::enc, n, ONIGENC_CODE_TO_MBCLEN, rb_eArgError, rb_enc_name, and rb_raise().
Referenced by rb_enc_uint_chr(), rb_str_buf_cat_ascii(), and rb_str_concat().
Definition at line 1083 of file encoding.c.
References rb_encoding_entry::enc, and rb_enc_codepoint_len().
Definition at line 1068 of file encoding.c.
References rb_encoding_entry::enc, MBCLEN_CHARFOUND_LEN, MBCLEN_CHARFOUND_P, rb_eArgError, rb_enc_mbc_to_codepoint, rb_enc_name, rb_enc_precise_mbclen(), and rb_raise().
Referenced by rb_enc_codepoint().
rb_encoding * rb_enc_compatible | ( | VALUE | str1, |
VALUE | str2 | ||
) |
Definition at line 974 of file encoding.c.
References rb_enc_from_index(), and rb_enc_get_index().
Referenced by rb_enc_check().
Definition at line 990 of file encoding.c.
References obj2, rb_enc_associate_index(), and rb_enc_get_index().
Referenced by rb_reg_quote(), and rb_str_concat_literals().
Definition at line 1441 of file encoding.c.
References rb_default_external_encoding(), and rb_enc_from_encoding().
Definition at line 1521 of file encoding.c.
References rb_default_internal_encoding(), and rb_enc_from_encoding().
Definition at line 1014 of file encoding.c.
References rb_encoding_entry::enc, ONIGENC_MBC_ENC_LEN, and UChar.
rb_encoding * rb_enc_find | ( | const char * | name | ) |
Definition at line 728 of file encoding.c.
References name, rb_enc_find_index(), and rb_enc_from_index().
Definition at line 693 of file encoding.c.
References rb_encoding_entry::enc, i, name, and rb_enc_registered().
Referenced by Init_enc_set_filesystem_encoding(), rb_enc_find(), rb_enc_find_index2(), and rb_nkf_enc_get().
VALUE rb_enc_from_encoding | ( | rb_encoding * | enc | ) |
Definition at line 116 of file encoding.c.
References ENC_TO_ENCINDEX, and Qnil.
Referenced by rb_enc_default_external(), rb_enc_default_internal(), and rb_str_ellipsize().
rb_encoding * rb_enc_from_index | ( | int | idx | ) |
Definition at line 609 of file encoding.c.
References index, and UNLIKELY.
Referenced by rb_enc_compatible(), rb_enc_find(), rb_enc_get(), rb_enc_register(), rb_enc_str_coderange(), rb_encdb_set_unicode(), rb_filesystem_encoding(), rb_locale_encoding(), rb_str_buf_cat_ascii(), rb_str_comparable(), rb_str_dump(), rb_str_encode_ospath(), rb_str_end_with_asciichar(), rb_str_escape(), rb_str_inspect(), and rb_w32_conv_from_wchar().
rb_encoding * rb_enc_get | ( | VALUE | obj | ) |
Definition at line 872 of file encoding.c.
References obj, rb_enc_from_index(), and rb_enc_get_index().
Referenced by rb_enc_check(), rb_file_dirname(), rb_inspect(), rb_must_asciicompat(), rb_path_to_class(), rb_readlink(), rb_reg_check_preprocess(), rb_reg_quote(), rb_reg_regsub(), rb_str_conv_enc_opts(), and rb_str_ellipsize().
Definition at line 779 of file encoding.c.
References BUILTIN_TYPE, i, obj, rb_sym2str(), SPECIAL_CONST_P, SYMBOL_P, T_REGEXP, T_STRING, and T_SYMBOL.
Referenced by rb_enc_associate_index(), rb_enc_compatible(), rb_enc_copy(), rb_enc_get(), rb_obj_encoding(), rb_str_dump(), and rb_str_opt_plus().
Definition at line 1020 of file encoding.c.
References rb_encoding_entry::enc, int, MBCLEN_CHARFOUND_LEN, MBCLEN_CHARFOUND_P, n, ONIGENC_PRECISE_MBC_ENC_LEN, rb_enc_mbminlen, and UChar.
Definition at line 2388 of file string.c.
Referenced by rb_str_ellipsize().
Definition at line 3358 of file file.c.
Referenced by rb_enc_path_skip_prefix().
Definition at line 3372 of file file.c.
References isdirsep, path, and rb_enc_path_next().
Definition at line 1032 of file encoding.c.
References rb_encoding_entry::enc, n, ONIGENC_CONSTRUCT_MBCLEN_NEEDMORE, ONIGENC_PRECISE_MBC_ENC_LEN, and UChar.
Referenced by rb_enc_ascget(), rb_enc_codepoint_len(), rb_enc_uint_chr(), and rb_str_concat().
int rb_enc_replicate | ( | const char * | name, |
rb_encoding * | encoding | ||
) |
Definition at line 402 of file encoding.c.
Referenced by rb_define_dummy_encoding().
Definition at line 1479 of file encoding.c.
References NIL_P, rb_eArgError, and rb_raise().
Definition at line 1563 of file encoding.c.
Definition at line 830 of file encoding.c.
References obj, and rb_check_frozen.
Referenced by rb_str_concat_literals().
Definition at line 678 of file string.c.
References ENC_CODERANGE_7BIT, FALSE, rb_enc_asciicompat, rb_enc_str_coderange(), str, STR_ENC_GET, and TRUE.
Referenced by rb_inspect(), and rb_reg_quote().
Definition at line 2919 of file string.c.
References ENC_CODERANGE_UNKNOWN, len, NULL, ptr, rb_enc_to_index(), and str.
Referenced by rb_reg_regsub().
Definition at line 657 of file string.c.
References ENC_CODERANGE, ENC_CODERANGE_UNKNOWN, ENCODING_GET, rb_enc_dummy_p(), rb_enc_from_index(), rb_enc_mbminlen, and str.
Referenced by rb_enc_str_asciionly_p(), rb_external_str_with_enc(), rb_str_comparable(), and rb_str_hash().
VALUE rb_enc_str_new | ( | const char * | ptr, |
long | len, | ||
rb_encoding * | enc | ||
) |
Definition at line 796 of file string.c.
References len, ptr, rb_str_new(), and str.
Referenced by rb_enc_uint_chr(), rb_external_str_new_with_enc(), rb_syntax_error_append(), and rb_w32_conv_from_wchar().
VALUE rb_enc_str_new_cstr | ( | const char * | ptr, |
rb_encoding * | enc | ||
) |
VALUE rb_enc_str_new_static | ( | const char * | ptr, |
long | len, | ||
rb_encoding * | enc | ||
) |
int rb_enc_symname2_p | ( | const char * | name, |
long | len, | ||
rb_encoding * | enc | ||
) |
Definition at line 339 of file symbol.c.
References IDSET_ATTRSET_FOR_SYNTAX, len, name, and rb_enc_symname_type().
Referenced by rb_enc_symname_p().
int rb_enc_symname_p | ( | const char * | name, |
rb_encoding * | enc | ||
) |
Definition at line 188 of file symbol.c.
References name, rb_enc_symname2_p(), and strlen().
Referenced by rb_symname_p().
VALUE rb_enc_uint_chr | ( | unsigned int | code, |
rb_encoding * | enc | ||
) |
Definition at line 3380 of file numeric.c.
References n, ONIGERR_INVALID_CODE_POINT_VALUE, ONIGERR_TOO_BIG_WIDE_CHAR_VALUE, rb_enc_codelen(), rb_enc_mbcput, rb_enc_name, rb_enc_precise_mbclen(), rb_enc_str_new(), rb_eRangeError, rb_raise(), RSTRING_END, RSTRING_PTR, and str.
Referenced by rb_io_ungetc().
VALUE rb_enc_vsprintf | ( | rb_encoding * | enc, |
const char * | fmt, | ||
va_list | ap | ||
) |
Definition at line 1145 of file sprintf.c.
Referenced by rb_enc_raise(), rb_loaderror(), rb_loaderror_with_path(), and rb_vsprintf().
VALUE rb_external_str_new_with_enc | ( | const char * | ptr, |
long | len, | ||
rb_encoding * | eenc | ||
) |
Definition at line 1036 of file string.c.
References len, ptr, rb_ascii8bit_encindex(), rb_enc_str_new(), rb_enc_to_index(), rb_usascii_encindex(), and str.
Referenced by rb_external_str_new(), rb_external_str_new_cstr(), rb_filesystem_str_new(), rb_filesystem_str_new_cstr(), rb_locale_str_new(), and rb_locale_str_new_cstr().
Definition at line 1378 of file encoding.c.
References ENCINDEX_ASCII, and rb_enc_registered().
Referenced by rb_filesystem_encoding(), and rb_str_encode_ospath().
rb_encoding * rb_filesystem_encoding | ( | void | ) |
Definition at line 1387 of file encoding.c.
References rb_enc_from_index(), and rb_filesystem_encindex().
Referenced by rb_dir_getwd(), rb_filesystem_str_new(), and rb_filesystem_str_new_cstr().
rb_encoding * rb_find_encoding | ( | VALUE | enc | ) |
Definition at line 252 of file encoding.c.
ID rb_intern3 | ( | const char * | name, |
long | len, | ||
rb_encoding * | enc | ||
) |
Definition at line 603 of file symbol.c.
References len, name, OBJ_FREEZE, rb_setup_fake_str(), str, and sym.
Referenced by rb_intern2().
ID rb_interned_id_p | ( | const char * | , |
long | , | ||
rb_encoding * | |||
) |
Definition at line 91 of file localeinit.c.
References Qnil, and rb_usascii_str_new_cstr.
Definition at line 1354 of file encoding.c.
References ENCINDEX_ASCII, Init_w32_codepage(), rb_enc_registered(), and rb_locale_charmap_index().
Referenced by rb_locale_encoding().
rb_encoding * rb_locale_encoding | ( | void | ) |
Definition at line 1372 of file encoding.c.
References rb_enc_from_index(), and rb_locale_encindex().
Referenced by rb_loaderror(), rb_loaderror_with_path(), rb_locale_str_new(), rb_locale_str_new_cstr(), and rb_str_export_locale().
Definition at line 239 of file re.c.
References LIKELY, memchr(), memcmp(), n, rb_enc_mbminlen, SIZEOF_VALUE, and y0().
Definition at line 1004 of file encoding.c.
References obj, rb_enc_get_index(), rb_eTypeError, and rb_raise().
long rb_str_coderange_scan_restartable | ( | const char * | s, |
const char * | e, | ||
rb_encoding * | enc, | ||
int * | cr | ||
) |
Definition at line 567 of file string.c.
References ENC_CODERANGE_BROKEN, ENC_CODERANGE_VALID, rb_ascii8bit_encindex(), and rb_enc_to_index().
VALUE rb_str_conv_enc | ( | VALUE | str, |
rb_encoding * | from, | ||
rb_encoding * | to | ||
) |
Definition at line 1030 of file string.c.
References Qnil, rb_str_conv_enc_opts(), and str.
Referenced by rb_dir_getwd(), rb_external_str_with_enc(), rb_str_encode_ospath(), rb_str_export(), rb_str_export_locale(), and rb_str_export_to_enc().
VALUE rb_str_conv_enc_opts | ( | VALUE | str, |
rb_encoding * | from, | ||
rb_encoding * | to, | ||
int | ecflags, | ||
VALUE | ecopts | ||
) |
Definition at line 914 of file string.c.
References is_ascii_string, len, ptr, rb_ascii8bit_encoding(), rb_enc_asciicompat, rb_enc_associate(), rb_enc_get(), rb_str_dup(), RSTRING_GETMEM, str, and STR_ENC_GET.
Referenced by rb_str_conv_enc(), and rb_w32_conv_from_wchar().
Definition at line 2870 of file transcode.c.
References argc, argv, and str.
Referenced by rb_str_ellipsize().
VALUE rb_str_export_to_enc | ( | VALUE | str, |
rb_encoding * | enc | ||
) |
Definition at line 1135 of file string.c.
References rb_str_conv_enc(), str, and STR_ENC_GET.
rb_encoding * rb_to_encoding | ( | VALUE | enc | ) |
Definition at line 245 of file encoding.c.
Definition at line 197 of file encoding.c.
rb_encoding * rb_usascii_encoding | ( | void | ) |
Definition at line 1340 of file encoding.c.
Referenced by rb_intern2(), rb_iv_get(), rb_reg_quote(), and rb_sym_intern_ascii().
rb_encoding * rb_utf8_encoding | ( | void | ) |
Definition at line 1328 of file encoding.c.
Referenced by rb_str_encode_ospath().
const char * ruby_enc_find_basename | ( | const char * | name, |
long * | baselen, | ||
long * | alllen, | ||
rb_encoding * | enc | ||
) |
Definition at line 4523 of file file.c.
References f, isdirsep, n, name, skipprefix, strlen(), and strrdirsep.
RUBY_EXTERN VALUE rb_cEncoding |
Definition at line 293 of file encoding.h.