Searched refs:SIZEOF (Results 51 - 75 of 262) sorted by relevance

1234567891011

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/tests/unilbrk/
H A Dtest-ulc-width-linebreaks.c38 char *p = (char *) malloc (SIZEOF (input));
41 ulc_width_linebreaks (input, SIZEOF (input), 12, 0, 0, NULL, "ISO-8859-1", p);
H A Dtest-u16-possible-linebreaks.c45 char *p = (char *) malloc (SIZEOF (input));
48 u16_possible_linebreaks (input, SIZEOF (input), "GB18030", p);
64 char *p = (char *) malloc (SIZEOF (input));
67 u16_possible_linebreaks (input, SIZEOF (input), "GB2312", p);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/tests/unistr/
H A Dtest-strcat.h29 for (m = 0; m < SIZEOF (base); m++)
30 for (n = 1; n <= SIZEOF (src); n++)
32 UNIT dest[1 + (SIZEOF (base) - 1) + SIZEOF (src) + 1] =
43 result = U_STRCAT (dest + 1, src + SIZEOF (src) - n);
50 ASSERT (dest[1 + m + i] == src[SIZEOF (src) - n + i]);
H A Dtest-u16-check.c38 ASSERT (u16_check (input, SIZEOF (input)) == NULL);
44 ASSERT (u16_check (input, SIZEOF (input)) == input + 2);
50 ASSERT (u16_check (input, SIZEOF (input)) == NULL);
54 ASSERT (u16_check (input, SIZEOF (input)) == input + 2);
58 ASSERT (u16_check (input, SIZEOF (input)) == input + 2);
62 ASSERT (u16_check (input, SIZEOF (input)) == input + 2);
H A Dtest-u32-check.c38 ASSERT (u32_check (input, SIZEOF (input)) == NULL);
44 ASSERT (u32_check (input, SIZEOF (input)) == input + 2);
50 ASSERT (u32_check (input, SIZEOF (input)) == input + 2);
54 ASSERT (u32_check (input, SIZEOF (input)) == input + 2);
58 ASSERT (u32_check (input, SIZEOF (input)) == input + 2);
62 ASSERT (u32_check (input, SIZEOF (input)) == input + 2);
H A Dtest-u16-mbsnlen.c40 for (n = 0; n <= SIZEOF (input); n++)
53 static const size_t expected[SIZEOF (input) + 1] =
60 for (n = 0; n <= SIZEOF (input); n++)
H A Dtest-cpy.h27 for (n = 0; n <= SIZEOF (src); n++)
29 UNIT dest[1 + SIZEOF (src) + 1] =
H A Dtest-u16-stpncpy.c46 check (input, SIZEOF (input));
55 check (input, SIZEOF (input));
H A Dtest-u16-strlen.c44 ASSERT (u16_strlen (input) == SIZEOF (input) - 1);
53 ASSERT (u16_strlen (input) == SIZEOF (input) - 1);
H A Dtest-u16-strncat.c46 check (input, SIZEOF (input));
55 check (input, SIZEOF (input));
H A Dtest-u16-strncpy.c46 check (input, SIZEOF (input));
55 check (input, SIZEOF (input));
H A Dtest-u16-strnlen.c43 check (input, SIZEOF (input));
52 check (input, SIZEOF (input));
H A Dtest-u32-stpncpy.c46 check (input, SIZEOF (input));
55 check (input, SIZEOF (input));
H A Dtest-u32-strlen.c44 ASSERT (u32_strlen (input) == SIZEOF (input) - 1);
53 ASSERT (u32_strlen (input) == SIZEOF (input) - 1);
H A Dtest-u32-strncat.c46 check (input, SIZEOF (input));
55 check (input, SIZEOF (input));
H A Dtest-u32-strncpy.c46 check (input, SIZEOF (input));
55 check (input, SIZEOF (input));
H A Dtest-u32-strnlen.c43 check (input, SIZEOF (input));
52 check (input, SIZEOF (input));
H A Dtest-u8-prev.c232 ASSERT (check (input, SIZEOF (input), &uc) == 0);
240 ASSERT (check (input, SIZEOF (input), &uc) == 0);
248 ASSERT (check (input, SIZEOF (input), &uc) == 0);
255 ASSERT (check_invalid (input, SIZEOF (input)) == 0);
259 ASSERT (check_invalid (input, SIZEOF (input)) == 0);
263 ASSERT (check_invalid (input, SIZEOF (input)) == 0);
267 ASSERT (check_invalid (input, SIZEOF (input)) == 0);
271 ASSERT (check_invalid (input, SIZEOF (input)) == 0);
277 ASSERT (check_invalid (input, SIZEOF (input)) == 0);
281 ASSERT (check_invalid (input, SIZEOF (inpu
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/tests/unicase/
H A Dtest-u8-is-lowercase.c38 ASSERT (my_is (input, SIZEOF (input), NULL, &result) == 0);
45 ASSERT (my_is (input, SIZEOF (input), NULL, &result) == 0);
52 ASSERT (my_is (input, SIZEOF (input), NULL, &result) == 0);
59 ASSERT (my_is (input, SIZEOF (input), NULL, &result) == 0);
66 ASSERT (my_is (input, SIZEOF (input), NULL, &result) == 0);
H A Dtest-u8-is-uppercase.c38 ASSERT (my_is (input, SIZEOF (input), NULL, &result) == 0);
45 ASSERT (my_is (input, SIZEOF (input), NULL, &result) == 0);
52 ASSERT (my_is (input, SIZEOF (input), NULL, &result) == 0);
59 ASSERT (my_is (input, SIZEOF (input), NULL, &result) == 0);
66 ASSERT (my_is (input, SIZEOF (input), NULL, &result) == 0);
H A Dtest-u16-is-casefolded.c38 ASSERT (my_is (input, SIZEOF (input), NULL, &result) == 0);
H A Dtest-u32-is-casefolded.c38 ASSERT (my_is (input, SIZEOF (input), NULL, &result) == 0);
H A Dtest-u8-is-casefolded.c38 ASSERT (my_is (input, SIZEOF (input), NULL, &result) == 0);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/tests/uniwbrk/
H A Dtest-ulc-wordbreaks.c43 char *p = (char *) malloc (SIZEOF (input));
46 ulc_wordbreaks (input, SIZEOF (input), p);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/tests/
H A Dmacros.h59 /* SIZEOF (array)
64 #define SIZEOF(array) (sizeof (array) / sizeof (array[0])) macro

Completed in 403 milliseconds

1234567891011