Searched defs:utf8 (Results 1 – 14 of 14) sorted by relevance
/arkcompiler/ets_frontend/ets2panda/lexer/token/ |
D | number.cpp | 26 Number::Number(util::StringView str, const std::string &utf8, NumberFlags flags) noexcept : str_(st… in Number()
|
/arkcompiler/ets_runtime/ecmascript/tests/ |
D | concurrent_sweep_test.cpp | 54 const uint8_t *utf8 = reinterpret_cast<const uint8_t *>("test"); in TEST_F() local
|
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/napi/ |
D | ets_mangle.cpp | 28 const uint8_t *utf8 = panda::utf::CStringAsMutf8(name.c_str()); in MangleString() local
|
/arkcompiler/ets_frontend/ets2panda/lexer/ |
D | ETSLexer.cpp | 163 void ETSLexer::ConvertNumber(const std::string &utf8, NumberFlags flags) in ConvertNumber()
|
D | lexer.cpp | 282 void Lexer::ConvertNumber(const std::string &utf8, [[maybe_unused]] NumberFlags flags) in ConvertNumber()
|
/arkcompiler/ets_runtime/ecmascript/base/ |
D | utf_helper.cpp | 100 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/ |
D | ets_string.h | 61 static EtsString *CreateFromUtf8(const char *utf8, uint32_t length) in CreateFromUtf8()
|
/arkcompiler/runtime_core/static_core/libpandabase/utils/ |
D | utf.cpp | 569 size_t Utf8ToUtf16Size(const uint8_t *utf8, size_t utf8Len) in Utf8ToUtf16Size()
|
/arkcompiler/ets_frontend/es2panda/util/ |
D | helpers.cpp | 757 std::wstring Helpers::Utf8ToUtf16(const std::string &utf8) in Utf8ToUtf16()
|
/arkcompiler/ets_runtime/ecmascript/napi/test/ |
D | jsnapi_third_tests.cpp | 742 char utf8[] = "hello world!"; in HWTEST_F_L0() local
|
D | jsnapi_sample.cpp | 211 char utf8[12] = "Hello world"; in HWTEST_F_L0() local
|
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
D | builtins_string_stub_builder.cpp | 967 Label utf8(env); in CreateStringBySingleCharCode() local
|
/arkcompiler/ets_frontend/ets2panda/public/ |
D | es2panda_lib.cpp | 109 std::string_view utf8 = sv.Utf8(); in StringViewToCString() local
|
/arkcompiler/ets_runtime/ecmascript/napi/ |
D | jsnapi_expo.cpp | 1289 Local<StringRef> StringRef::NewFromUtf8(const EcmaVM *vm, const char *utf8, int length) in NewFromUtf8()
|