HomeSort by relevance Sort by last modified time
    Searched full:str_tst (Results 1 - 1 of 1) sorted by null

  /external/icu4c/test/cintltst/
putiltst.c 493 uint8_t str_tst[AESTRNCPY_SIZE] = { 0x81, 0x4b, 0x5c, 0x82, 0x25, 0x00, 0x7f, 0x7f, 0x7f, 0x7f, 0x7f, 0x7f, 0x7f }; local
502 Test_aestrncpy(__LINE__, str_exp1, str_tst, -1);
503 Test_aestrncpy(__LINE__, str_exp1, str_tst, 6);
504 Test_aestrncpy(__LINE__, str_exp2, str_tst, 5);
505 Test_aestrncpy(__LINE__, str_exp3, str_tst, 8);

Completed in 24 milliseconds