Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/lexer/token/
Dnumber.cpp26 Number::Number(util::StringView str, const std::string &utf8, NumberFlags flags) noexcept : str_(st… in Number()
/arkcompiler/ets_runtime/ecmascript/tests/
Dconcurrent_sweep_test.cpp54 const uint8_t *utf8 = reinterpret_cast<const uint8_t *>("test"); in TEST_F() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/napi/
Dets_mangle.cpp28 const uint8_t *utf8 = panda::utf::CStringAsMutf8(name.c_str()); in MangleString() local
/arkcompiler/ets_frontend/ets2panda/lexer/
DETSLexer.cpp163 void ETSLexer::ConvertNumber(const std::string &utf8, NumberFlags flags) in ConvertNumber()
Dlexer.cpp282 void Lexer::ConvertNumber(const std::string &utf8, [[maybe_unused]] NumberFlags flags) in ConvertNumber()
/arkcompiler/ets_runtime/ecmascript/base/
Dutf_helper.cpp100 size_t EncodeUTF8(uint32_t codepoint, uint8_t* utf8, size_t len, size_t index) in EncodeUTF8()
340 size_t Utf8ToUtf16Size(const uint8_t *utf8, size_t utf8Len) in Utf8ToUtf16Size()
369 std::pair<int32_t, size_t> ConvertUtf8ToUnicodeChar(const uint8_t *utf8, size_t maxLen) in ConvertUtf8ToUnicodeChar()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
Dets_string.h61 static EtsString *CreateFromUtf8(const char *utf8, uint32_t length) in CreateFromUtf8()
/arkcompiler/runtime_core/static_core/libpandabase/utils/
Dutf.cpp569 size_t Utf8ToUtf16Size(const uint8_t *utf8, size_t utf8Len) in Utf8ToUtf16Size()
/arkcompiler/ets_frontend/es2panda/util/
Dhelpers.cpp757 std::wstring Helpers::Utf8ToUtf16(const std::string &utf8) in Utf8ToUtf16()
/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_third_tests.cpp742 char utf8[] = "hello world!"; in HWTEST_F_L0() local
Djsnapi_sample.cpp211 char utf8[12] = "Hello world"; in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_string_stub_builder.cpp967 Label utf8(env); in CreateStringBySingleCharCode() local
/arkcompiler/ets_frontend/ets2panda/public/
Des2panda_lib.cpp109 std::string_view utf8 = sv.Utf8(); in StringViewToCString() local
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi_expo.cpp1289 Local<StringRef> StringRef::NewFromUtf8(const EcmaVM *vm, const char *utf8, int length) in NewFromUtf8()