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

/ast/src/lib/libast/port/
H A Dlc.c391 char ctry[64]; local
395 GetLocaleInfo(lc->index, LOCALE_SENGCOUNTRY, ctry, sizeof(ctry)))
400 return sfsprintf(buf, siz, "%s_%s", lang, ctry);
402 return sfsprintf(buf, siz, "%s_%s.%s", lang, ctry, code);
404 return sfsprintf(buf, siz, "%s_%s.%s,%s", lang, ctry, code, lc->charset->ms);
/ast/src/lib/libast/comp/
H A Dsetlocale.c107 unsigned long ctry; local
116 ctry = 0;
118 if (ctry = ap->attribute->index)
120 if (!ctry)
125 ctry = lc->territory->indices[i];
128 if (!ctry)
132 ctry = SUBLANG_DEFAULT;
135 lcid = MAKELCID(MAKELANGID(lang, ctry), SORT_DEFAULT);

Completed in 19 milliseconds