BIRNET Interface Reference

/opt/src/beast/birnet/birnetutf8.hh

SYNOPSIS

DESCRIPTION

digit_value

/opt/src/beast/birnet/birnetutf8.hh:30
int  digit_value 
(unichar uc);

get_break

/opt/src/beast/birnet/birnetutf8.hh:73

get_type

/opt/src/beast/birnet/birnetutf8.hh:58
Type  get_type 
(unichar uc);

isalnum

/opt/src/beast/birnet/birnetutf8.hh:26
bool  isalnum 
(unichar uc);

isalpha

/opt/src/beast/birnet/birnetutf8.hh:27
bool  isalpha 
(unichar uc);

iscntrl

/opt/src/beast/birnet/birnetutf8.hh:28
bool  iscntrl 
(unichar uc);

isdefined

/opt/src/beast/birnet/birnetutf8.hh:43
bool  isdefined 
(unichar uc);

isdigit

/opt/src/beast/birnet/birnetutf8.hh:29
bool  isdigit 
(unichar uc);

isgraph

/opt/src/beast/birnet/birnetutf8.hh:31
bool  isgraph 
(unichar uc);

islower

/opt/src/beast/birnet/birnetutf8.hh:32
bool  islower 
(unichar uc);

isprint

/opt/src/beast/birnet/birnetutf8.hh:34
bool  isprint 
(unichar uc);

ispunct

/opt/src/beast/birnet/birnetutf8.hh:35
bool  ispunct 
(unichar uc);

isspace

/opt/src/beast/birnet/birnetutf8.hh:36
bool  isspace 
(unichar uc);

istitle

/opt/src/beast/birnet/birnetutf8.hh:41
bool  istitle 
(unichar uc);

isupper

/opt/src/beast/birnet/birnetutf8.hh:37
bool  isupper 
(unichar uc);

isvalid

/opt/src/beast/birnet/birnetutf8.hh:25
bool  isvalid 
(unichar uc);

iswide

/opt/src/beast/birnet/birnetutf8.hh:44
bool  iswide 
(unichar uc);

iswide_cjk

/opt/src/beast/birnet/birnetutf8.hh:45
bool  iswide_cjk 
(unichar uc);

isxdigit

/opt/src/beast/birnet/birnetutf8.hh:39
bool  isxdigit 
(unichar uc);

tolower

/opt/src/beast/birnet/birnetutf8.hh:33
unichar  tolower 
(unichar uc);

totitle

/opt/src/beast/birnet/birnetutf8.hh:42
unichar  totitle 
(unichar uc);

toupper

/opt/src/beast/birnet/birnetutf8.hh:38
unichar  toupper 
(unichar uc);

utf8_align

/opt/src/beast/birnet/birnetutf8.hh:91
const char*  utf8_align 
(const char *start,
 const char *current);

utf8_align

/opt/src/beast/birnet/birnetutf8.hh:93
char*  utf8_align 
(const char *start,
 char       *current);

utf8_aligned

/opt/src/beast/birnet/birnetutf8.hh:94
bool  utf8_aligned 
(const char *c);

utf8_find_next

/opt/src/beast/birnet/birnetutf8.hh:83
const char*  utf8_find_next 
(const char *c,
 const char *bound);

utf8_find_next

/opt/src/beast/birnet/birnetutf8.hh:85
char*  utf8_find_next 
(char       *current,
 const char *bound);

utf8_find_prev

/opt/src/beast/birnet/birnetutf8.hh:87
const char*  utf8_find_prev 
(const char *start,
 const char *current);

utf8_find_prev

/opt/src/beast/birnet/birnetutf8.hh:89
char*  utf8_find_prev 
(const char *start,
 char       *currrent);

utf8_from_unichar

/opt/src/beast/birnet/birnetutf8.hh:97
int  utf8_from_unichar 
(unichar uc,
 char    str);

utf8_next

/opt/src/beast/birnet/birnetutf8.hh:78
const char*  utf8_next 
(const char *c);

utf8_next

/opt/src/beast/birnet/birnetutf8.hh:79
char*  utf8_next 
(char *c);

utf8_prev

/opt/src/beast/birnet/birnetutf8.hh:80
const char*  utf8_prev 
(const char *c);

utf8_prev

/opt/src/beast/birnet/birnetutf8.hh:81
char*  utf8_prev 
(char *c);

utf8_to_unichar

/opt/src/beast/birnet/birnetutf8.hh:95

utf8_validate

/opt/src/beast/birnet/birnetutf8.hh:99
bool  utf8_validate 
(const String  &string,
 int           *bound);

xdigit_value

/opt/src/beast/birnet/birnetutf8.hh:40