Searched defs:CreateFromUtf8 (Results 1 - 4 of 4) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/ |
| H A D | ecma_string-inl.h | 39 inline EcmaString *EcmaString::CreateFromUtf8(const EcmaVM *vm, const uint8_t *utf8Data, uint32_t utf8Len, in CreateFromUtf8() function in panda::ecmascript::EcmaString
|
| H A D | ecma_string.h | 1090 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 D | ets_string.h | 61 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 D | string.cpp | 131 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