Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/util/
H A Dustring.h152 return DecodeCP<true>(nullptr); in Next()
162 return DecodeCP<false>(nullptr); in PeekCp()
167 return DecodeCP<false, true>(cpSize); in PeekCp()
204 char32_t DecodeCP([[maybe_unused]] size_t *cpSize) const;
335 char32_t StringView::Iterator::DecodeCP([[maybe_unused]] size_t *cpSize) const in DecodeCP() function in ark::es2panda::util::StringView::Iterator
/arkcompiler/ets_frontend/es2panda/util/
H A Dustring.h155 return DecodeCP<true>(nullptr); in Next()
165 return DecodeCP<false>(nullptr); in PeekCp()
170 return DecodeCP<false, true>(cpSize); in PeekCp()
219 char32_t DecodeCP([[maybe_unused]] size_t *cpSize) const;
329 char32_t StringView::Iterator::DecodeCP([[maybe_unused]] size_t *cpSize) const in DecodeCP() function in panda::es2panda::util::StringView::Iterator

Completed in 4 milliseconds