Home
last modified time | relevance | path

Searched refs:ENCINDEX_UTF_8 (Results 1 – 10 of 10) sorted by relevance

/dports/lang/ruby26/ruby-2.6.9/
H A Dencindex.h43 #define ENCINDEX_UTF_8 RUBY_ENCINDEX_UTF_8 macro
H A Dlocaleinit.c132 idx = ENCINDEX_UTF_8; in Init_enc_set_filesystem_encoding()
H A Dencoding.c1343 return enc_table.list[ENCINDEX_UTF_8].enc; in rb_utf8_encoding()
1349 return ENCINDEX_UTF_8; in rb_utf8_encindex()
H A Dfile.c237 if (encidx != ENCINDEX_UTF_8) { in rb_str_encode_ospath()
3814 if (encidx != ENCINDEX_UTF_8 && rb_enc_str_coderange(result) != ENC_CODERANGE_7BIT) { in rb_file_expand_path_internal()
H A Ddir.c735 case ENCINDEX_UTF_8: in fundamental_encoding_p()
H A Dstring.c892 return str_new_static(rb_cString, ptr, len, ENCINDEX_UTF_8); in rb_utf8_str_new_static()
/dports/lang/ruby26/ruby-2.6.9/enc/
H A Dutf_8.c35 #ifndef ENCINDEX_UTF_8
36 # define ENCINDEX_UTF_8 0 macro
435 ENCINDEX_UTF_8,
/dports/sysutils/fluent-bit/fluent-bit-1.8.11/lib/onigmo/enc/
H A Dutf_8.c35 #ifndef ENCINDEX_UTF_8
36 # define ENCINDEX_UTF_8 0 macro
435 ENCINDEX_UTF_8,
/dports/lang/ruby26/ruby-2.6.9/win32/
H A Dwin32.c2247 src = rb_enc_str_new(0, len, rb_enc_from_index(ENCINDEX_UTF_8)); in rb_w32_conv_from_wchar()
2254 case ENCINDEX_UTF_8: in rb_w32_conv_from_wchar()
2347 else if (idx == ENCINDEX_UTF_8) { in rb_w32_readdir()
7288 str = rb_str_conv_enc_opts(str, NULL, rb_enc_from_index(ENCINDEX_UTF_8), in rb_w32_write_console()
7294 case ENCINDEX_UTF_8: in rb_w32_write_console()
/dports/lang/ruby26/ruby-2.6.9/doc/
H A DChangeLog-1.9.353712 (ENCINDEX_UTF_8): renamed from ENCINDEX_UTF8.