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

/macosx-10.10/ruby-106/ruby/
H A Dencoding.c793 int isstr1, isstr2; local
807 isstr2 = RB_TYPE_P(str2, T_STRING);
808 if (isstr2 && RSTRING_LEN(str2) == 0)
818 if (!isstr2 && idx2 == ENCINDEX_US_ASCII)
831 isstr1 = isstr2;
832 isstr2 = idx0;
838 if (isstr2) {

Completed in 209 milliseconds