Searched refs:lconv (Results 1 – 12 of 12) sorted by relevance
37 #define lconv __libc_lconv macro40 #undef lconv99 struct lconv { struct127 struct lconv* localeconv(void); argument
30 struct lconv;32 lconv* localeconv();47 using ::lconv;
342 lconv *__localeconv_l(locale_t __l)
31 struct lconv* localeconv(void) { in localeconv()32 static struct lconv C_LCONV[1] = { { in localeconv()
45 lconv lc; in main()47 static_assert((std::is_same<__typeof__(localeconv()), lconv*>::value), ""); in main()
45 std::lconv lc; in main()47 static_assert((std::is_same<__typeof__(std::localeconv()), std::lconv*>::value), ""); in main()
33 using _STLP_VENDOR_CSTD::lconv;
31 lconv *localeconv_l( locale_t loc ) in localeconv_l()
54 struct lconv *localeconv_l(locale_t __l);
38 lconv *localeconv_l( locale_t loc );
69 struct lconv *localeconv_l(locale_t __l) { in localeconv_l()
4323 lconv* lc = localeconv_l(loc.get()); in __init()4325 lconv* lc = __localeconv_l(loc.get()); in __init()4371 lconv* lc = localeconv_l(loc.get()); in __init()4373 lconv* lc = __localeconv_l(loc.get()); in __init()5932 lconv* lc = localeconv_l(loc.get()); in init()5934 lconv* lc = __localeconv_l(loc.get()); in init()5985 lconv* lc = localeconv_l(loc.get()); in init()5987 lconv* lc = __localeconv_l(loc.get()); in init()6055 lconv* lc = localeconv_l(loc.get()); in init()6057 lconv* lc = __localeconv_l(loc.get()); in init()[all …]