Searched refs:AST_LC_NUMERIC (Results 1 - 7 of 7) sorted by relevance
/ast/src/lib/libast/comp/ |
H A D | localeconv.c | 95 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 D | setlocale.c | 2332 { "LC_NUMERIC", LC_NUMERIC, AST_LC_NUMERIC, set_numeric }, 2535 else if (category == AST_LC_NUMERIC)
|
/ast/src/lib/libast/string/ |
H A D | fmtscale.c | 44 Lc_numeric_t* p = (Lc_numeric_t*)LCINFO(AST_LC_NUMERIC)->data;
|
/ast/src/lib/libast/include/ |
H A D | ast_std.h | 148 #define AST_LC_NUMERIC 5 macro 184 #define LC_NUMERIC (-AST_LC_NUMERIC)
|
/ast/src/cmd/std/ |
H A D | locale.c | 533 {"decimal_point", AST_LC_NUMERIC, S,1,CV_decimal_point}, 534 {"grouping", AST_LC_NUMERIC, S,1,CV_grouping}, 535 {"thousands_sep", AST_LC_NUMERIC, S,1,CV_thousands_sep}, 889 case AST_LC_NUMERIC:
|
/ast/src/lib/libast/port/ |
H A D | lc.c | 142 case LC_NUMERIC: return AST_LC_NUMERIC;
|
/ast/src/lib/libast/sfio/ |
H A D | sfhdr.h | 648 Lc_numeric_t* lv = (Lc_numeric_t*)LCINFO(AST_LC_NUMERIC)->data; \
|
Completed in 37 milliseconds