D | iswctype_sb.c | 207 wctype_t wctype(const char *property) in wctype() argument 212 if( strcmp(typestrval[i].name, property) == 0) { in wctype() 224 wctrans_t wctrans(const char *property) in wctrans() argument 229 if( strcmp(transtrval[i].name, property) == 0) { in wctrans()
|