Searched refs:str_tst (Results 1 – 1 of 1) sorted by relevance
/external/icu/icu4c/source/test/cintltst/ |
D | putiltst.c | 520 …uint8_t str_tst[AESTRNCPY_SIZE] = { 0x81, 0x4b, 0x5c, 0x82, 0x25, 0x00, 0x7f, 0x7f, 0x7f, 0x7f, 0x… in TestString() local 529 Test_aestrncpy(__LINE__, str_exp1, str_tst, -1); in TestString() 530 Test_aestrncpy(__LINE__, str_exp1, str_tst, 6); in TestString() 531 Test_aestrncpy(__LINE__, str_exp2, str_tst, 5); in TestString() 532 Test_aestrncpy(__LINE__, str_exp3, str_tst, 8); in TestString()
|