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 504 uint8_t str_tst[AESTRNCPY_SIZE] = { 0x81, 0x4b, 0x5c, 0x82, 0x25, 0x00, 0x7f, 0x7f, 0x7f, 0x7f, 0x7f, 0x7f, 0x7f }; local
513 Test_aestrncpy(__LINE__, str_exp1, str_tst, -1);
514 Test_aestrncpy(__LINE__, str_exp1, str_tst, 6);
515 Test_aestrncpy(__LINE__, str_exp2, str_tst, 5);
516 Test_aestrncpy(__LINE__, str_exp3, str_tst, 8);

Completed in 95 milliseconds