Cyclone Scheme
0.28.0
Main Page
Modules
Data Structures
Data Structures
Data Structure Index
Data Fields
All
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
Variables
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
Files
File List
Globals
All
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
Functions
_
a
b
c
d
e
f
g
h
i
m
o
p
r
s
t
v
Variables
_
b
c
e
g
p
q
t
Typedefs
a
b
c
f
g
h
i
l
m
o
p
s
t
v
Enumerations
Enumerator
a
b
c
d
e
f
h
i
m
p
r
s
v
Macros
_
a
b
c
d
f
g
h
i
l
m
n
o
p
r
s
t
u
•
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Modules
Pages
UTF-8
CYC_UTF8_ACCEPT
Cyc_utf8_count_code_points
Cyc_utf8_encode
Cyc_utf8_encode_char
CYC_UTF8_REJECT
Cyc_utf8_validate
Cyc_utf8_validate_stream
◆
Cyc_utf8_count_code_points()
int Cyc_utf8_count_code_points
(
uint8_t *
s
)
Count the number of code points in a string. Based on example code from Bjoern Hoehrmann.
Parameters
s
String to examine
Returns
The number of codepoints found, or -1 if there was an error.
Generated by
1.8.17