Searched refs:test_str (Results 1 – 1 of 1) sorted by relevance
335 UCHAR test_str[] = TEST_STR; in ux_test_thread_simulation_0_entry() local343 _ux_utility_string_to_unicode(test_str, (UCHAR *)u_buffer); in ux_test_thread_simulation_0_entry()350 if (test_str[i] != u_buffer[j]) in ux_test_thread_simulation_0_entry()352 printf("ERROR #%d: expected 0x%x but got 0x%x\n", __LINE__, test_str[i], u_buffer[j]); in ux_test_thread_simulation_0_entry()373 if (test_str[i] != s_buffer[i]) in ux_test_thread_simulation_0_entry()375 printf("ERROR #%d: expected 0x%x but got 0x%x\n", __LINE__, test_str[i], s_buffer[i]); in ux_test_thread_simulation_0_entry()