Searched refs:asStr (Results 1 – 2 of 2) sorted by relevance
104 String asStr = String.valueOf(values[i]); in _testInts() local105 assertEquals(asStr, r.currentText()); in _testInts()107 assertEquals(asStr.length(), r.parser().getText(sw)); in _testInts()108 assertEquals(asStr, sw.toString()); in _testInts()
1106 VALUE asStr; in Ruby_Format_TypeError() local1123 asStr = rb_inspect(input); in Ruby_Format_TypeError()1124 if ( RSTRING_LEN(asStr) > 30 ) in Ruby_Format_TypeError()1126 str = rb_str_cat( str, StringValuePtr(asStr), 30 ); in Ruby_Format_TypeError()1131 str = rb_str_append( str, asStr ); in Ruby_Format_TypeError()