Dillo
v3.2.0-10-gc247d95a
Toggle main menu visibility
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
a
b
c
d
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
z
Functions
a
b
c
d
f
g
i
k
m
n
p
r
s
t
u
w
Variables
Typedefs
Enumerations
Enumerator
b
c
d
f
h
i
l
m
n
o
p
r
s
t
v
w
z
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
Enumerator
a
b
c
d
e
g
i
l
m
n
o
p
q
r
s
t
u
w
Related Symbols
Files
File List
File Members
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Functions
a
b
c
d
e
f
g
h
i
k
l
m
n
p
q
r
s
t
u
w
Variables
a
b
c
d
e
f
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
Typedefs
a
b
c
d
m
n
t
u
v
Enumerations
a
c
d
f
i
k
n
o
p
u
x
Enumerator
a
b
c
d
f
g
h
i
k
m
n
p
q
r
s
t
u
x
Macros
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
w
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
Loading...
Searching...
No Matches
unicode.hh
Go to the documentation of this file.
1
#ifndef __UNICODE_HH__
2
#define __UNICODE_HH__
3
4
namespace
lout
{
5
10
namespace
unicode {
11
12
bool
isAlpha
(
int
ch);
13
14
int
decodeUtf8
(
const
char
*s);
15
16
int
decodeUtf8
(
const
char
*s,
int
len);
17
18
const
char
*
nextUtf8Char
(
const
char
*s);
19
20
const
char
*
nextUtf8Char
(
const
char
*s,
int
len);
21
22
int
numUtf8Chars
(
const
char
*s);
23
24
int
numUtf8Chars
(
const
char
*s,
int
len);
25
26
}
// namespace lout
27
28
}
// namespace unicode
29
30
#endif
// __UNICODE_HH__
lout::unicode::numUtf8Chars
int numUtf8Chars(const char *s)
Definition
unicode.cc:162
lout::unicode::decodeUtf8
int decodeUtf8(const char *s)
Definition
unicode.cc:73
lout::unicode::isAlpha
bool isAlpha(int ch)
Returns whether a given unicode character is an alphabetic character.
Definition
unicode.cc:68
lout::unicode::nextUtf8Char
const char * nextUtf8Char(const char *s)
Definition
unicode.cc:110
lout
Definition
container.cc:27
lout
unicode.hh
Generated on Sun Mar 30 2025 01:42:34 for Dillo by
1.9.8