Searched refs:debug_lconv (Results 1 – 2 of 2) sorted by relevance
34 static struct lconv debug_lconv = variable 96 return &debug_lconv; in _ast_localeconv() 98 return locales[AST_LC_NUMERIC]->territory == &lc_territories[0] ? &default_lconv : &debug_lconv; in _ast_localeconv()
34 static struct lconv debug_lconv = variable95 …ST_LC_MONETARY]->flags | locales[AST_LC_NUMERIC]->flags) & LC_debug) ? &debug_lconv : localeconv(); in _ast_localeconv()