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

/xsrc/external/mit/libX11/dist/src/xkb/
H A DXKBCvt.c233 char *country, *charset; local in function:_XkbGetCharset
251 country = strchr(lang, '_');
252 if (country) {
253 *country++ = '\0';
254 charset = strchr(country, '.');
/xsrc/external/mit/fontconfig/dist/fc-lang/
H A Dfc-lang.py153 country = [] variable
189 country.append(orth_entries[fn]) # maps to original index
353 # Dump indices with country codes
354 assert len(country) > 0
/xsrc/external/mit/fontconfig/dist/src/
H A Dfclang.c400 * language and either the same country or one
401 * is missing the country
418 /* see if super has a country while sub is missing one */
421 /* see if sub has a country while super is missing one */
435 int country = -1; local in function:FcLangGetCharSet
443 if (country == -1)
444 country = i;
450 if (country == -1)
452 return &fcLangCharSets[country].charset;

Completed in 5 milliseconds