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