Home
last modified time | relevance | path

Searched refs:tmpByteChar (Results 1 – 3 of 3) sorted by relevance

/external/protobuf/java/core/src/test/java/com/google/protobuf/
DIsValidUtf8TestUtil.java263 long tmpByteChar = byteChar;
265 bytes[bytes.length - i - 1] = (byte) tmpByteChar;
266 tmpByteChar = tmpByteChar >> 8;
393 long tmpByteChar = byteChar;
395 bytes[bytes.length - i - 1] = (byte) tmpByteChar;
396 tmpByteChar = tmpByteChar >> 8;
/external/guava/guava-tests/test/com/google/common/base/
DUtf8Test.java328 long tmpByteChar = byteChar; in testBytes() local
330 bytes[bytes.length - i - 1] = (byte) tmpByteChar; in testBytes()
331 tmpByteChar = tmpByteChar >> 8; in testBytes()
/external/guava/android/guava-tests/test/com/google/common/base/
DUtf8Test.java328 long tmpByteChar = byteChar; in testBytes() local
330 bytes[bytes.length - i - 1] = (byte) tmpByteChar; in testBytes()
331 tmpByteChar = tmpByteChar >> 8; in testBytes()