Home
last modified time | relevance | path

Searched refs:rb_usascii_str_new_cstr (Results 1 – 12 of 12) sorted by relevance

/dports/lang/ruby26/ruby-2.6.9/
H A Dlocaleinit.c94 return rb_usascii_str_new_cstr("US-ASCII"); in rb_locale_charmap()
96 return locale_charmap(rb_usascii_str_new_cstr); in rb_locale_charmap()
H A Dnumeric.c931 s = sign ? rb_usascii_str_new_cstr("-") : rb_usascii_str_new(0, 0); in flo_to_s()
H A Dstring.c53 #undef rb_usascii_str_new_cstr
826 rb_usascii_str_new_cstr(const char *ptr) in rb_usascii_str_new_cstr() function
H A Darray.c2378 if (recur) return rb_usascii_str_new_cstr("[...]"); in inspect_ary()
H A Dtime.c4530 return rb_usascii_str_new_cstr("UTC"); in time_zone()
/dports/lang/ruby26/ruby-2.6.9/ext/-test-/printf/
H A Dprintf.c90 return rb_assoc_new(result, rb_usascii_str_new_cstr(format)); in printf_test_call()
/dports/lang/ruby26/ruby-2.6.9/include/ruby/
H A Dintern.h745 VALUE rb_usascii_str_new_cstr(const char*);
839 #define rb_usascii_str_new_cstr(str) RB_GNUC_EXTENSION_BLOCK( \ macro
842 rb_usascii_str_new_cstr(str) \
882 #define rb_usascii_str_new2 rb_usascii_str_new_cstr
/dports/lang/ruby26/ruby-2.6.9/spec/ruby/optional/capi/
H A Dstring_spec.rb180 result = @s.rb_usascii_str_new_cstr("abc")
/dports/lang/ruby26/ruby-2.6.9/spec/ruby/optional/capi/ext/
H A Dstring_spec.c490 return rb_usascii_str_new_cstr(RSTRING_PTR(str)); in string_spec_rb_usascii_str_new_cstr()
/dports/lang/ruby26/ruby-2.6.9/doc/
H A Dextension.ja.rdoc271 rb_usascii_str_new_cstr(const char *ptr) ::
H A Dextension.rdoc246 rb_usascii_str_new_cstr(const char *ptr) ::
H A DChangeLog-2.4.04661 rb_usascii_str_new_cstr, rb_utf8_str_new_cstr,