Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/ets_utils/js_api_module/buffer/
H A Djs_buffer.cpp136 uint32_t tLength = tBuf->length_ - tStart; in Copy() local
139 uint32_t len = tLength > sLength ? sLength : tLength; in Copy()