Searched refs:TST_FUNC_ISW (Results 1 – 12 of 12) sorted by relevance
/glibc-2.36/localedata/tests-mbwc/ |
D | tst_iswcntrl.c | 10 TST_FUNC_ISW (CNTRL, cntrl);
|
D | tst_iswpunct.c | 10 TST_FUNC_ISW (PUNCT, punct);
|
D | tst_iswalnum.c | 10 TST_FUNC_ISW (ALNUM, alnum);
|
D | tst_iswalpha.c | 10 TST_FUNC_ISW (ALPHA, alpha);
|
D | tst_iswdigit.c | 11 TST_FUNC_ISW (DIGIT, digit);
|
D | tst_iswgraph.c | 10 TST_FUNC_ISW (GRAPH, graph);
|
D | tst_iswlower.c | 10 TST_FUNC_ISW (LOWER, lower);
|
D | tst_iswprint.c | 10 TST_FUNC_ISW (PRINT, print);
|
D | tst_iswspace.c | 10 TST_FUNC_ISW (SPACE, space);
|
D | tst_iswupper.c | 10 TST_FUNC_ISW (UPPER, upper);
|
D | tst_iswxdigit.c | 10 TST_FUNC_ISW (XDIGIT, xdigit);
|
D | tst_funcs.h | 188 #define TST_FUNC_ISW(_FUNC_, _func_) \ macro
|