Home
last modified time | relevance | path

Searched defs:utf8 (Results 1 – 3 of 3) 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.cpp73 size_t EncodeUTF8(uint32_t codepoint, uint8_t* utf8, size_t len, size_t index) in EncodeUTF8()
268 size_t Utf8ToUtf16Size(const uint8_t *utf8, size_t utf8Len) in Utf8ToUtf16Size()
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi.cpp932 Local<StringRef> StringRef::NewFromUtf8(const EcmaVM *vm, const char *utf8, int length) in NewFromUtf8()