vma-iter: Port to 64-bit Haiku.
[gnulib.git] / modules / unicase / u32-is-lowercase
blob1b74f186569eb8c1013e1a929593179afc1d2063
1 Description:
2 Test whether an UTF-32 string is entirely lower case.
4 Files:
5 lib/unicase/u32-is-lowercase.c
7 Depends-on:
8 unicase/base
9 unicase/u32-is-invariant
10 unicase/u32-tolower
12 configure.ac:
13 gl_LIBUNISTRING_MODULE([0.9.8], [unicase/u32-is-lowercase])
15 Makefile.am:
16 if LIBUNISTRING_COMPILE_UNICASE_U32_IS_LOWERCASE
17 lib_SOURCES += unicase/u32-is-lowercase.c
18 endif
20 Include:
21 "unicase.h"
23 License:
24 LGPLv3+ or GPLv2
26 Maintainer:
27 all