Home
last modified time | relevance | path

Searched refs:input2 (Results 1 – 25 of 1921) sorted by relevance

12345678910>>...77

/dports/devel/gnulib/gnulib-20140202-stable/tests/unistr/
H A Dtest-strncmp.h24 static const UNIT input2[] = { 0 }; in test_strncmp() local
25 ASSERT (U_STRNCMP (input1, input2, 0) == 0); in test_strncmp()
26 ASSERT (U_STRNCMP (input1, input2, 1) == 0); in test_strncmp()
32 ASSERT (U_STRNCMP (input1, input2, 0) == 0); in test_strncmp()
33 ASSERT (U_STRNCMP (input1, input2, 1) < 0); in test_strncmp()
34 ASSERT (U_STRNCMP (input2, input1, 1) > 0); in test_strncmp()
35 ASSERT (U_STRNCMP (input1, input2, 3) < 0); in test_strncmp()
36 ASSERT (U_STRNCMP (input2, input1, 3) > 0); in test_strncmp()
37 ASSERT (U_STRNCMP (input1, input2, 4) < 0); in test_strncmp()
38 ASSERT (U_STRNCMP (input2, input1, 4) > 0); in test_strncmp()
[all …]
H A Dtest-cmp2.h24 static const UNIT input2[] = { 'b' }; in main() local
25 ASSERT (U_CMP2 (input1, 0, input2, 0) == 0); in main()
26 ASSERT (U_CMP2 (input1, 1, input2, 0) > 0); in main()
27 ASSERT (U_CMP2 (input1, 0, input2, 1) < 0); in main()
33 ASSERT (U_CMP2 (input1, 4, input2, 3) > 0); in main()
34 ASSERT (U_CMP2 (input2, 3, input1, 4) < 0); in main()
35 ASSERT (U_CMP2 (input1, 3, input2, 4) < 0); in main()
36 ASSERT (U_CMP2 (input2, 4, input1, 3) > 0); in main()
37 ASSERT (U_CMP2 (input1, 4, input2, 4) < 0); in main()
38 ASSERT (U_CMP2 (input2, 4, input1, 4) > 0); in main()
[all …]
H A Dtest-cmp.h27 ASSERT (U_CMP (input1, input2, 2) == 0); in test_cmp()
28 ASSERT (U_CMP (input1, input2, 3) == 0); in test_cmp()
29 ASSERT (U_CMP (input1, input2, 4) != 0); in test_cmp()
34 ASSERT (U_CMP (input1, input2, 1) != 0); in test_cmp()
42 ASSERT (U_CMP (input1, input2, 4) < 0); in test_cmp()
43 ASSERT (U_CMP (input2, input1, 4) > 0); in test_cmp()
48 ASSERT (U_CMP (input1, input2, 3) < 0); in test_cmp()
49 ASSERT (U_CMP (input2, input1, 3) > 0); in test_cmp()
54 ASSERT (U_CMP (input1, input2, 4) < 0); in test_cmp()
61 static const UNIT input2[] = { 0xC2 }; in test_cmp() local
[all …]
/dports/devel/libunistring/libunistring-0.9.10/tests/unistr/
H A Dtest-strncmp.h24 static const UNIT input2[] = { 0 }; in test_strncmp() local
25 ASSERT (U_STRNCMP (input1, input2, 0) == 0); in test_strncmp()
26 ASSERT (U_STRNCMP (input1, input2, 1) == 0); in test_strncmp()
32 ASSERT (U_STRNCMP (input1, input2, 0) == 0); in test_strncmp()
33 ASSERT (U_STRNCMP (input1, input2, 1) < 0); in test_strncmp()
34 ASSERT (U_STRNCMP (input2, input1, 1) > 0); in test_strncmp()
35 ASSERT (U_STRNCMP (input1, input2, 3) < 0); in test_strncmp()
36 ASSERT (U_STRNCMP (input2, input1, 3) > 0); in test_strncmp()
37 ASSERT (U_STRNCMP (input1, input2, 4) < 0); in test_strncmp()
38 ASSERT (U_STRNCMP (input2, input1, 4) > 0); in test_strncmp()
[all …]
H A Dtest-cmp2.h24 static const UNIT input2[] = { 'b' }; in main() local
25 ASSERT (U_CMP2 (input1, 0, input2, 0) == 0); in main()
26 ASSERT (U_CMP2 (input1, 1, input2, 0) > 0); in main()
27 ASSERT (U_CMP2 (input1, 0, input2, 1) < 0); in main()
33 ASSERT (U_CMP2 (input1, 4, input2, 3) > 0); in main()
34 ASSERT (U_CMP2 (input2, 3, input1, 4) < 0); in main()
35 ASSERT (U_CMP2 (input1, 3, input2, 4) < 0); in main()
36 ASSERT (U_CMP2 (input2, 4, input1, 3) > 0); in main()
37 ASSERT (U_CMP2 (input1, 4, input2, 4) < 0); in main()
38 ASSERT (U_CMP2 (input2, 4, input1, 4) > 0); in main()
[all …]
H A Dtest-cmp.h27 ASSERT (U_CMP (input1, input2, 2) == 0); in test_cmp()
28 ASSERT (U_CMP (input1, input2, 3) == 0); in test_cmp()
29 ASSERT (U_CMP (input1, input2, 4) != 0); in test_cmp()
34 ASSERT (U_CMP (input1, input2, 1) != 0); in test_cmp()
42 ASSERT (U_CMP (input1, input2, 4) < 0); in test_cmp()
43 ASSERT (U_CMP (input2, input1, 4) > 0); in test_cmp()
48 ASSERT (U_CMP (input1, input2, 3) < 0); in test_cmp()
49 ASSERT (U_CMP (input2, input1, 3) > 0); in test_cmp()
54 ASSERT (U_CMP (input1, input2, 4) < 0); in test_cmp()
61 static const UNIT input2[] = { 0xC2 }; in test_cmp() local
[all …]
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/tests/unistr/
H A Dtest-strncmp.h24 static const UNIT input2[] = { 0 }; in test_strncmp() local
25 ASSERT (U_STRNCMP (input1, input2, 0) == 0); in test_strncmp()
26 ASSERT (U_STRNCMP (input1, input2, 1) == 0); in test_strncmp()
32 ASSERT (U_STRNCMP (input1, input2, 0) == 0); in test_strncmp()
33 ASSERT (U_STRNCMP (input1, input2, 1) < 0); in test_strncmp()
34 ASSERT (U_STRNCMP (input2, input1, 1) > 0); in test_strncmp()
35 ASSERT (U_STRNCMP (input1, input2, 3) < 0); in test_strncmp()
36 ASSERT (U_STRNCMP (input2, input1, 3) > 0); in test_strncmp()
37 ASSERT (U_STRNCMP (input1, input2, 4) < 0); in test_strncmp()
38 ASSERT (U_STRNCMP (input2, input1, 4) > 0); in test_strncmp()
[all …]
H A Dtest-cmp2.h24 static const UNIT input2[] = { 'b' }; in main() local
25 ASSERT (U_CMP2 (input1, 0, input2, 0) == 0); in main()
26 ASSERT (U_CMP2 (input1, 1, input2, 0) > 0); in main()
27 ASSERT (U_CMP2 (input1, 0, input2, 1) < 0); in main()
33 ASSERT (U_CMP2 (input1, 4, input2, 3) > 0); in main()
34 ASSERT (U_CMP2 (input2, 3, input1, 4) < 0); in main()
35 ASSERT (U_CMP2 (input1, 3, input2, 4) < 0); in main()
36 ASSERT (U_CMP2 (input2, 4, input1, 3) > 0); in main()
37 ASSERT (U_CMP2 (input1, 4, input2, 4) < 0); in main()
38 ASSERT (U_CMP2 (input2, 4, input1, 4) > 0); in main()
[all …]
H A Dtest-cmp.h30 ASSERT (U_CMP (input1, input2, 2) == 0); in test_cmp()
31 ASSERT (U_CMP (input1, input2, 3) == 0); in test_cmp()
32 ASSERT (U_CMP (input1, input2, 4) != 0); in test_cmp()
37 ASSERT (U_CMP (input1, input2, 1) != 0); in test_cmp()
45 ASSERT (U_CMP (input1, input2, 4) < 0); in test_cmp()
46 ASSERT (U_CMP (input2, input1, 4) > 0); in test_cmp()
51 ASSERT (U_CMP (input1, input2, 3) < 0); in test_cmp()
52 ASSERT (U_CMP (input2, input1, 3) > 0); in test_cmp()
57 ASSERT (U_CMP (input1, input2, 4) < 0); in test_cmp()
64 static const UNIT input2[] = { 0xC2 }; in test_cmp() local
[all …]
/dports/textproc/miller/miller-5.10.2/go/src/types/
H A Dmlrval_functions_booleans.go178 b := input2.arrayval
306 return eq_dispositions[input1.mvtype][input2.mvtype](input1, input2)
309 return ne_dispositions[input1.mvtype][input2.mvtype](input1, input2)
312 return gt_dispositions[input1.mvtype][input2.mvtype](input1, input2)
315 return ge_dispositions[input1.mvtype][input2.mvtype](input1, input2)
318 return lt_dispositions[input1.mvtype][input2.mvtype](input1, input2)
321 return le_dispositions[input1.mvtype][input2.mvtype](input1, input2)
328 mretval := lt_dispositions[input1.mvtype][input2.mvtype](input1, input2)
338 mretval := le_dispositions[input1.mvtype][input2.mvtype](input1, input2)
348 mretval := gt_dispositions[input1.mvtype][input2.mvtype](input1, input2)
[all …]
H A Dmlrval_functions_arithmetic.go72 b := input2.intval
128 b := input2.intval
211 b := input2.intval
683 return input2
715 if input2.mvtype == MT_INT && input2.intval < 0 {
760 return input2
772 return input2
782 return input2
842 return input2
854 return input2
[all …]
H A Dmlrval_functions_regex.go14 return input2
37 if input2.IsErrorOrAbsent() {
38 return input2
46 if !input2.IsStringOrVoid() {
67 if input2.IsErrorOrAbsent() {
68 return input2
76 if !input2.IsStringOrVoid() {
96 if !input2.IsLegit() {
97 return input2
127 if !input2.IsString() {
[all …]
/dports/devel/gnulib/gnulib-20140202-stable/tests/
H A Dtest-mbmemcasecmp.h41 ASSERT (my_casecmp (input1, SIZEOF (input1), input2, SIZEOF (input2)) < 0); in test_ascii()
43 ASSERT (my_casecmp (input2, SIZEOF (input2), input1, SIZEOF (input1)) > 0); in test_ascii()
51 ASSERT (my_casecmp (input1, SIZEOF (input1), input2, SIZEOF (input2)) < 0); in test_ascii()
53 ASSERT (my_casecmp (input2, SIZEOF (input2), input1, SIZEOF (input1)) > 0); in test_ascii()
84 ASSERT (my_casecmp (input1, SIZEOF (input1), input2, SIZEOF (input2)) == 0); in test_iso_8859_1()
86 ASSERT (my_casecmp (input2, SIZEOF (input2), input1, SIZEOF (input1)) == 0); in test_iso_8859_1()
92 ASSERT (my_casecmp (input2, SIZEOF (input2), input3, SIZEOF (input3)) < 0); in test_iso_8859_1()
115 ASSERT (my_casecmp (input1, SIZEOF (input1), input2, SIZEOF (input2)) == 0); in test_iso_8859_1()
145 ASSERT (my_casecmp (input1, SIZEOF (input1), input2, SIZEOF (input2)) == 0); in test_utf_8()
153 ASSERT (my_casecmp (input2, SIZEOF (input2), input3, SIZEOF (input3)) < 0); in test_utf_8()
[all …]
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/tests/
H A Dtest-mbmemcasecmp.h41 ASSERT (my_casecmp (input1, SIZEOF (input1), input2, SIZEOF (input2)) < 0); in test_ascii()
43 ASSERT (my_casecmp (input2, SIZEOF (input2), input1, SIZEOF (input1)) > 0); in test_ascii()
51 ASSERT (my_casecmp (input1, SIZEOF (input1), input2, SIZEOF (input2)) < 0); in test_ascii()
53 ASSERT (my_casecmp (input2, SIZEOF (input2), input1, SIZEOF (input1)) > 0); in test_ascii()
84 ASSERT (my_casecmp (input1, SIZEOF (input1), input2, SIZEOF (input2)) == 0); in test_iso_8859_1()
86 ASSERT (my_casecmp (input2, SIZEOF (input2), input1, SIZEOF (input1)) == 0); in test_iso_8859_1()
92 ASSERT (my_casecmp (input2, SIZEOF (input2), input3, SIZEOF (input3)) < 0); in test_iso_8859_1()
115 ASSERT (my_casecmp (input1, SIZEOF (input1), input2, SIZEOF (input2)) == 0); in test_iso_8859_1()
145 ASSERT (my_casecmp (input1, SIZEOF (input1), input2, SIZEOF (input2)) == 0); in test_utf_8()
153 ASSERT (my_casecmp (input2, SIZEOF (input2), input3, SIZEOF (input3)) < 0); in test_utf_8()
[all …]
/dports/devel/gnulib/gnulib-20140202-stable/tests/unicase/
H A Dtest-ulc-casecmp.c41 …ASSERT (my_casecmp (input1, SIZEOF (input1), input2, SIZEOF (input2), NULL, UNINORM_NFD, &cmp) == … in test_iso_8859_1()
44 …ASSERT (my_casecmp (input2, SIZEOF (input2), input1, SIZEOF (input1), NULL, UNINORM_NFD, &cmp) == … in test_iso_8859_1()
53 …ASSERT (my_casecmp (input2, SIZEOF (input2), input3, SIZEOF (input3), NULL, UNINORM_NFD, &cmp) == … in test_iso_8859_1()
72 ASSERT (my_casecmp (input1, SIZEOF (input1), input2, SIZEOF (input2), NULL, NULL, &cmp) == 0); in test_iso_8859_1()
170 static const char input2[] = in test_utf_8() local
192 ASSERT (my_casecmp (input1, SIZEOF (input1), input2, SIZEOF (input2), NULL, NULL, &cmp) == 0); in test_utf_8()
204 ASSERT (my_casecmp (input2, SIZEOF (input2), input3, SIZEOF (input3), NULL, NULL, &cmp) == 0); in test_utf_8()
218 ASSERT (my_casecmp (input1, SIZEOF (input1), input2, SIZEOF (input2), NULL, NULL, &cmp) == 0); in test_utf_8()
235 ASSERT (my_casecmp (input1, SIZEOF (input1), input2, SIZEOF (input2), NULL, NULL, &cmp) == 0); in test_utf_8()
310 ASSERT (my_casecmp (input1, SIZEOF (input1), input2, SIZEOF (input2), NULL, NULL, &cmp) == 0); in test_utf_8()
[all …]
H A Dtest-u32-casecmp.c42 …ASSERT (my_casecmp (input1, SIZEOF (input1), input2, SIZEOF (input2), NULL, UNINORM_NFD, &cmp) == … in test_nonascii()
45 …ASSERT (my_casecmp (input2, SIZEOF (input2), input1, SIZEOF (input1), NULL, UNINORM_NFD, &cmp) == … in test_nonascii()
54 …ASSERT (my_casecmp (input2, SIZEOF (input2), input3, SIZEOF (input3), NULL, UNINORM_NFD, &cmp) == … in test_nonascii()
121 static const uint32_t input2[] = in test_nonascii() local
139 ASSERT (my_casecmp (input1, SIZEOF (input1), input2, SIZEOF (input2), NULL, NULL, &cmp) == 0); in test_nonascii()
151 ASSERT (my_casecmp (input2, SIZEOF (input2), input3, SIZEOF (input3), NULL, NULL, &cmp) == 0); in test_nonascii()
165 ASSERT (my_casecmp (input1, SIZEOF (input1), input2, SIZEOF (input2), NULL, NULL, &cmp) == 0); in test_nonascii()
182 ASSERT (my_casecmp (input1, SIZEOF (input1), input2, SIZEOF (input2), NULL, NULL, &cmp) == 0); in test_nonascii()
257 ASSERT (my_casecmp (input1, SIZEOF (input1), input2, SIZEOF (input2), NULL, NULL, &cmp) == 0); in test_nonascii()
283 ASSERT (my_casecmp (input1, SIZEOF (input1), input2, SIZEOF (input2), NULL, NULL, &cmp) == 0); in test_nonascii()
[all …]
H A Dtest-u8-casecmp.c42 …ASSERT (my_casecmp (input1, SIZEOF (input1), input2, SIZEOF (input2), NULL, UNINORM_NFD, &cmp) == … in test_nonascii()
45 …ASSERT (my_casecmp (input2, SIZEOF (input2), input1, SIZEOF (input1), NULL, UNINORM_NFD, &cmp) == … in test_nonascii()
54 …ASSERT (my_casecmp (input2, SIZEOF (input2), input3, SIZEOF (input3), NULL, UNINORM_NFD, &cmp) == … in test_nonascii()
123 static const uint8_t input2[] = in test_nonascii() local
145 ASSERT (my_casecmp (input1, SIZEOF (input1), input2, SIZEOF (input2), NULL, NULL, &cmp) == 0); in test_nonascii()
157 ASSERT (my_casecmp (input2, SIZEOF (input2), input3, SIZEOF (input3), NULL, NULL, &cmp) == 0); in test_nonascii()
171 ASSERT (my_casecmp (input1, SIZEOF (input1), input2, SIZEOF (input2), NULL, NULL, &cmp) == 0); in test_nonascii()
188 ASSERT (my_casecmp (input1, SIZEOF (input1), input2, SIZEOF (input2), NULL, NULL, &cmp) == 0); in test_nonascii()
263 ASSERT (my_casecmp (input1, SIZEOF (input1), input2, SIZEOF (input2), NULL, NULL, &cmp) == 0); in test_nonascii()
292 ASSERT (my_casecmp (input1, SIZEOF (input1), input2, SIZEOF (input2), NULL, NULL, &cmp) == 0); in test_nonascii()
[all …]
H A Dtest-u16-casecmp.c42 …ASSERT (my_casecmp (input1, SIZEOF (input1), input2, SIZEOF (input2), NULL, UNINORM_NFD, &cmp) == … in test_nonascii()
45 …ASSERT (my_casecmp (input2, SIZEOF (input2), input1, SIZEOF (input1), NULL, UNINORM_NFD, &cmp) == … in test_nonascii()
54 …ASSERT (my_casecmp (input2, SIZEOF (input2), input3, SIZEOF (input3), NULL, UNINORM_NFD, &cmp) == … in test_nonascii()
121 static const uint16_t input2[] = in test_nonascii() local
139 ASSERT (my_casecmp (input1, SIZEOF (input1), input2, SIZEOF (input2), NULL, NULL, &cmp) == 0); in test_nonascii()
151 ASSERT (my_casecmp (input2, SIZEOF (input2), input3, SIZEOF (input3), NULL, NULL, &cmp) == 0); in test_nonascii()
165 ASSERT (my_casecmp (input1, SIZEOF (input1), input2, SIZEOF (input2), NULL, NULL, &cmp) == 0); in test_nonascii()
182 ASSERT (my_casecmp (input1, SIZEOF (input1), input2, SIZEOF (input2), NULL, NULL, &cmp) == 0); in test_nonascii()
257 ASSERT (my_casecmp (input1, SIZEOF (input1), input2, SIZEOF (input2), NULL, NULL, &cmp) == 0); in test_nonascii()
283 ASSERT (my_casecmp (input1, SIZEOF (input1), input2, SIZEOF (input2), NULL, NULL, &cmp) == 0); in test_nonascii()
[all …]
/dports/devel/libunistring/libunistring-0.9.10/tests/unicase/
H A Dtest-ulc-casecmp.c41 …ASSERT (my_casecmp (input1, SIZEOF (input1), input2, SIZEOF (input2), NULL, UNINORM_NFD, &cmp) == … in test_iso_8859_1()
44 …ASSERT (my_casecmp (input2, SIZEOF (input2), input1, SIZEOF (input1), NULL, UNINORM_NFD, &cmp) == … in test_iso_8859_1()
53 …ASSERT (my_casecmp (input2, SIZEOF (input2), input3, SIZEOF (input3), NULL, UNINORM_NFD, &cmp) == … in test_iso_8859_1()
72 ASSERT (my_casecmp (input1, SIZEOF (input1), input2, SIZEOF (input2), NULL, NULL, &cmp) == 0); in test_iso_8859_1()
170 static const char input2[] = in test_utf_8() local
192 ASSERT (my_casecmp (input1, SIZEOF (input1), input2, SIZEOF (input2), NULL, NULL, &cmp) == 0); in test_utf_8()
204 ASSERT (my_casecmp (input2, SIZEOF (input2), input3, SIZEOF (input3), NULL, NULL, &cmp) == 0); in test_utf_8()
218 ASSERT (my_casecmp (input1, SIZEOF (input1), input2, SIZEOF (input2), NULL, NULL, &cmp) == 0); in test_utf_8()
235 ASSERT (my_casecmp (input1, SIZEOF (input1), input2, SIZEOF (input2), NULL, NULL, &cmp) == 0); in test_utf_8()
310 ASSERT (my_casecmp (input1, SIZEOF (input1), input2, SIZEOF (input2), NULL, NULL, &cmp) == 0); in test_utf_8()
[all …]
H A Dtest-u16-casecmp.c42 …ASSERT (my_casecmp (input1, SIZEOF (input1), input2, SIZEOF (input2), NULL, UNINORM_NFD, &cmp) == … in test_nonascii()
45 …ASSERT (my_casecmp (input2, SIZEOF (input2), input1, SIZEOF (input1), NULL, UNINORM_NFD, &cmp) == … in test_nonascii()
54 …ASSERT (my_casecmp (input2, SIZEOF (input2), input3, SIZEOF (input3), NULL, UNINORM_NFD, &cmp) == … in test_nonascii()
121 static const uint16_t input2[] = in test_nonascii() local
139 ASSERT (my_casecmp (input1, SIZEOF (input1), input2, SIZEOF (input2), NULL, NULL, &cmp) == 0); in test_nonascii()
151 ASSERT (my_casecmp (input2, SIZEOF (input2), input3, SIZEOF (input3), NULL, NULL, &cmp) == 0); in test_nonascii()
165 ASSERT (my_casecmp (input1, SIZEOF (input1), input2, SIZEOF (input2), NULL, NULL, &cmp) == 0); in test_nonascii()
182 ASSERT (my_casecmp (input1, SIZEOF (input1), input2, SIZEOF (input2), NULL, NULL, &cmp) == 0); in test_nonascii()
257 ASSERT (my_casecmp (input1, SIZEOF (input1), input2, SIZEOF (input2), NULL, NULL, &cmp) == 0); in test_nonascii()
283 ASSERT (my_casecmp (input1, SIZEOF (input1), input2, SIZEOF (input2), NULL, NULL, &cmp) == 0); in test_nonascii()
[all …]
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/tests/unicase/
H A Dtest-ulc-casecmp.c41 …ASSERT (my_casecmp (input1, SIZEOF (input1), input2, SIZEOF (input2), NULL, UNINORM_NFD, &cmp) == … in test_iso_8859_1()
44 …ASSERT (my_casecmp (input2, SIZEOF (input2), input1, SIZEOF (input1), NULL, UNINORM_NFD, &cmp) == … in test_iso_8859_1()
53 …ASSERT (my_casecmp (input2, SIZEOF (input2), input3, SIZEOF (input3), NULL, UNINORM_NFD, &cmp) == … in test_iso_8859_1()
72 ASSERT (my_casecmp (input1, SIZEOF (input1), input2, SIZEOF (input2), NULL, NULL, &cmp) == 0); in test_iso_8859_1()
170 static const char input2[] = in test_utf_8() local
192 ASSERT (my_casecmp (input1, SIZEOF (input1), input2, SIZEOF (input2), NULL, NULL, &cmp) == 0); in test_utf_8()
204 ASSERT (my_casecmp (input2, SIZEOF (input2), input3, SIZEOF (input3), NULL, NULL, &cmp) == 0); in test_utf_8()
218 ASSERT (my_casecmp (input1, SIZEOF (input1), input2, SIZEOF (input2), NULL, NULL, &cmp) == 0); in test_utf_8()
235 ASSERT (my_casecmp (input1, SIZEOF (input1), input2, SIZEOF (input2), NULL, NULL, &cmp) == 0); in test_utf_8()
310 ASSERT (my_casecmp (input1, SIZEOF (input1), input2, SIZEOF (input2), NULL, NULL, &cmp) == 0); in test_utf_8()
[all …]
/dports/devel/gettext-tools/gettext-0.21/gettext-tools/gnulib-tests/unistr/
H A Dtest-cmp.h30 ASSERT (U_CMP (input1, input2, 2) == 0); in test_cmp()
31 ASSERT (U_CMP (input1, input2, 3) == 0); in test_cmp()
32 ASSERT (U_CMP (input1, input2, 4) != 0); in test_cmp()
37 ASSERT (U_CMP (input1, input2, 1) != 0); in test_cmp()
45 ASSERT (U_CMP (input1, input2, 4) < 0); in test_cmp()
46 ASSERT (U_CMP (input2, input1, 4) > 0); in test_cmp()
51 ASSERT (U_CMP (input1, input2, 3) < 0); in test_cmp()
52 ASSERT (U_CMP (input2, input1, 3) > 0); in test_cmp()
57 ASSERT (U_CMP (input1, input2, 4) < 0); in test_cmp()
64 static const UNIT input2[] = { 0xC2 }; in test_cmp() local
[all …]
/dports/devel/gettext-po-mode/gettext-0.21/gettext-tools/gnulib-tests/unistr/
H A Dtest-cmp.h30 ASSERT (U_CMP (input1, input2, 2) == 0); in test_cmp()
31 ASSERT (U_CMP (input1, input2, 3) == 0); in test_cmp()
32 ASSERT (U_CMP (input1, input2, 4) != 0); in test_cmp()
37 ASSERT (U_CMP (input1, input2, 1) != 0); in test_cmp()
45 ASSERT (U_CMP (input1, input2, 4) < 0); in test_cmp()
46 ASSERT (U_CMP (input2, input1, 4) > 0); in test_cmp()
51 ASSERT (U_CMP (input1, input2, 3) < 0); in test_cmp()
52 ASSERT (U_CMP (input2, input1, 3) > 0); in test_cmp()
57 ASSERT (U_CMP (input1, input2, 4) < 0); in test_cmp()
64 static const UNIT input2[] = { 0xC2 }; in test_cmp() local
[all …]
/dports/devel/gettext-runtime/gettext-0.21/gettext-tools/gnulib-tests/unistr/
H A Dtest-cmp.h30 ASSERT (U_CMP (input1, input2, 2) == 0); in test_cmp()
31 ASSERT (U_CMP (input1, input2, 3) == 0); in test_cmp()
32 ASSERT (U_CMP (input1, input2, 4) != 0); in test_cmp()
37 ASSERT (U_CMP (input1, input2, 1) != 0); in test_cmp()
45 ASSERT (U_CMP (input1, input2, 4) < 0); in test_cmp()
46 ASSERT (U_CMP (input2, input1, 4) > 0); in test_cmp()
51 ASSERT (U_CMP (input1, input2, 3) < 0); in test_cmp()
52 ASSERT (U_CMP (input2, input1, 3) > 0); in test_cmp()
57 ASSERT (U_CMP (input1, input2, 4) < 0); in test_cmp()
64 static const UNIT input2[] = { 0xC2 }; in test_cmp() local
[all …]
/dports/devel/libtextstyle/gettext-0.21/gettext-tools/gnulib-tests/unistr/
H A Dtest-cmp.h30 ASSERT (U_CMP (input1, input2, 2) == 0); in test_cmp()
31 ASSERT (U_CMP (input1, input2, 3) == 0); in test_cmp()
32 ASSERT (U_CMP (input1, input2, 4) != 0); in test_cmp()
37 ASSERT (U_CMP (input1, input2, 1) != 0); in test_cmp()
45 ASSERT (U_CMP (input1, input2, 4) < 0); in test_cmp()
46 ASSERT (U_CMP (input2, input1, 4) > 0); in test_cmp()
51 ASSERT (U_CMP (input1, input2, 3) < 0); in test_cmp()
52 ASSERT (U_CMP (input2, input1, 3) > 0); in test_cmp()
57 ASSERT (U_CMP (input1, input2, 4) < 0); in test_cmp()
64 static const UNIT input2[] = { 0xC2 }; in test_cmp() local
[all …]

12345678910>>...77