Searched refs:bufferByte (Results 1 – 2 of 2) sorted by relevance
1023 byte bufferByte = bb.get(bufferPos++); in compareCharSequence()1025 if (bufferByte == 0) { in compareCharSequence()1028 } else if (bufferByte != otherByte) { in compareCharSequence()1029 return bufferByte - otherByte; in compareCharSequence()
904 val bufferByte: Byte = buffer[bufferPos++] in toString() constant907 bufferByte == ZeroByte -> return -otherByte in toString()908 bufferByte != otherByte -> return bufferByte - otherByte in toString()