Searched refs:input3 (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.c34 static const uint16_t input3[] = { 'H', 0x00F6, 'h', 'l', 'e', 'n' }; local
45 ASSERT (my_normcmp (input3, SIZEOF (input3), input4, SIZEOF (input4), UNINORM_NFD, &cmp) == 0);
48 ASSERT (my_normcmp (input4, SIZEOF (input4), input3, SIZEOF (input3), UNINORM_NFD, &cmp) == 0);
51 ASSERT (my_normcmp (input2, SIZEOF (input2), input3, SIZEOF (input3), UNINORM_NFD, &cmp) == 0);
90 static const uint16_t input3[] = { 0x1100, 0x1173, 0x11AF }; local
96 ASSERT (my_normcmp (input1, SIZEOF (input1), input3, SIZEOF (input3), UNINORM_NF
[all...]
H A Dtest-u32-normcmp.c34 static const uint32_t input3[] = { 'H', 0x00F6, 'h', 'l', 'e', 'n' }; local
45 ASSERT (my_normcmp (input3, SIZEOF (input3), input4, SIZEOF (input4), UNINORM_NFD, &cmp) == 0);
48 ASSERT (my_normcmp (input4, SIZEOF (input4), input3, SIZEOF (input3), UNINORM_NFD, &cmp) == 0);
51 ASSERT (my_normcmp (input2, SIZEOF (input2), input3, SIZEOF (input3), UNINORM_NFD, &cmp) == 0);
90 static const uint32_t input3[] = { 0x1100, 0x1173, 0x11AF }; local
96 ASSERT (my_normcmp (input1, SIZEOF (input1), input3, SIZEOF (input3), UNINORM_NF
[all...]
H A Dtest-u8-normcmp.c34 static const uint8_t input3[] = { 'H', 0xC3, 0xB6, 'h', 'l', 'e', 'n' }; local
45 ASSERT (my_normcmp (input3, SIZEOF (input3), input4, SIZEOF (input4), UNINORM_NFD, &cmp) == 0);
48 ASSERT (my_normcmp (input4, SIZEOF (input4), input3, SIZEOF (input3), UNINORM_NFD, &cmp) == 0);
51 ASSERT (my_normcmp (input2, SIZEOF (input2), input3, SIZEOF (input3), UNINORM_NFD, &cmp) == 0);
90 static const uint8_t input3[] = { 0xE1, 0x84, 0x80, 0xE1, 0x85, 0xB3, 0xE1, 0x86, 0xAF }; local
96 ASSERT (my_normcmp (input1, SIZEOF (input1), input3, SIZEOF (input3), UNINORM_NF
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/tests/unicase/
H A Dtest-ulc-casecmp.c36 static const char input3[] = { 'H', 0xF6, 'h', 'l', 'e', 'n' }; local
47 ASSERT (my_casecmp (input3, SIZEOF (input3), input4, SIZEOF (input4), NULL, UNINORM_NFD, &cmp) == 0);
50 ASSERT (my_casecmp (input4, SIZEOF (input4), input3, SIZEOF (input3), NULL, UNINORM_NFD, &cmp) == 0);
53 ASSERT (my_casecmp (input2, SIZEOF (input2), input3, SIZEOF (input3), NULL, UNINORM_NFD, &cmp) == 0);
84 static const char input3[] = { 'H', 0xC3, 0xB6, 'h', 'l', 'e', 'n' }; local
95 ASSERT (my_casecmp (input3, SIZEOF (input3), input
140 static const char input3[] = { 0xE1, 0x84, 0x80, 0xE1, 0x85, 0xB3, 0xE1, 0x86, 0xAF }; local
180 static const char input3[] = local
215 static const char input3[] = { 0xCA, 0xBC, 0x4E }; local
330 static const char input3[] = local
[all...]
H A Dtest-u16-casecmp.c37 static const uint16_t input3[] = { 'H', 0x00F6, 'h', 'l', 'e', 'n' }; local
48 ASSERT (my_casecmp (input3, SIZEOF (input3), input4, SIZEOF (input4), NULL, UNINORM_NFD, &cmp) == 0);
51 ASSERT (my_casecmp (input4, SIZEOF (input4), input3, SIZEOF (input3), NULL, UNINORM_NFD, &cmp) == 0);
54 ASSERT (my_casecmp (input2, SIZEOF (input2), input3, SIZEOF (input3), NULL, UNINORM_NFD, &cmp) == 0);
93 static const uint16_t input3[] = { 0x1100, 0x1173, 0x11AF }; local
99 ASSERT (my_casecmp (input1, SIZEOF (input1), input3, SIZEOF (input3), NUL
129 static const uint16_t input3[] = local
162 static const uint16_t input3[] = { 0x02BC, 0x004E }; local
275 static const uint16_t input3[] = local
[all...]
H A Dtest-u32-casecmp.c37 static const uint32_t input3[] = { 'H', 0x00F6, 'h', 'l', 'e', 'n' }; local
48 ASSERT (my_casecmp (input3, SIZEOF (input3), input4, SIZEOF (input4), NULL, UNINORM_NFD, &cmp) == 0);
51 ASSERT (my_casecmp (input4, SIZEOF (input4), input3, SIZEOF (input3), NULL, UNINORM_NFD, &cmp) == 0);
54 ASSERT (my_casecmp (input2, SIZEOF (input2), input3, SIZEOF (input3), NULL, UNINORM_NFD, &cmp) == 0);
93 static const uint32_t input3[] = { 0x1100, 0x1173, 0x11AF }; local
99 ASSERT (my_casecmp (input1, SIZEOF (input1), input3, SIZEOF (input3), NUL
129 static const uint32_t input3[] = local
162 static const uint32_t input3[] = { 0x02BC, 0x004E }; local
275 static const uint32_t input3[] = local
[all...]
H A Dtest-u8-casecmp.c37 static const uint8_t input3[] = { 'H', 0xC3, 0xB6, 'h', 'l', 'e', 'n' }; local
48 ASSERT (my_casecmp (input3, SIZEOF (input3), input4, SIZEOF (input4), NULL, UNINORM_NFD, &cmp) == 0);
51 ASSERT (my_casecmp (input4, SIZEOF (input4), input3, SIZEOF (input3), NULL, UNINORM_NFD, &cmp) == 0);
54 ASSERT (my_casecmp (input2, SIZEOF (input2), input3, SIZEOF (input3), NULL, UNINORM_NFD, &cmp) == 0);
93 static const uint8_t input3[] = { 0xE1, 0x84, 0x80, 0xE1, 0x85, 0xB3, 0xE1, 0x86, 0xAF }; local
99 ASSERT (my_casecmp (input1, SIZEOF (input1), input3, SIZEOF (input3), NUL
133 static const uint8_t input3[] = local
168 static const uint8_t input3[] = { 0xCA, 0xBC, 0x4E }; local
283 static const uint8_t input3[] = local
[all...]

Completed in 109 milliseconds