Home
last modified time | relevance | path

Searched refs:asStr (Results 1 – 2 of 2) sorted by relevance

/external/jackson-core/src/test/java/com/fasterxml/jackson/core/json/async/
DAsyncScalarArrayTest.java104 String asStr = String.valueOf(values[i]); in _testInts() local
105 assertEquals(asStr, r.currentText()); in _testInts()
107 assertEquals(asStr.length(), r.parser().getText(sw)); in _testInts()
108 assertEquals(asStr, sw.toString()); in _testInts()
/external/marisa-trie/bindings/ruby/
Dmarisa-swig_wrap.cxx1106 VALUE asStr; in Ruby_Format_TypeError() local
1123 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()