Home
last modified time | relevance | path

Searched refs:test_str (Results 1 – 1 of 1) sorted by relevance

/USBX-v6.2.1/test/regression/
Dusbx_ux_utility_unicode_to_string_test.c335 UCHAR test_str[] = TEST_STR; in ux_test_thread_simulation_0_entry() local
343 _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()