Searched refs:rb_enc_isupper (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10/ruby-106/ruby/include/ruby/
H A Dencoding.h177 #define rb_enc_isupper(c,enc) ONIGENC_IS_CODE_UPPER((enc),(c)) macro
/macosx-10.10/ruby-106/ruby/
H A Dstring.c4901 if (rb_enc_isupper(c, enc)) {
4974 if (rb_enc_isupper(c, enc)) {
5032 if (rb_enc_isupper(c, enc)) {
H A Dparse.c16680 type = rb_enc_isupper(*m, enc) ? ID_CONST : ID_LOCAL;
16855 if (rb_enc_isupper(m[0], enc)) {
H A Dparse.y10184 type = rb_enc_isupper(*m, enc) ? ID_CONST : ID_LOCAL;
10359 if (rb_enc_isupper(m[0], enc)) {
/macosx-10.10/ruby-106/ruby/ext/ripper/
H A Dripper.c16770 type = rb_enc_isupper(*m, enc) ? ID_CONST : ID_LOCAL;
16945 if (rb_enc_isupper(m[0], enc)) {
H A Dripper.y10184 type = rb_enc_isupper(*m, enc) ? ID_CONST : ID_LOCAL;
10359 if (rb_enc_isupper(m[0], enc)) {

Completed in 317 milliseconds