OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AESTRNCPY_SIZE
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/icu/source/test/cintltst/
putiltst.c
458
#define
AESTRNCPY_SIZE
13
471
uint8_t str_buf[
AESTRNCPY_SIZE
] = { 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff };
479
if(!uprv_memcmp(str_buf, expect,
AESTRNCPY_SIZE
)) {
493
uint8_t str_tst[
AESTRNCPY_SIZE
] = { 0x81, 0x4b, 0x5c, 0x82, 0x25, 0x00, 0x7f, 0x7f, 0x7f, 0x7f, 0x7f, 0x7f, 0x7f };
495
uint8_t str_exp1[
AESTRNCPY_SIZE
] = { 0x61, 0x2e, 0x2a, 0x62, 0x0a, 0x00, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff };
496
uint8_t str_exp2[
AESTRNCPY_SIZE
] = { 0x61, 0x2e, 0x2a, 0x62, 0x0a, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff };
497
uint8_t str_exp3[
AESTRNCPY_SIZE
] = { 0x61, 0x2e, 0x2a, 0x62, 0x0a, 0x00, 0x00, 0x00, 0xff, 0xff, 0xff, 0xff, 0xff };
/external/icu4c/test/cintltst/
putiltst.c
469
#define
AESTRNCPY_SIZE
13
482
uint8_t str_buf[
AESTRNCPY_SIZE
] = { 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff };
490
if(!uprv_memcmp(str_buf, expect,
AESTRNCPY_SIZE
)) {
504
uint8_t str_tst[
AESTRNCPY_SIZE
] = { 0x81, 0x4b, 0x5c, 0x82, 0x25, 0x00, 0x7f, 0x7f, 0x7f, 0x7f, 0x7f, 0x7f, 0x7f };
506
uint8_t str_exp1[
AESTRNCPY_SIZE
] = { 0x61, 0x2e, 0x2a, 0x62, 0x0a, 0x00, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff };
507
uint8_t str_exp2[
AESTRNCPY_SIZE
] = { 0x61, 0x2e, 0x2a, 0x62, 0x0a, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff };
508
uint8_t str_exp3[
AESTRNCPY_SIZE
] = { 0x61, 0x2e, 0x2a, 0x62, 0x0a, 0x00, 0x00, 0x00, 0xff, 0xff, 0xff, 0xff, 0xff };
Completed in 22 milliseconds