Searched refs:test_conv (Results 1 – 5 of 5) sorted by relevance
32 test_conv() { function91 test_conv ascii utf-8 abcdef abcdef92 test_conv utf-8 ascii abcdef abcdef93 test_conv ascii ucs-2le abc 'a\0b\0c\0\n\0\c'94 test_conv ucs-2le ascii 'a\0b\0c\0\n\0\c' abc100 test_conv ./one.cm ./two.cm '\0200\0201\0202\c' ' \0200 \0201 \0202\c'
28 extern void test_conv(void);
37 test_conv(); in main()
29 OBJS_LOCAL= test_main.o test_misc.o test_conv.o \
332 test_conv() in test_conv() function