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

/ast/src/lib/libast/port/
H A Dlclib.h31 #define locales _ast_locales macro
59 #define LCINFO(c) (&locales[c]->info[c])
67 extern Lc_t* locales[];
H A Dmc.c77 if (!(lc = locale ? lcmake(locale) : locales[category]))
H A Dlc.c105 Lc_t* locales[] = variable
753 * add to the list of possibly active locales
/ast/src/lib/libast/comp/
H A Dlocaleconv.c95 if ((locales[AST_LC_MONETARY]->flags | locales[AST_LC_NUMERIC]->flags) & LC_debug)
97 if ((locales[AST_LC_NUMERIC]->flags & (LC_default|LC_local)) == LC_local)
98 return locales[AST_LC_NUMERIC]->territory == &lc_territories[0] ? &default_lconv : &debug_lconv;
H A Diconv.c489 if ((locales[AST_LC_CTYPE]->flags & LC_default) || !locales[AST_LC_CTYPE]->charset || !(m = locales[AST_LC_CTYPE]->charset->code) || streq(m, "iso8859-1"))
H A Dsetlocale.c509 if (locales[cp->internal]->flags & LC_debug)
514 else if (locales[cp->internal]->flags & LC_default)
2229 sfprintf(sfstderr, "locale setf %17s %16s\n", cp->name, locales[cp->internal]->name);
2231 if (locales[cp->internal]->flags & LC_debug)
2240 else if ((locales[cp->internal]->flags & LC_utf8) && !(ast.locale.set & AST_LC_test))
2245 if ((locales[cp->internal]->flags & LC_local) || !(ast.mb_width = wcwidth))
2250 else if ((locales[cp->internal]->flags & LC_default) || (ast.mb_cur_max = MB_CUR_MAX) <= 1 || !(ast.mb_len = mblen) || !(ast.mb_towc = mbtowc))
2303 sfprintf(sfstderr, "locale setf %17s %16s\n", cp->name, locales[cp->internal]->name);
2307 if (locales[cp->internal]->flags & LC_local)
2308 dp = locales[c
[all...]
/ast/src/lib/libast/misc/
H A Derrorx.c41 loc = (const char*)locales[AST_LC_MESSAGES]->code;

Completed in 30 milliseconds