HomeSort by: relevance | last modified time | path
    Searched defs:testall (Results 1 - 2 of 2) sorted by relevancy

  /src/tests/lib/libc/locale/
t_wctype.c 139 static void testall(int, int, wchar_t, wctype_t, int);
167 testall(i, (unsigned char)*cp, wc, wct, 1);
172 testall(i, (unsigned char)*cp, wc, wct, 0);
177 void testall(int idx, int c, wchar_t wc, wctype_t wct, int inout) function in typeref:typename:void
t_wctype.c 139 static void testall(int, int, wchar_t, wctype_t, int);
167 testall(i, (unsigned char)*cp, wc, wct, 1);
172 testall(i, (unsigned char)*cp, wc, wct, 0);
177 void testall(int idx, int c, wchar_t wc, wctype_t wct, int inout) function in typeref:typename:void

Completed in 19 milliseconds