Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/base/tests/
Dutf_helper_test.cpp671 std::vector<uint16_t> expected_utf16 = {0x0, 0x0, 0x0, 0x0, 0x0}; // "Hello" in HWTEST_F_L0() local
685 std::vector<uint16_t> expected_utf16 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0}; // "你好,世界!" in HWTEST_F_L0() local
699 std::vector<uint16_t> expected_utf16 = {}; // empty in HWTEST_F_L0() local
713 …std::vector<uint16_t> expected_utf16 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}; // "Hello, 你" in HWTEST_F_L0() local
727 std::vector<uint16_t> expected_utf16 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0}; // "你好" in HWTEST_F_L0() local
741 std::vector<uint16_t> expected_utf16 = {0x0, 0x0}; in HWTEST_F_L0() local
755 std::vector<uint16_t> expected_utf16 = {0x0, 0x0, 0x0}; // ASCII characters: A, B, C in HWTEST_F_L0() local
769 std::vector<uint16_t> expected_utf16 = {0x0, 0x0}; // Unicode . in HWTEST_F_L0() local
783 std::vector<uint16_t> expected_utf16 = {0x0}; // Unicode . in HWTEST_F_L0() local
797 std::vector<uint16_t> expected_utf16 = {0x0, 0x0}; // surrogates in HWTEST_F_L0() local
[all …]