Home
last modified time | relevance | path

Searched refs:rb_locale_str_new (Results 1 – 6 of 6) sorted by relevance

/dports/lang/ruby26/ruby-2.6.9/ext/readline/
H A Dreadline.c1096 str = rb_locale_str_new(text, len); in readline_char_is_quoted()
1305 return rb_locale_str_new(buf, 1); in readline_s_get_completion_append_character()
1334 return rb_locale_str_new(buf, 1); in readline_s_get_completion_quote_character()
/dports/lang/ruby26/ruby-2.6.9/spec/ruby/optional/capi/
H A Dstring_spec.rb724 s = @s.rb_locale_str_new("abc", 3)
/dports/lang/ruby26/ruby-2.6.9/include/ruby/
H A Dintern.h736 VALUE rb_locale_str_new(const char*, long);
856 rb_locale_str_new((str), (long)strlen(str)) : \
/dports/lang/ruby26/ruby-2.6.9/spec/ruby/optional/capi/ext/
H A Dstring_spec.c257 return rb_locale_str_new(RSTRING_PTR(str), FIX2INT(len)); in string_spec_rb_locale_str_new()
/dports/lang/ruby26/ruby-2.6.9/
H A Dstring.c1119 rb_locale_str_new(const char *ptr, long len) in rb_locale_str_new() function
/dports/lang/ruby26/ruby-2.6.9/doc/
H A DChangeLog-1.9.325529 * hash.c (env_str_new): use rb_locale_str_new instead of
25530 rb_tainted_str_new. rb_locale_str_new set string locale
36826 * string.c (rb_locale_str_new): new function to convert string