Home
last modified time | relevance | path

Searched defs:CreateFromUtf8 (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
H A Decma_string-inl.h39 inline EcmaString *EcmaString::CreateFromUtf8(const EcmaVM *vm, const uint8_t *utf8Data, uint32_t utf8Len, in CreateFromUtf8() function in panda::ecmascript::EcmaString
H A Decma_string.h1090 static EcmaString *CreateFromUtf8(const EcmaVM *vm, const uint8_t *utf8Data, uint32_t utf8Len, bool canBeCompress, in CreateFromUtf8() function in panda::EcmaStringAccessor
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
H A Dets_string.h61 static EtsString *CreateFromUtf8(const char *utf8, uint32_t length) in CreateFromUtf8() function in ark::ets::EtsString
/arkcompiler/runtime_core/static_core/runtime/coretypes/
H A Dstring.cpp131 String *String::CreateFromUtf8(const uint8_t *utf8Data, uint32_t utf8Length, const LanguageContext &ctx, PandaVM *vm, in CreateFromUtf8() function in ark::coretypes::String

Completed in 7 milliseconds