unistr/u8-strstr tests: Avoid test failure with ASAN.
[gnulib.git] / modules / c32isdigit
blob631f50f9174e63deb07ab6b13328854a195a9f5a
1 Description:
2 c32isdigit() function: test 32-bit wide character for being a digit.
4 Files:
5 lib/c32isdigit.c
6 lib/c32is-impl.h
7 m4/mbrtoc32.m4
8 m4/mbrtowc.m4
9 m4/locale-fr.m4
10 m4/locale-ja.m4
11 m4/locale-zh.m4
12 m4/codeset.m4
14 Depends-on:
15 uchar
16 wchar
17 wctype-h
18 iswdigit
19 localcharset    [test $REPLACE_MBSTATE_T = 1]
20 streq           [test $REPLACE_MBSTATE_T = 1]
21 unictype/ctype-digit
22 assert-h
24 configure.ac:
25 AC_REQUIRE([gl_UCHAR_H])
26 dnl Determine REPLACE_MBSTATE_T, from which GNULIB_defined_mbstate_t is
27 dnl determined.  It describes how mbrtoc32 is implemented.
28 AC_REQUIRE([gl_MBSTATE_T_BROKEN])
29 AC_REQUIRE([gl_MBRTOC32_SANITYCHECK])
30 gl_UCHAR_MODULE_INDICATOR([c32isdigit])
32 Makefile.am:
33 lib_SOURCES += c32isdigit.c
35 Include:
36 <uchar.h>
38 Link:
39 $(LTLIBUNISTRING) when linking with libtool, $(LIBUNISTRING) otherwise
40 $(LTLIBC32CONV) when linking with libtool, $(LIBC32CONV) otherwise
42 License:
43 LGPLv2+
45 Maintainer:
46 Bruno Haible