Searched defs:CreateFromUtf8 (Results 1 – 7 of 7) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/ |
| D | ecma_string-inl.h | 41 inline EcmaString *EcmaString::CreateFromUtf8(const EcmaVM *vm, const uint8_t *utf8Data, uint32_t u… in CreateFromUtf8() function 55 inline EcmaString *EcmaString::CreateFromUtf8(const EcmaVM *vm, const uint8_t *utf8Data, uint32_t u… in CreateFromUtf8() function
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/ |
| D | ets_string.h | 63 static EtsString *CreateFromUtf8(const char *utf8, uint32_t length) in CreateFromUtf8() function
|
| /arkcompiler/runtime_core/common_interfaces/objects/string/ |
| D | base_string-inl2.h | 31 BaseString *BaseString::CreateFromUtf8(Allocator &&allocator, const uint8_t *utf8Data, uint32_t utf… in CreateFromUtf8() function
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/runtime/types/ |
| D | ets_string_test.cpp | 132 TEST_F(EtsStringTest, CreateFromUtf8) in TEST_F() argument
|
| /arkcompiler/runtime_core/static_core/runtime/coretypes/ |
| D | string.cpp | 132 String *String::CreateFromUtf8(const uint8_t *utf8Data, uint32_t utf8Length, const LanguageContext … in CreateFromUtf8() function in ark::coretypes::String
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | base_string_test.cpp | 109 HWTEST_F_L0(BaseStringTest, CreateFromUtf8) in HWTEST_F_L0() argument
|
| D | ecma_string_accessor_test.cpp | 105 HWTEST_F_L0(EcmaStringAccessorTest, CreateFromUtf8) in HWTEST_F_L0() argument
|