Home
last modified time | relevance | path

Searched refs:Utf32ToString (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/base/
Dstring_helper.h246 static inline std::string Utf32ToString(uint32_t u32Data) in Utf32ToString() function
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_global.cpp264 std::string oct = StringHelper::Utf32ToString(vv); in Encode()