Searched refs:U_CHR (Results 1 - 4 of 4) 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-chr.c29 #define U_CHR u16_chr macro
H A Dtest-u32-chr.c29 #define U_CHR u32_chr macro
H A Dtest-u8-chr.c29 #define U_CHR u8_chr macro
H A Dtest-chr.h34 ASSERT (U_CHR (input, n, 'a') == input);
36 ASSERT (U_CHR (input, 0, 'a') == NULL);
37 ASSERT (U_CHR (zerosize_ptr (), 0, 'a') == NULL);
39 ASSERT (U_CHR (input, n, 'b') == input + 1);
40 ASSERT (U_CHR (input, n, 'c') == input + 2);
41 ASSERT (U_CHR (input, n, 'd') == input + 1026);
43 ASSERT (U_CHR (input + 1, n - 1, 'a') == input + n - 1);
44 ASSERT (U_CHR (input + 1, n - 1, 'e') == input + n - 2);
46 ASSERT (U_CHR (input, n, 'f') == NULL);
47 ASSERT (U_CHR (inpu
[all...]

Completed in 200 milliseconds