Searched refs:test_seq (Results 1 - 2 of 2) sorted by relevance
/external/chromium/third_party/icu/source/test/cintltst/ |
H A D | ccapitst.c | 1994 static const char test_seq[]={ (char)0x90u, 0x30, (char)0x81u, 0x30 }; local 1997 int32_t i, test_seq_len = sizeof(test_seq); 2011 memcpy(char_in + (CHUNK_SIZE - i), test_seq, test_seq_len);
|
/external/icu4c/test/cintltst/ |
H A D | ccapitst.c | 2000 static const char test_seq[]={ (char)0x90u, 0x30, (char)0x81u, 0x30 }; local 2003 int32_t i, test_seq_len = sizeof(test_seq); 2017 memcpy(char_in + (CHUNK_SIZE - i), test_seq, test_seq_len);
|
Completed in 124 milliseconds