Home
last modified time | relevance | path

Searched refs:bufferLength (Results 1 - 3 of 3) sorted by relevance

/commonlibrary/ets_utils/platform/
H A Dutil_helper.h57 OutBufferInfo(size_t length, std::string inputStr, size_t bufferLength, size_t cnt, std::string bufferRst) in OutBufferInfo()
60 rstBufferLength(bufferLength), in OutBufferInfo()
/commonlibrary/ets_utils/platform/ohos/
H A Dutil_helper.cpp421 size_t bufferLength = buffer.length() * 2; // 2:multiple in EncodeTo16BE() local
422 if (bufferLength > writableSize) { in EncodeTo16BE()
426 writableSize -= bufferLength; in EncodeTo16BE()
/commonlibrary/ets_utils/js_api_module/xml/
H A Djs_xml.h39 XmlSerializer(char *pStart, size_t bufferLength, const std::string &encoding = "utf-8") :pStart_(pStart), in XmlSerializer() argument
40 iLength_(bufferLength), encoding_(encoding) {}; in XmlSerializer()

Completed in 3 milliseconds