Searched refs:U_CMP2 (Results 1 - 13 of 13) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/tests/unistr/
H A Dtest-cmp2.h25 ASSERT (U_CMP2 (input1, 0, input2, 0) == 0);
26 ASSERT (U_CMP2 (input1, 1, input2, 0) > 0);
27 ASSERT (U_CMP2 (input1, 0, input2, 1) < 0);
32 ASSERT (U_CMP2 (input1, 3, input2, 3) == 0);
33 ASSERT (U_CMP2 (input1, 4, input2, 3) > 0);
34 ASSERT (U_CMP2 (input2, 3, input1, 4) < 0);
35 ASSERT (U_CMP2 (input1, 3, input2, 4) < 0);
36 ASSERT (U_CMP2 (input2, 4, input1, 3) > 0);
37 ASSERT (U_CMP2 (input1, 4, input2, 4) < 0);
38 ASSERT (U_CMP2 (input
[all...]
H A Dtest-u16-cmp2.c26 #define U_CMP2 u16_cmp2 macro
H A Dtest-u32-cmp2.c26 #define U_CMP2 u32_cmp2 macro
H A Dtest-u8-cmp2.c26 #define U_CMP2 u8_cmp2 macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/lib/uninorm/
H A Du16-normcmp.c32 #define U_CMP2 u16_cmp2 macro
H A Du32-normcmp.c32 #define U_CMP2 u32_cmp2 macro
H A Du8-normcmp.c32 #define U_CMP2 u8_cmp2 macro
H A Du-normcmp.h52 cmp = U_CMP2 (norms1, norms1_length, norms2, norms2_length);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/lib/unicase/
H A Du16-casecmp.c34 #define U_CMP2 u16_cmp2 macro
H A Du32-casecmp.c34 #define U_CMP2 u32_cmp2 macro
H A Du8-casecmp.c34 #define U_CMP2 u8_cmp2 macro
H A Dulc-casecmp.c73 #define U_CMP2 u8_cmp2 macro
H A Du-casecmp.h57 cmp = U_CMP2 (norms1, norms1_length, norms2, norms2_length);

Completed in 51 milliseconds