Searched refs:U_CMP (Results 1 - 23 of 23) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/lib/unistr/
H A Du16-cmp2.c27 #define U_CMP u16_cmp macro
H A Du32-cmp2.c27 #define U_CMP u32_cmp macro
H A Du8-cmp2.c27 #define U_CMP u8_cmp macro
H A Du16-endswith.c26 #define U_CMP u16_cmp macro
H A Du32-endswith.c26 #define U_CMP u32_cmp macro
H A Du8-endswith.c26 #define U_CMP u8_cmp macro
H A Du16-strspn.c27 #define U_CMP u16_cmp macro
H A Du8-strspn.c27 #define U_CMP u8_cmp macro
H A Du-cmp2.h21 int cmp = U_CMP (s1, s2, MIN (n1, n2));
H A Du-endswith.h25 return (U_CMP (str + (len - suffixlen), suffix, suffixlen) == 0);
H A Du-strspn.h31 if (U_CMP (ptr, accept, count) != 0)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/tests/unistr/
H A Dtest-u16-cmp.c27 #define U_CMP u16_cmp macro
40 ASSERT (U_CMP (input1, input2, 2) > 0);
41 ASSERT (U_CMP (input2, input1, 2) < 0);
42 ASSERT (U_CMP (input1, input2, 1) > 0);
43 ASSERT (U_CMP (input2, input1, 1) < 0);
H A Dtest-cmp.h23 ASSERT (U_CMP (zerosize_ptr (), zerosize_ptr (), 0) == 0);
27 ASSERT (U_CMP (input1, input2, 2) == 0);
28 ASSERT (U_CMP (input1, input2, 3) == 0);
29 ASSERT (U_CMP (input1, input2, 4) != 0);
34 ASSERT (U_CMP (input1, input2, 1) != 0);
35 ASSERT (U_CMP (input1, input2, 3) != 0);
42 ASSERT (U_CMP (input1, input2, 4) < 0);
43 ASSERT (U_CMP (input2, input1, 4) > 0);
48 ASSERT (U_CMP (input1, input2, 3) < 0);
49 ASSERT (U_CMP (input
[all...]
H A Dtest-u32-cmp.c27 #define U_CMP u32_cmp macro
40 ASSERT (U_CMP (input1, input2, 1) > 0);
41 ASSERT (U_CMP (input2, input1, 1) < 0);
H A Dtest-u8-cmp.c27 #define U_CMP u8_cmp macro
40 ASSERT (U_CMP (input1, input2, 4) > 0);
41 ASSERT (U_CMP (input2, input1, 4) < 0);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/lib/unicase/
H A Du16-is-cased.c35 #define U_CMP u16_cmp macro
H A Du16-is-invariant.c33 #define U_CMP u16_cmp macro
H A Du32-is-cased.c35 #define U_CMP u32_cmp macro
H A Du32-is-invariant.c33 #define U_CMP u32_cmp macro
H A Du8-is-cased.c35 #define U_CMP u8_cmp macro
H A Du8-is-invariant.c33 #define U_CMP u8_cmp macro
H A Du-is-cased.h48 && U_CMP (mapped_toupper, norms, norms_length) == 0))
74 && U_CMP (mapped_tolower, norms, norms_length) == 0))
100 && U_CMP (mapped_totitle, norms, norms_length) == 0))
H A Du-is-invariant.h57 && U_CMP (mapped, norms, norms_length) == 0);

Completed in 161 milliseconds