Home
last modified time | relevance | path

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

/libcore/luni/src/test/java/libcore/java/math/
DBigIntegerTest.java168 BigInteger trimmed = new BigInteger(trimmedBytes); in test_negativeValues_superfluousZeros() local
171 assertEquals(trimmed, extraZeroes); in test_negativeValues_superfluousZeros()
182 BigInteger trimmed = new BigInteger(trimmedBytes); in test_positiveValues_superfluousZeros() local
185 assertEquals(trimmed, extraZeroes); in test_positiveValues_superfluousZeros()
/libcore/luni/src/test/java/libcore/xml/
DXsltXPathConformanceTestSuite.java496 String trimmed = node.getTextContent().trim(); in emitNode() local
497 if (trimmed.length() > 0) { in emitNode()
498 serializer.text(trimmed); in emitNode()