HomeSort by relevance Sort by last modified time
    Searched refs:cs_info (Results 1 - 2 of 2) sorted by null

  /external/hyphenation/
csutil.h 19 struct cs_info { struct
28 struct cs_info * cs_table;
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);
csutil.c 63 struct cs_info * csconv = get_current_cs(encoding);
75 struct cs_info * csconv = get_current_cs(encoding);
87 struct cs_info * csconv = get_current_cs(encoding);
94 void mkallcap(char * p, const struct cs_info * csconv)
104 void mkallsmall(char * p, const struct cs_info * csconv)
114 void mkinitcap(char * p, const struct cs_info * csconv)
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...]

Completed in 530 milliseconds