Searched refs:WriteStringLoop (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/commonlibrary/ets_utils/js_api_module/buffer/ |
H A D | js_buffer.cpp | 337 void Buffer::WriteStringLoop(string value, unsigned int offset, unsigned int end, unsigned int leng… in WriteStringLoop() function in OHOS::buffer::Buffer 375 void Buffer::WriteStringLoop(std::u16string value, unsigned int offset, unsigned int end) in WriteStringLoop() function in OHOS::buffer::Buffer 379 this->WriteStringLoop(str, offset, end, value.length() * 2); in WriteStringLoop() 469 this->WriteStringLoop(u16Str, offset, end); in FillString() 472 this->WriteStringLoop(str, offset, end, str.length()); in FillString()
|
H A D | js_buffer.h | 87 …void WriteStringLoop(std::string value, unsigned int offset, unsigned int end, unsigned int length… 88 void WriteStringLoop(std::u16string value, unsigned int offset, unsigned int end);
|