| H A D | utf_helper_test.cpp | 671 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}; HWTEST_F_L0() local 755 std::vector<uint16_t> expected_utf16 = {0x0, 0x0, 0x0}; // ASCII characters: A, B, C HWTEST_F_L0() local 769 std::vector<uint16_t> expected_utf16 = {0x0, 0x0}; // Unicode . HWTEST_F_L0() local 783 std::vector<uint16_t> expected_utf16 = {0x0}; // Unicode . HWTEST_F_L0() local 797 std::vector<uint16_t> expected_utf16 = {0x0, 0x0}; // surrogates HWTEST_F_L0() local 811 std::vector<uint16_t> expected_utf16 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}; HWTEST_F_L0() local 825 std::vector<uint16_t> expected_utf16 = {0x0, 0x0}; HWTEST_F_L0() local 839 std::vector<uint16_t> expected_utf16 = {0x0048, 0x0065, 0x006C, 0x006C, 0x006F}; // "Hello" HWTEST_F_L0() local 854 std::vector<uint16_t> expected_utf16 = {0x4F60, 0x597D, 0xFF0C, 0x4E16, 0x754C, 0xFF01}; // "你好,世界!" HWTEST_F_L0() local 869 std::vector<uint16_t> expected_utf16 = {}; // Empty HWTEST_F_L0() local 884 std::vector<uint16_t> expected_utf16 = {0x0048, 0x0065, 0x006C, 0x006C, 0x006F, 0x002C, 0x20, 0x4F60}; HWTEST_F_L0() local 899 std::vector<uint16_t> expected_utf16 = {0x4F60, 0x597D}; // "你好" HWTEST_F_L0() local 914 std::vector<uint16_t> expected_utf16 = {}; // Expected empty output, handling erroneous data HWTEST_F_L0() local 929 std::vector<uint16_t> expected_utf16 = {0x0041, 0x0042, 0x0043}; // ASCII characters: A, B, C HWTEST_F_L0() local 944 std::vector<uint16_t> expected_utf16 = {0x00A2, 0x00FC}; // Unicode . HWTEST_F_L0() local 959 std::vector<uint16_t> expected_utf16 = {0x20AC}; // Unicode . HWTEST_F_L0() local 974 std::vector<uint16_t> expected_utf16 = {0xD83D, 0xDE0E}; // surrogates HWTEST_F_L0() local 989 std::vector<uint16_t> expected_utf16 = {0x0048, 0x0065, 0x006C, 0x006C, 0x006F, HWTEST_F_L0() local 1005 std::vector<uint16_t> expected_utf16 = {}; HWTEST_F_L0() local 1020 std::vector<uint16_t> expected_utf16 = {0xD83D, 0xDE0E}; // surrogates HWTEST_F_L0() local 1034 std::vector<uint16_t> expected_utf16 = {0xD83D, 0xDE0E}; // surrogates HWTEST_F_L0() local [all...] |