Searched refs:trimmed (Results 1 – 2 of 2) sorted by relevance
168 BigInteger trimmed = new BigInteger(trimmedBytes); in test_negativeValues_superfluousZeros() local171 assertEquals(trimmed, extraZeroes); in test_negativeValues_superfluousZeros()182 BigInteger trimmed = new BigInteger(trimmedBytes); in test_positiveValues_superfluousZeros() local185 assertEquals(trimmed, extraZeroes); in test_positiveValues_superfluousZeros()
496 String trimmed = node.getTextContent().trim(); in emitNode() local497 if (trimmed.length() > 0) { in emitNode()498 serializer.text(trimmed); in emitNode()