summaryrefslogtreecommitdiff
path: root/modules/unicase/u16-is-lowercase
blob: eb21e3a1e0944e1fdc2dd33f97ede1ea97238ba0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
Description:
Test whether an UTF-16 string is entirely lower case.

Files:
lib/unicase/u16-is-lowercase.c

Depends-on:
unicase/base
unicase/u16-is-invariant
unicase/u16-tolower

configure.ac:
gl_LIBUNISTRING_MODULE([0.9.6], [unicase/u16-is-lowercase])

Makefile.am:
if LIBUNISTRING_COMPILE_UNICASE_U16_IS_LOWERCASE
lib_SOURCES += unicase/u16-is-lowercase.c
endif

Include:
"unicase.h"

License:
LGPL

Maintainer:
Daiki Ueno