Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_segments.cpp63 std::u16string u16str = EcmaStringAccessor(text).ToU16String(); in SetTextToBreakIterator() local
Decma_string.cpp1089 … std::u16string u16str = base::StringHelper::Utf16ToU16String(srcFlat.GetDataUtf16(), srcLength); in ToLower() local
1173 … std::u16string u16str = base::StringHelper::Utf16ToU16String(srcFlat.GetDataUtf16(), srcLength); in ToUpper() local
/arkcompiler/ets_runtime/ecmascript/base/
Dstring_helper.h113 static inline std::string U16stringToString(const std::u16string &u16str) in U16stringToString()
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_string.cpp125 std::u16string u16str; in FromCodePoint() local
191 std::u16string u16str; in Raw() local
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi_expo.cpp1876 std::u16string u16str(char16tData0, length); in BufferToStringCallback() local