Home
last modified time | relevance | path

Searched refs:u32str (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/parser/
H A DETSNolintParser.cpp150 bool ETSNolintParser::TryPeekU32String(const std::u32string &u32str) in TryPeekU32String() argument
155 for (const char32_t i : u32str) { in TryPeekU32String()
/arkcompiler/ets_runtime/ecmascript/base/
H A Dstring_helper.h264 std::u32string u32str = std::wstring_convert<std::codecvt_utf8<char32_t>, char32_t>{}.from_bytes(str); in Utf8ToU32String() local
265 auto u32data = reinterpret_cast<uint32_t *>(u32str.data()); in Utf8ToU32String()

Completed in 3 milliseconds