Home
last modified time | relevance | path

Searched defs:tostr (Results 1 – 1 of 1) sorted by relevance

/reactos/sdk/lib/3rdparty/libwin-iconv/
H A Dwin_iconv_test.c90 test(const char *from, const char *fromstr, int fromsize, const char *to, const char *tostr, int to… in test()
158 #define success(from, fromstr, to, tostr) test(from, fromstr, STATIC_STRLEN(fromstr), to, tostr, ST… argument
159 #define einval(from, fromstr, to, tostr) test(from, fromstr, STATIC_STRLEN(fromstr), to, tostr, STA… argument
160 #define eilseq(from, fromstr, to, tostr) test(from, fromstr, STATIC_STRLEN(fromstr), to, tostr, STA… argument
161 #define e2big(from, fromstr, to, tostr, bufsize) test(from, fromstr, STATIC_STRLEN(fromstr), to, to… argument