Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeBase/api/base/util/
H A Dutf8_decode.h92 const char* sEnd = string.data() + string.length(); in CountGlyphsUtf8() local
94 for (; (s < sEnd) && *s; ++s) { in CountGlyphsUtf8()
/ohos5.0/commonlibrary/ets_utils/js_api_module/buffer/
H A Djs_buffer.h62 uint32_t Copy(Buffer *tBuf, uint32_t tStart, uint32_t sStart, uint32_t sEnd);
H A Djs_buffer.cpp130 uint32_t Buffer::Copy(Buffer *tBuf, uint32_t tStart, uint32_t sStart, uint32_t sEnd) in Copy() argument
138 uint32_t sLength = sEnd - sStart; in Copy()
/ohos5.0/commonlibrary/ets_utils/js_api_module/buffer/test/
H A Dtest_napi.cpp700 unsigned int sEnd = 16; variable
701 buf->Copy(buffer, tOffset, sOffset, sEnd);