Home
last modified time | relevance | path

Searched defs:utf8 (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/tests/
Dconcurrent_sweep_test.cpp54 const uint8_t *utf8 = reinterpret_cast<const uint8_t *>("test"); in TEST_F() local
/arkcompiler/ets_runtime/ecmascript/base/
Dutf_helper.cpp75 size_t EncodeUTF8(uint32_t codepoint, uint8_t* utf8, size_t len, size_t index) in EncodeUTF8()
279 size_t Utf8ToUtf16Size(const uint8_t *utf8, size_t utf8Len) in Utf8ToUtf16Size()
/arkcompiler/ets_frontend/es2panda/util/
Dhelpers.cpp740 std::wstring Helpers::Utf8ToUtf16(const std::string &utf8) in Utf8ToUtf16()
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi.cpp1217 Local<StringRef> StringRef::NewFromUtf8(const EcmaVM *vm, const char *utf8, int length) in NewFromUtf8()