Searched refs:unicode_family (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/sys/libkern/
H A Diconv_ucs.c59 } unicode_family[] = { variable in typeref:struct:__anon14781
106 for (i = 0; unicode_family[i].name; i++) {
107 if (strcasecmp(from, unicode_family[i].name) == 0)
108 dp->convtype |= unicode_family[i].from_flag;
109 if (strcasecmp(to, unicode_family[i].name) == 0)
110 dp->convtype |= unicode_family[i].to_flag;

Completed in 52 milliseconds