Searched refs:enc0 (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/ruby-104/ruby/ext/ripper/
H A Dripper.c12123 parser_str_new(const char *p, long n, rb_encoding *enc, int func, rb_encoding *enc0) argument
12131 else if (enc0 == rb_usascii_encoding() && enc != rb_utf8_encoding()) {
H A Dripper.y5537 parser_str_new(const char *p, long n, rb_encoding *enc, int func, rb_encoding *enc0)
5545 else if (enc0 == rb_usascii_encoding() && enc != rb_utf8_encoding()) {
/macosx-10.9.5/ruby-104/ruby/
H A Dparse.c12033 parser_str_new(const char *p, long n, rb_encoding *enc, int func, rb_encoding *enc0) argument
12041 else if (enc0 == rb_usascii_encoding() && enc != rb_utf8_encoding()) {
H A Dparse.y5537 parser_str_new(const char *p, long n, rb_encoding *enc, int func, rb_encoding *enc0)
5545 else if (enc0 == rb_usascii_encoding() && enc != rb_utf8_encoding()) {

Completed in 259 milliseconds