Home
last modified time | relevance | path

Searched defs:encodingType (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/containers/
Dcontainers_buffer.cpp297 JSAPIFastBuffer::EncodingType encodingType = JSAPIFastBuffer::UTF8; in IndexOf() local
336 JSAPIFastBuffer::EncodingType encodingType = JSAPIFastBuffer::UTF8; in Includes() local
376 JSAPIFastBuffer::EncodingType encodingType = JSAPIFastBuffer::UTF8; in LastIndexOf() local
437 JSAPIFastBuffer::EncodingType encodingType = JSAPIFastBuffer::UTF8; in Fill() local
462 JSAPIFastBuffer::EncodingType encodingType = JSAPIFastBuffer::UTF8; in Fill() local
482 JSAPIFastBuffer::EncodingType encodingType = JSAPIFastBuffer::UTF8; in Write() local
539 JSAPIFastBuffer::EncodingType encodingType = JSAPIFastBuffer::UTF8; in ToString() local
/arkcompiler/ets_runtime/test/fuzztest/containersfastbufferindexof_fuzzer/
Dcontainersfastbufferindexof_fuzzer.cpp106 JSHandle<EcmaString> encodingType = factory->NewFromStdString(encoding); in ContainersFastBufferLastIndexOfFuzzTest() local
/arkcompiler/ets_runtime/test/fuzztest/containersfastbufferlastindexof_fuzzer/
Dcontainersfastbufferlastindexof_fuzzer.cpp105 JSHandle<EcmaString> encodingType = factory->NewFromStdString(encoding); in ContainersFastBufferLastIndexOfFuzzTest() local
/arkcompiler/ets_runtime/ecmascript/js_api/
Djs_api_buffer.cpp410 …tBuffer::GetString(JSThread *thread, const JSHandle<JSTaggedValue> &str, EncodingType encodingType) in GetString()
443 EncodingType encodingType = UTF8; in GetString() local
454 EncodingType encodingType = GetEncodingType(thread, encoding); in FromString() local
503 …astBuffer::ToString(JSThread *thread, JSHandle<JSAPIFastBuffer> &buffer, EncodingType encodingType, in ToString()