Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/lang/
DStringBuffer.java106 private transient char[] toStringCache; field in StringBuffer
191 toStringCache = null; in setLength()
256 toStringCache = null; in setCharAt()
262 toStringCache = null; in append()
269 toStringCache = null; in append()
299 toStringCache = null; in append()
309 toStringCache = null; in append()
337 toStringCache = null; in append()
349 toStringCache = null; in append()
356 toStringCache = null; in append()
[all …]