Home
last modified time | relevance | path

Searched defs:u16str (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Decma_string.cpp643 … std::u16string u16str = base::StringHelper::Utf16ToU16String(src->GetDataUtf16(), srcLength); in ToLower() local
669 … std::u16string u16str = base::StringHelper::Utf16ToU16String(src->GetDataUtf16(), srcLength); in ToUpper() local
/arkcompiler/ets_runtime/ecmascript/base/
Dstring_helper.h101 static inline std::string U16stringToString(const std::u16string &u16str) in U16stringToString()
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_string.cpp102 std::u16string u16str = base::StringHelper::Utf16ToU16String(&codePointValue, 1); in FromCharCode() local
132 std::u16string u16str; in FromCodePoint() local
202 std::u16string u16str; in Raw() local