Home
last modified time | relevance | path

Searched defs:utf8Length (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/es2panda/util/
Dhelpers.cpp889 const int utf8Length = static_cast<int>(utf8.length()); in Utf8ToUtf16() local
/arkcompiler/runtime_core/static_core/runtime/coretypes/
Dstring.cpp131 String *String::CreateFromUtf8(const uint8_t *utf8Data, uint32_t utf8Length, const LanguageContext … in CreateFromUtf8()