Searched defs:converted (Results 1 – 7 of 7) sorted by relevance
597 double converted = StrictMath.toDegrees(StrictMath.toRadians(d)); in testToRadiansD() local605 double converted = StrictMath.toRadians(StrictMath.toDegrees(d)); in testToDegreesD() local
574 double converted = Math.toDegrees(Math.toRadians(d)); in testToRadiansD() local582 double converted = Math.toRadians(Math.toDegrees(d)); in testToDegreesD() local
1401 double converted = StrictMath.toDegrees(StrictMath.toRadians(d)); in test_toRadiansD() local1412 double converted = StrictMath.toRadians(StrictMath.toDegrees(d)); in test_toDegreesD() local
1778 double converted = Math.toDegrees(Math.toRadians(d)); in test_toRadiansD() local1789 double converted = Math.toRadians(Math.toDegrees(d)); in test_toDegreesD() local
210 String converted = new String(bout.toByteArray(), "ISO8859_1"); in test_close() local
586 String converted = new String(bout.toByteArray(), "ISO8859_1"); in test_close() local
2067 final String converted = GRANDFATHERED_LOCALES.get(original); in convertGrandfatheredTag() local2168 final String converted = convertGrandfatheredTag(tag); in forLanguageTag() local