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

/macosx-10.10/ruby-106/ruby/
H A Dstring.c5235 int may_modify = 0; local
5268 if (enc != e1) may_modify = 1;
5277 if (may_modify && memcmp(s, t, tlen) != 0) {
5316 int may_modify = 0; local
5341 if (enc != e1) may_modify = 1;
5351 if (may_modify && memcmp(s, t, tlen) != 0) {

Completed in 104 milliseconds