Home
last modified time | relevance | path

Searched refs:TST_FUNC_ISW (Results 1 – 12 of 12) sorted by relevance

/glibc-2.36/localedata/tests-mbwc/
Dtst_iswcntrl.c10 TST_FUNC_ISW (CNTRL, cntrl);
Dtst_iswpunct.c10 TST_FUNC_ISW (PUNCT, punct);
Dtst_iswalnum.c10 TST_FUNC_ISW (ALNUM, alnum);
Dtst_iswalpha.c10 TST_FUNC_ISW (ALPHA, alpha);
Dtst_iswdigit.c11 TST_FUNC_ISW (DIGIT, digit);
Dtst_iswgraph.c10 TST_FUNC_ISW (GRAPH, graph);
Dtst_iswlower.c10 TST_FUNC_ISW (LOWER, lower);
Dtst_iswprint.c10 TST_FUNC_ISW (PRINT, print);
Dtst_iswspace.c10 TST_FUNC_ISW (SPACE, space);
Dtst_iswupper.c10 TST_FUNC_ISW (UPPER, upper);
Dtst_iswxdigit.c10 TST_FUNC_ISW (XDIGIT, xdigit);
Dtst_funcs.h188 #define TST_FUNC_ISW(_FUNC_, _func_) \ macro