Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/math/
DBigDecimal.java339 private transient String stringCache; field in BigDecimal
3404 String sc = stringCache;
3406 stringCache = sc = layoutChars(true);