/libcore/luni/src/test/java/libcore/java/nio/charset/ |
OldCharset_ISO_8859_10.java | 42 testBytes = theseBytes(new int[]{
|
OldCharset_ISO_8859_14.java | 43 testBytes = theseBytes(new int[]{
|
OldCharset_MultiByte_Big5.java | 162 testBytes = theseBytes(new int[]{ [all...] |
OldCharset_MultiByte_Big5_Android.java | 121 testBytes = theseBytes(new int[]{
|
OldCharset_MultiByte_EUC_KR.java | 178 testBytes = theseBytes(new int[]{ [all...] |
OldCharset_MultiByte_GBK.java | 191 testBytes = theseBytes(new int[]{ [all...] |
OldCharset_MultiByte_GBK_Android.java | 191 testBytes = theseBytes(new int[]{ [all...] |
OldCharset_MultiByte_UTF_16.java | 146 testBytes = theseBytes(new int[]{
|
OldCharset_MultiByte_UTF_16BE.java | 142 testBytes = theseBytes(new int[]{
|
OldCharset_MultiByte_UTF_16LE.java | 142 testBytes = theseBytes(new int[]{
|
OldCharset_MultiByte_UTF_16_Android.java | 142 testBytes = theseBytes(new int[]{
|
OldCharset_MultiByte_UTF_8.java | 142 testBytes = theseBytes(new int[]{ [all...] |
OldCharset_macintosh.java | 42 testBytes = theseBytes(new int[]{
|
OldCharset_MultiByte_GB2312.java | 78 testBytes = theseBytes(new int[]{
|
OldCharset_MultiByte_x_windows_950.java | 94 testBytes = theseBytes(new int[]{
|
OldCharset_MultiByte_ISO_2022_JP.java | 24 testBytes = theseBytes(0x1b, 0x24, 0x42, 0x45, 0x6c, 0x35, 0x7e, 0x1b,
|
OldCharset_AbstractTest.java | 44 static byte[] testBytes; 105 if (testBytes != null) return; 132 decode(testBytes, testChars); 142 // Arrays.equals(testBytes, outputBB.array())); 143 assertEqualBytes("Encoded bytes must match!", testBytes, outputBB);
|
OldCharset_MultiByte_EUC_JP.java | 27 testBytes = theseBytes(0xc5, 0xec, 0xb5, 0xfe, ' ',
|
/external/chromium_org/third_party/protobuf/java/src/test/java/com/google/protobuf/ |
RopeByteStringTest.java | 69 byte[] testBytes = ByteStringTest.getTestBytes(numberOfPieces * pieceSize, 113377L); 74 concatenated = concatenated.concat(ByteString.copyFrom(testBytes, i * pieceSize, pieceSize)); 80 Arrays.equals(testBytes, concatenated.toByteArray())); 81 ByteString testString = ByteString.copyFrom(testBytes);
|
IsValidUtf8Test.java | 59 IsValidUtf8TestUtil.testBytes(1, 67 IsValidUtf8TestUtil.testBytes(2, 75 IsValidUtf8TestUtil.testBytes(3,
|
ByteStringTest.java | 133 byte[] testBytes = testString.getBytes(UTF_16); 135 isArrayRange(byteString.toByteArray(), testBytes, 0, testBytes.length)); 141 byte[] testBytes = testString.getBytes("UTF-8"); 143 isArrayRange(byteString.toByteArray(), testBytes, 0, testBytes.length)); 147 byte[] testBytes = getTestBytes(77777, 113344L); 148 final List<ByteString> pieces = makeConcretePieces(testBytes); 152 isArrayRange(byteString.toByteArray(), testBytes, 0, testBytes.length)) [all...] |
IsValidUtf8TestUtil.java | 189 static void testBytes(int numBytes, long expectedCount) 191 testBytes(numBytes, expectedCount, 0, -1); 205 static void testBytes(int numBytes, long expectedCount, long start, long lim) 301 * Variation of {@link #testBytes} that does less allocation using the
|
/external/guava/guava-tests/test/com/google/common/hash/ |
AbstractStreamingHasherTest.java | 33 public void testBytes() {
|
/external/chromium_org/third_party/lzma_sdk/ |
7zIn.c | 301 static int TestSignatureCandidate(Byte *testBytes) 305 if (testBytes[i] != k7zSignature[i]) [all...] |
/external/lzma/C/ |
7zIn.c | 301 static int TestSignatureCandidate(Byte *testBytes)
305 if (testBytes[i] != k7zSignature[i])
[all...] |