Searched refs:rb_isdigit (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/ruby-104/ruby/include/ruby/
H A Druby.h1617 int rb_isdigit(int c);
1637 #define ISDIGIT(c) rb_isdigit((unsigned char)(c))
/macosx-10.9.5/ruby-104/ruby/
H A Dencoding.c1888 int rb_isdigit(int c) { return ctype_test(c, ONIGENC_CTYPE_DIGIT); } function
H A Dcomplex.c1273 if (!rb_isdigit(RSTRING_PTR(s)[RSTRING_LEN(s) - 1]))

Completed in 118 milliseconds