Searched refs:ALL_BYTE_VALUES_ENCODED (Results 1 – 1 of 1) sorted by relevance
/libcore/luni/src/test/java/libcore/java/util/ |
D | Base64Test.java | 731 private static final String ALL_BYTE_VALUES_ENCODED = field in Base64Test 762 ALL_BYTE_VALUES_ENCODED.length(), separator), decoder); in testRoundTrip_allBytes_mime_singleLine() 794 wrapLines("*", ALL_BYTE_VALUES_ENCODED, 4)); in testRoundTrip_allBytes_mime_lineLength() 796 wrapLines("*", ALL_BYTE_VALUES_ENCODED, 8)); in testRoundTrip_allBytes_mime_lineLength() 798 wrapLines("*", ALL_BYTE_VALUES_ENCODED, 20)); in testRoundTrip_allBytes_mime_lineLength() 800 wrapLines("*", ALL_BYTE_VALUES_ENCODED, 100)); in testRoundTrip_allBytes_mime_lineLength() 802 wrapLines("*", ALL_BYTE_VALUES_ENCODED, Integer.MAX_VALUE & ~3)); in testRoundTrip_allBytes_mime_lineLength() 807 wrapLines("\r\n", ALL_BYTE_VALUES_ENCODED, 76)); in testRoundTrip_allBytes_mime_lineLength_defaultsTo76Chars() 817 wrapLines("\r\n", ALL_BYTE_VALUES_ENCODED, 60)); in testRoundTrip_allBytes_mime_lineLength_isRoundedDown() 819 wrapLines("\r\n", ALL_BYTE_VALUES_ENCODED, 60)); in testRoundTrip_allBytes_mime_lineLength_isRoundedDown() [all …]
|