Home
last modified time | relevance | path

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

/ndk/sources/android/support/include/
Dlocale.h32 #define localeconv __libc_localeconv macro
35 #undef localeconv
103 struct lconv* localeconv(void);
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dclocale32 lconv* localeconv();
49 using ::localeconv;
Dlocale343 return localeconv();
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_clocale.h35 using _STLP_VENDOR_CSTD::localeconv;
/ndk/sources/android/support/src/locale/
Dlocaleconv.c31 struct lconv* localeconv(void) { in localeconv() function
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
Dlocale_h.pass.cpp47 static_assert((std::is_same<__typeof__(localeconv()), lconv*>::value), ""); in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/c.locales/
Dclocale.pass.cpp47 static_assert((std::is_same<__typeof__(std::localeconv()), std::lconv*>::value), ""); in main()
/ndk/sources/host-tools/sed-4.2.1/m4/
Dlocale-fr.m454 On NetBSD 3.0 in the fr_FR.ISO8859-1 locale, localeconv()->decimal_point
56 if (localeconv () ->decimal_point[0] != ',') return 1;
151 On NetBSD 3.0 in the fr_FR.ISO8859-1 locale, localeconv()->decimal_point
153 if (localeconv () ->decimal_point[0] != ',') return 1;
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/support/win32/
Dlocale_win32.cpp35 return localeconv(); in localeconv_l()
/ndk/sources/android/support/
DAndroid.mk11 src/locale/localeconv.c \
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/support/solaris/
Dxlocale.c63 return __l->core.user_api->localeconv(__l); in localeconv_l()
/ndk/sources/host-tools/sed-4.2.1/
Dconfigure5668 On NetBSD 3.0 in the fr_FR.ISO8859-1 locale, localeconv()->decimal_point
5670 if (localeconv () ->decimal_point[0] != ',') return 1;
9448 On NetBSD 3.0 in the fr_FR.ISO8859-1 locale, localeconv()->decimal_point
9450 if (localeconv () ->decimal_point[0] != ',') return 1;