Searched defs:byteValue (Results 1 – 13 of 13) sorted by relevance
61 public int byteValue(int index) throws IOException { in byteValue() method in ByteArrayTableBuilder
111 public static byte[] byteValue(int tag) { in byteValue() method in Tag
295 int byteValue = (int)buf[nextIndex++] & 0x00ff; in nextByte() local
162 int byteValue = det.fRawInput[nextIndex++] & 0x00ff; in nextByte() local
161 int byteValue = det.fRawInput[nextIndex++] & 0x00ff; in nextByte() local
187 } byteValue; member
1177 BigInteger.prototype.byteValue = bnByteValue; method in BigInteger
1598 public byte byteValue() { return (byte)Math.PI; } in byteValue() method in NumberFormatTest.PI
1601 public byte byteValue() { return (byte)Math.PI; } in byteValue() method in NumberFormatTest.PI