Searched refs:WriteStringLoop (Results 1 – 2 of 2) sorted by relevance
/commonlibrary/ets_utils/js_api_module/buffer/ |
D | js_buffer.h | 90 …void WriteStringLoop(std::string value, unsigned int offset, unsigned int end, unsigned int length… 91 void WriteStringLoop(std::u16string value, unsigned int offset, unsigned int end);
|
D | js_buffer.cpp | 308 void Buffer::WriteStringLoop(string value, unsigned int offset, unsigned int end, unsigned int leng… in WriteStringLoop() function in OHOS::buffer::Buffer 347 void Buffer::WriteStringLoop(std::u16string value, unsigned int offset, unsigned int end) in WriteStringLoop() function in OHOS::buffer::Buffer 351 this->WriteStringLoop(str, offset, end, value.length() * 2); in WriteStringLoop() 431 this->WriteStringLoop(u16Str, offset, end); in FillString() 434 this->WriteStringLoop(str, offset, end, str.length()); in FillString()
|