Home
last modified time | relevance | path

Searched refs:peekByte (Results 1 – 7 of 7) sorted by relevance

/external/skqp/src/core/
DSkReadBuffer.h99 uint8_t peekByte();
283 uint8_t peekByte() { return 0; } in peekByte() function
DSkReadBuffer.cpp129 uint8_t SkReadBuffer::peekByte() { in peekByte() function in SkReadBuffer
388 if (this->peekByte()) { in readFlattenable()
/external/icu/android_icu4j/libcore_bridge/src/java/com/android/i18n/timezone/internal/
DNioBufferIterator.java81 byte result = Memory.peekByte(address + position); in readByte()
DMemory.java127 public static native byte peekByte(long address); in peekByte() method in Memory
/external/skia/src/core/
DSkReadBuffer.cpp115 uint8_t SkReadBuffer::peekByte() { in peekByte() function in SkReadBuffer
479 if (this->peekByte() != 0) { in readFlattenable()
DSkReadBuffer.h89 uint8_t peekByte();
/external/icu/android_icu4j/libcore_bridge/src/native/
Dcom_android_i18n_timezone_internal_Memory.cpp224 FAST_NATIVE_METHOD(Memory, peekByte, "(J)B"),