Home
last modified time | relevance | path

Searched refs:cs_info (Results 1 – 2 of 2) sorted by relevance

/external/hyphenation/
Dcsutil.c63 struct cs_info * csconv = get_current_cs(encoding); in enmkallcap()
75 struct cs_info * csconv = get_current_cs(encoding); in enmkallsmall()
87 struct cs_info * csconv = get_current_cs(encoding); in enmkinitcap()
94 void mkallcap(char * p, const struct cs_info * csconv) in mkallcap()
104 void mkallsmall(char * p, const struct cs_info * csconv) in mkallsmall()
114 void mkinitcap(char * p, const struct cs_info * csconv) in mkinitcap()
126 struct cs_info iso1_tbl[] = {
386 struct cs_info iso2_tbl[] = {
646 struct cs_info iso3_tbl[] = {
905 struct cs_info iso4_tbl[] = {
[all …]
Dcsutil.h19 struct cs_info { struct
28 struct cs_info * cs_table; argument
38 struct cs_info * get_current_cs(const char * es);
52 void mkallcap(char * p, const struct cs_info * csconv);
55 void mkallsmall(char * p, const struct cs_info * csconv);
58 void mkinitcap(char * p, const struct cs_info * csconv);