Searched full:c16 (Results 1 – 8 of 8) sorted by relevance
| /arkcompiler/ets_frontend/ets2panda/ir/ |
| D | astDump.h | 93 Property(const char *key, char16_t c16) : key_(key), value_(c16) {} in Property() argument 232 void SerializeChar16(char16_t c16);
|
| D | astDump.cpp | 157 void AstDumper::SerializeChar16(char16_t c16) in SerializeChar16() argument 159 SerializeString(util::Helpers::UTF16toUTF8(c16).c_str()); in SerializeChar16()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/sdk/native/api/ |
| D | ani_textencoder_helper.cpp | 174 char16_t c16 = (low << 8) | high; // 8 : offset value in Utf16LEToBE() local 175 str16.push_back(c16); in Utf16LEToBE()
|
| /arkcompiler/ets_runtime/test/aottest/pgo_extrainfomap_expand/ |
| D | pgo_extrainfomap_expand.ts | 61 class C16 { class
|
| /arkcompiler/runtime_core/static_core/tests/cts-generator/cts-template/ |
| D | initobj.range.yaml | 302 ….function void R.c16(R a0, i32 a1, i32 a2, i32 a3, i32 a4, i32 a5, i32 a6, i32 a7, i32 a8, i32 a9,… 308 initobj.range R.c16, a0
|
| /arkcompiler/ets_runtime/ecmascript/js_api/ |
| D | js_api_buffer.cpp | 385 char16_t c16 = (low << 8) | high; in Utf16BEToLE() local 386 str16.push_back(c16); in Utf16BEToLE()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/irtoc_scripts/ |
| D | string.irt | 605 c16 := Load(str_data, ShlI(index).Imm(1).i32).u16 607 c := Phi(c8, c16).u16
|
| /arkcompiler/runtime_core/tests/cts-generator/cts-template/ |
| D | initobj.range.yaml | 391 ….function void R.c16(R a0, i32 a1, i32 a2, i32 a3, i32 a4, i32 a5, i32 a6, i32 a7, i32 a8, i32 a9,… 397 initobj.range R.c16, a0
|