Searched refs:localeconv (Results 1 – 12 of 12) sorted by relevance
/ndk/sources/android/support/include/ |
D | locale.h | 32 #define localeconv __libc_localeconv macro 35 #undef localeconv 103 struct lconv* localeconv(void);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
D | clocale | 32 lconv* localeconv(); 49 using ::localeconv;
|
D | locale | 343 return localeconv();
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _clocale.h | 35 using _STLP_VENDOR_CSTD::localeconv;
|
/ndk/sources/android/support/src/locale/ |
D | localeconv.c | 31 struct lconv* localeconv(void) { in localeconv() function
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/ |
D | locale_h.pass.cpp | 47 static_assert((std::is_same<__typeof__(localeconv()), lconv*>::value), ""); in main()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/c.locales/ |
D | clocale.pass.cpp | 47 static_assert((std::is_same<__typeof__(std::localeconv()), std::lconv*>::value), ""); in main()
|
/ndk/sources/host-tools/sed-4.2.1/m4/ |
D | locale-fr.m4 | 54 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/ |
D | locale_win32.cpp | 35 return localeconv(); in localeconv_l()
|
/ndk/sources/android/support/ |
D | Android.mk | 11 src/locale/localeconv.c \
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/support/solaris/ |
D | xlocale.c | 63 return __l->core.user_api->localeconv(__l); in localeconv_l()
|
/ndk/sources/host-tools/sed-4.2.1/ |
D | configure | 5668 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;
|