Searched refs:U_STRCMP (Results 1 - 14 of 14) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/tests/unistr/
H A Dtest-u16-strcmp.c25 #define U_STRCMP u16_strcmp macro
H A Dtest-u16-strcmp.h31 ASSERT (U_STRCMP (input1, input2) < 0);
32 ASSERT (U_STRCMP (input2, input1) > 0);
39 ASSERT (U_STRCMP (input1, input2) > 0);
40 ASSERT (U_STRCMP (input2, input1) < 0);
H A Dtest-u16-strcoll.c25 #define U_STRCMP u16_strcoll macro
H A Dtest-u32-strcmp.c25 #define U_STRCMP u32_strcmp macro
H A Dtest-u32-strcmp.h31 ASSERT (U_STRCMP (input1, input2) < 0);
32 ASSERT (U_STRCMP (input2, input1) > 0);
39 ASSERT (U_STRCMP (input1, input2) > 0);
40 ASSERT (U_STRCMP (input2, input1) < 0);
H A Dtest-u32-strcoll.c25 #define U_STRCMP u32_strcoll macro
H A Dtest-u8-strcmp.c25 #define U_STRCMP u8_strcmp macro
H A Dtest-u8-strcoll.c25 #define U_STRCMP u8_strcoll macro
H A Dtest-strcmp.h25 ASSERT (U_STRCMP (input1, input2) == 0);
30 ASSERT (U_STRCMP (input1, input2) < 0);
31 ASSERT (U_STRCMP (input2, input1) > 0);
36 ASSERT (U_STRCMP (input1, input2) == 0);
41 ASSERT (U_STRCMP (input1, input2) > 0);
42 ASSERT (U_STRCMP (input2, input1) < 0);
47 ASSERT (U_STRCMP (input1, input2) < 0);
48 ASSERT (U_STRCMP (input2, input1) > 0);
53 ASSERT (U_STRCMP (input1, input2) < 0);
54 ASSERT (U_STRCMP (input
[all...]
H A Dtest-u8-strcmp.h31 ASSERT (U_STRCMP (input1, input2) < 0);
32 ASSERT (U_STRCMP (input2, input1) > 0);
39 ASSERT (U_STRCMP (input1, input2) > 0);
40 ASSERT (U_STRCMP (input2, input1) < 0);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/lib/unistr/
H A Du16-strcoll.c31 #define U_STRCMP u16_strcmp macro
H A Du32-strcoll.c31 #define U_STRCMP u32_strcmp macro
H A Du8-strcoll.c31 #define U_STRCMP u8_strcmp macro
H A Du-strcoll.h49 result = U_STRCMP (s1, s2);
57 result = U_STRCMP (s1, s2);
81 result = U_STRCMP (s1, s2);

Completed in 136 milliseconds