Searched defs:res16 (Results 1 – 3 of 3) sorted by relevance
| /arkcompiler/runtime_core/static_core/runtime/tests/ |
| D | string_test.cpp | 293 std::vector<uint16_t> res16 {'a', 'b', 'c', 'd', 'z', 0x00}; in TEST_F() local 310 std::vector<uint16_t> res16 {'a', 'b', 'c', 'd', 'z', 0x7f}; in TEST_F() local 326 std::vector<uint16_t> res16 {0xa7, 0x33}; in TEST_F() local 342 std::vector<uint16_t> res16 {0xffc3, 0x33}; in TEST_F() local 360 std::vector<uint16_t> res16 {0xd801, 0xdc37, 0x20}; in TEST_F() local 380 std::vector<uint16_t> res16 = {'c', 'd'}; in TEST_F() local 399 std::vector<uint16_t> res16 {'h', 'e', 'l', 'l', 'o'}; in TEST_F() local 420 std::vector<uint16_t> res16 = {'c', 'd', 'z'}; in TEST_F() local
|
| /arkcompiler/ets_runtime/test/moduletest/stringsplit/ |
| D | stringsplit.js | 70 let res16 = longTwoBytesString.split('\u0429'); variable
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/runtime/types/ |
| D | ets_string_test.cpp | 458 std::vector<uint16_t> res16 {'h', 'e', 'l', 'l', 'o'}; in TEST_F() local 477 std::vector<uint16_t> res16 {'h', 'e', 'l', 'l', 'o'}; in TEST_F() local
|