Home
last modified time | relevance | path

Searched refs:sStart (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/commonlibrary/ets_utils/js_api_module/buffer/
H A Djs_buffer.cpp130 uint32_t Buffer::Copy(Buffer *tBuf, uint32_t tStart, uint32_t sStart, uint32_t sEnd) in Copy() argument
137 uint8_t *src = this->raw_ + this->byteOffset_ + sStart; in Copy()
138 uint32_t sLength = sEnd - sStart; in Copy()
H A Djs_buffer.h62 uint32_t Copy(Buffer *tBuf, uint32_t tStart, uint32_t sStart, uint32_t sEnd);