Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/util/
Dustring.cpp45 std::tuple<char32_t, char32_t> StringView::EncodeSurrogate(char32_t cp) in EncodeSurrogate() function in panda::es2panda::util::StringView
Dustring.h129 static std::tuple<char32_t, char32_t> EncodeSurrogate(char32_t cp);
485 auto [cu1, cu2] = EncodeSurrogate(cu); in Mutf8Encode()