Searched refs:input5 (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/tests/uninorm/
H A Dtest-u16-normcmp.c36 static const uint16_t input5[] = { 'H', 'u', 'r', 'z' }; local
57 ASSERT (my_normcmp (input1, SIZEOF (input1), input5, SIZEOF (input5), UNINORM_NFD, &cmp) == 0);
60 ASSERT (my_normcmp (input2, SIZEOF (input2), input5, SIZEOF (input5), UNINORM_NFD, &cmp) == 0);
H A Dtest-u32-normcmp.c36 static const uint32_t input5[] = { 'H', 'u', 'r', 'z' }; local
57 ASSERT (my_normcmp (input1, SIZEOF (input1), input5, SIZEOF (input5), UNINORM_NFD, &cmp) == 0);
60 ASSERT (my_normcmp (input2, SIZEOF (input2), input5, SIZEOF (input5), UNINORM_NFD, &cmp) == 0);
H A Dtest-u8-normcmp.c36 static const uint8_t input5[] = { 'H', 'u', 'r', 'z' }; local
57 ASSERT (my_normcmp (input1, SIZEOF (input1), input5, SIZEOF (input5), UNINORM_NFD, &cmp) == 0);
60 ASSERT (my_normcmp (input2, SIZEOF (input2), input5, SIZEOF (input5), UNINORM_NFD, &cmp) == 0);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/tests/unicase/
H A Dtest-ulc-casecmp.c38 static const char input5[] = { 'H', 'u', 'r', 'z' }; local
59 ASSERT (my_casecmp (input1, SIZEOF (input1), input5, SIZEOF (input5), NULL, UNINORM_NFD, &cmp) == 0);
62 ASSERT (my_casecmp (input2, SIZEOF (input2), input5, SIZEOF (input5), NULL, UNINORM_NFD, &cmp) == 0);
86 static const char input5[] = { 'H', 'u', 'r', 'z' }; local
107 ASSERT (my_casecmp (input1, SIZEOF (input1), input5, SIZEOF (input5), NULL, UNINORM_NFD, &cmp) == 0);
110 ASSERT (my_casecmp (input2, SIZEOF (input2), input5, SIZEOF (input5), NUL
[all...]
H A Dtest-u16-casecmp.c39 static const uint16_t input5[] = { 'H', 'u', 'r', 'z' }; local
60 ASSERT (my_casecmp (input1, SIZEOF (input1), input5, SIZEOF (input5), NULL, UNINORM_NFD, &cmp) == 0);
63 ASSERT (my_casecmp (input2, SIZEOF (input2), input5, SIZEOF (input5), NULL, UNINORM_NFD, &cmp) == 0);
H A Dtest-u32-casecmp.c39 static const uint32_t input5[] = { 'H', 'u', 'r', 'z' }; local
60 ASSERT (my_casecmp (input1, SIZEOF (input1), input5, SIZEOF (input5), NULL, UNINORM_NFD, &cmp) == 0);
63 ASSERT (my_casecmp (input2, SIZEOF (input2), input5, SIZEOF (input5), NULL, UNINORM_NFD, &cmp) == 0);
H A Dtest-u8-casecmp.c39 static const uint8_t input5[] = { 'H', 'u', 'r', 'z' }; local
60 ASSERT (my_casecmp (input1, SIZEOF (input1), input5, SIZEOF (input5), NULL, UNINORM_NFD, &cmp) == 0);
63 ASSERT (my_casecmp (input2, SIZEOF (input2), input5, SIZEOF (input5), NULL, UNINORM_NFD, &cmp) == 0);

Completed in 211 milliseconds