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

/macosx-10.9.5/ruby-104/ruby/
H A Dencoding.c1888 int rb_isdigit(int c) { return ctype_test(c, ONIGENC_CTYPE_DIGIT); } function

Completed in 70 milliseconds