Searched refs:isdecimal (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/ruby-104/ruby/
H A Dcomplex.c1560 isdecimal(int c) function
1571 if (!isdecimal(**s))
1574 while (isdecimal(**s) || **s == '_') {
1732 !isdecimal(*(bb + strlen(bb) - 1))) {
H A Drational.c2062 isdecimal(int c) function
2074 if (!isdecimal(**s)) {
2081 while (isdecimal(**s) || **s == '_') {

Completed in 112 milliseconds