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

/macosx-10.10.1/ruby-106/ruby/
H A Dre.c265 #define ARG_ENCODING_NONE 32 macro
308 return (*option = ARG_ENCODING_NONE);
2347 if (options & ARG_ENCODING_NONE &&
2414 (fixed_enc != a_enc && (options & ARG_ENCODING_NONE))) {
2431 if (options & ARG_ENCODING_NONE) {
2451 if (options & ARG_ENCODING_NONE) {
2947 flags |= ARG_ENCODING_NONE;
3090 if (RBASIC(re)->flags & REG_ENCODING_NONE) options |= ARG_ENCODING_NONE;
3578 rb_define_const(rb_cRegexp, "NOENCODING", INT2FIX(ARG_ENCODING_NONE));

Completed in 214 milliseconds