Searched refs:stringForm (Results 1 – 3 of 3) sorted by relevance
61 private transient volatile String stringForm; field in ObjectIdentifier201 this.stringForm = oid; in ObjectIdentifier()424 String s = stringForm; in toString()470 stringForm = s; in toString()
159 private transient volatile java.lang.String stringForm; field in ObjectIdentifier
1591 String stringForm = "1e" + i; in test_formatDouble_wideRange() local1592 BigDecimal bigDecimal = new BigDecimal(stringForm); in test_formatDouble_wideRange()