Searched refs:rb_str_to_inum (Results 1 - 9 of 9) sorted by relevance

/macosx-10.9.5/ruby-104/ruby/
H A Dsprintf.c805 val = rb_str_to_inum(val, 0, TRUE);
H A Dtime.c2602 obj = rb_str_to_inum(obj, 10, FALSE);
2612 obj = rb_str_to_inum(obj, 10, FALSE);
2627 obj = rb_str_to_inum(obj, 10, FALSE);
2641 obj = rb_str_to_inum(obj, 10, FALSE);
H A Dstring.c3155 b = rb_str_to_inum(beg, 10, FALSE);
3156 e = rb_str_to_inum(end, 10, FALSE);
4407 return rb_str_to_inum(str, base, FALSE);
7112 return rb_str_to_inum(str, 16, FALSE);
7133 return rb_str_to_inum(str, -8, FALSE);
H A Dcomplex.c171 return rb_str_to_inum(x, 10, 0);
H A Dobject.c2470 return rb_str_to_inum(val, base, TRUE);
H A Drational.c145 return rb_str_to_inum(x, 10, 0);
H A Dbignum.c777 rb_str_to_inum(VALUE str, int base, int badcheck) function
873 return rb_str_to_inum(str, base, base==0);
/macosx-10.9.5/ruby-104/ruby/include/ruby/
H A Dintern.h111 VALUE rb_str_to_inum(VALUE, int, int);
/macosx-10.9.5/ruby-104/ruby/ext/date/
H A Ddate_parse.c45 #define str2num(s) rb_str_to_inum(s, 10, 0)

Completed in 126 milliseconds