Home
last modified time | relevance | path

Searched refs:lconv (Results 1 – 12 of 12) sorted by relevance

/ndk/sources/android/support/include/
Dlocale.h37 #define lconv __libc_lconv macro
40 #undef lconv
99 struct lconv { struct
127 struct lconv* localeconv(void); argument
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dclocale30 struct lconv;
32 lconv* localeconv();
47 using ::lconv;
Dlocale342 lconv *__localeconv_l(locale_t __l)
/ndk/sources/android/support/src/locale/
Dlocaleconv.c31 struct lconv* localeconv(void) { in localeconv()
32 static struct lconv C_LCONV[1] = { { in localeconv()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
Dlocale_h.pass.cpp45 lconv lc; in main()
47 static_assert((std::is_same<__typeof__(localeconv()), lconv*>::value), ""); in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/c.locales/
Dclocale.pass.cpp45 std::lconv lc; in main()
47 static_assert((std::is_same<__typeof__(std::localeconv()), std::lconv*>::value), ""); in main()
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_clocale.h33 using _STLP_VENDOR_CSTD::lconv;
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/support/win32/
Dlocale_win32.cpp31 lconv *localeconv_l( locale_t loc ) in localeconv_l()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/solaris/
Dxlocale.h54 struct lconv *localeconv_l(locale_t __l);
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/win32/
Dlocale_win32.h38 lconv *localeconv_l( locale_t loc );
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/support/solaris/
Dxlocale.c69 struct lconv *localeconv_l(locale_t __l) { in localeconv_l()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
Dlocale.cpp4323 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 …]