Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/js_files/
Dheap_snapshot.js23 let str8 = 'string8'; variable
/arkcompiler/ets_runtime/test/moduletest/stringfromcharcode/
Dstringfromcharcode.js57 var str8 = "meiyou"; variable
/arkcompiler/ets_runtime/test/moduletest/builtins/
Dbuiltinsregexp.js70 var str8 = "Test1234" variable
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/src/
Dnamemangler.cpp326 bool NeedConvertUTF16(const std::string &str8) in NeedConvertUTF16()
341 uint32_t GetCodePoint(const std::string &str8, uint32_t &i) in GetCodePoint()
371 unsigned UTF8ToUTF16(std::u16string &str16, const std::string &str8, unsigned short num, bool isBig… in UTF8ToUTF16()