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

/macosx-10.10/ruby-106/ruby/ext/readline/
H A Dreadline.c827 c1 = rb_tolower(c1);
828 c2 = rb_tolower(c2);
/macosx-10.10/ruby-106/ruby/include/ruby/
H A Druby.h1625 int rb_tolower(int c);
1641 #define TOLOWER(c) rb_tolower((unsigned char)(c))
/macosx-10.10/ruby-106/ruby/
H A Dencoding.c1898 rb_tolower(int c) function

Completed in 130 milliseconds