Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/util/
Dhelpers.cpp893 const int utf8Length = static_cast<int>(utf8.length()); in Utf8ToUtf16() local
/arkcompiler/runtime_core/static_core/runtime/coretypes/
Dstring.cpp132 String *String::CreateFromUtf8(const uint8_t *utf8Data, uint32_t utf8Length, const LanguageContext … in CreateFromUtf8()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/ani/
Dani_interaction_api.cpp4229 auto utf8Length = internalString->GetUtf8Length(); in String_GetUTF8() local
4257 auto utf8Length = internalString->GetUtf8Length(); in String_GetUTF8SubString() local