Lines Matching refs:locale
49 * find the binary message catalog path for <locale,catalog>
57 mcfind(const char* locale, const char* catalog, int category, int nls, char* path, size_t size)
77 if (!(lc = locale ? lcmake(locale) : locales[category]))
92 paths[i++] = "share/lib/locale/%l/%C/%N";
93 paths[i++] = "share/locale/%l/%C/%N";
94 paths[i++] = "lib/locale/%l/%C/%N";
188 if (ast.locale.set & AST_LC_find)
189 sfprintf(sfstderr, "locale find %s\n", file);
192 if (ast.locale.set & (AST_LC_find|AST_LC_setlocale))
193 sfprintf(sfstderr, "locale path %s\n", s);