Searched refs:getByte (Results 1 – 10 of 10) sorted by relevance
38 if ($token === '>' && $streamReader->getByte() === '>') {74 … if ($value instanceof PdfToken && $value->value === '>' && $streamReader->getByte() === '>') {
32 if (\strspn($streamReader->getByte(), "\x00\x09\x0A\x0C\x0D\x20()<>[]{}/%") === 0) {
49 while (($firstByte = $reader->getByte($offset)) !== false) {64 $sndByte = $reader->getByte($offset + 1);
192 public function getByte($position = null) function in setasign\\Fpdi\\PdfParser\\StreamReader298 if ($this->getByte() === "\n") {
264 if ($this->streamReader->getByte() === '<') {
123 public function getByte() function in Swift_File
11801 value: function getByte() {11814 var b0 = this.getByte();11815 var b1 = this.getByte();11826 var b0 = this.getByte();11827 var b1 = this.getByte();11828 var b2 = this.getByte();11829 var b3 = this.getByte();11862 var peekedByte = this.getByte();13028 while ((ch = stream.getByte()) > 0x20) {13180 ch = stream.getByte();[all …]
1 …getByte","getUint16","getInt32","peekByte","moveStart","StringStream","DecodeStream","emptyBuffer"…
META-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt javax ...
36634 res[i] = this.rand.getByte();