summaryrefslogtreecommitdiff
path: root/modules/unigbrk/u16-grapheme-next
blob: bd84c76990d2aebe099881c9b60d19670d86bf94 (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
28
Description:
Find start of next grapheme cluster in UTF-16 string.

Files:
lib/unigbrk/u16-grapheme-next.c
tests/macros.h

Depends-on:
unigbrk/uc-is-grapheme-break
unistr/u16-mbtouc

configure.ac:
gl_MODULE_INDICATOR([unigbrk/u16-grapheme-next])
gl_LIBUNISTRING_MODULE([0.9.11], [unigbrk/u16-grapheme-next])

Makefile.am:
if LIBUNISTRING_COMPILE_UNIGBRK_U16_GRAPHEME_NEXT
lib_SOURCES += unigbrk/u16-grapheme-next.c
endif

Include:
"unigbrk.h"

License:
LGPLv3+ or GPLv2+

Maintainer:
Ben Pfaff, Daiki Ueno