| /external/cronet/buildtools/third_party/libc++/trunk/include/__support/xlocale/ |
| D | __posix_l_fallback.h | 30 inline _LIBCPP_HIDE_FROM_ABI_C int isalnum_l(int __c, locale_t) { return ::isalnum(__c); } in isalnum_l() argument 32 inline _LIBCPP_HIDE_FROM_ABI_C int isalpha_l(int __c, locale_t) { return ::isalpha(__c); } in isalpha_l() argument 34 inline _LIBCPP_HIDE_FROM_ABI_C int isblank_l(int __c, locale_t) { return ::isblank(__c); } in isblank_l() argument 36 inline _LIBCPP_HIDE_FROM_ABI_C int iscntrl_l(int __c, locale_t) { return ::iscntrl(__c); } in iscntrl_l() argument 38 inline _LIBCPP_HIDE_FROM_ABI_C int isdigit_l(int __c, locale_t) { return ::isdigit(__c); } in isdigit_l() argument 40 inline _LIBCPP_HIDE_FROM_ABI_C int isgraph_l(int __c, locale_t) { return ::isgraph(__c); } in isgraph_l() argument 42 inline _LIBCPP_HIDE_FROM_ABI_C int islower_l(int __c, locale_t) { return ::islower(__c); } in islower_l() argument 44 inline _LIBCPP_HIDE_FROM_ABI_C int isprint_l(int __c, locale_t) { return ::isprint(__c); } in isprint_l() argument 46 inline _LIBCPP_HIDE_FROM_ABI_C int ispunct_l(int __c, locale_t) { return ::ispunct(__c); } in ispunct_l() argument 48 inline _LIBCPP_HIDE_FROM_ABI_C int isspace_l(int __c, locale_t) { return ::isspace(__c); } in isspace_l() argument [all …]
|
| D | __strtonum_fallback.h | 29 inline _LIBCPP_HIDE_FROM_ABI_C float strtof_l(const char* __nptr, char** __endptr, locale_t) { in strtof_l() argument 33 inline _LIBCPP_HIDE_FROM_ABI_C double strtod_l(const char* __nptr, char** __endptr, locale_t) { in strtod_l() argument 37 inline _LIBCPP_HIDE_FROM_ABI_C long double strtold_l(const char* __nptr, char** __endptr, locale_t)… in strtold_l() argument 41 …PP_HIDE_FROM_ABI_C long long strtoll_l(const char* __nptr, char** __endptr, int __base, locale_t) { in strtoll_l() argument 46 strtoull_l(const char* __nptr, char** __endptr, int __base, locale_t) { in strtoull_l() argument 51 …E_FROM_ABI_C long long wcstoll_l(const wchar_t* __nptr, wchar_t** __endptr, int __base, locale_t) { in wcstoll_l() argument 56 wcstoull_l(const wchar_t* __nptr, wchar_t** __endptr, int __base, locale_t) { in wcstoull_l() argument 60 …LIBCPP_HIDE_FROM_ABI_C long double wcstold_l(const wchar_t* __nptr, wchar_t** __endptr, locale_t) { in wcstold_l() argument
|
| D | __nop_locale_mgmt.h | 20 typedef void *locale_t; typedef 22 inline _LIBCPP_HIDE_FROM_ABI_C locale_t duplocale(locale_t) { return NULL; } in duplocale() argument 24 inline _LIBCPP_HIDE_FROM_ABI_C void freelocale(locale_t) {} in freelocale() argument 26 inline _LIBCPP_HIDE_FROM_ABI_C locale_t newlocale(int, const char*, locale_t) { return NULL; } in newlocale() argument 28 inline _LIBCPP_HIDE_FROM_ABI_C locale_t uselocale(locale_t) { return NULL; } in uselocale() argument
|
| /external/libcxx/include/support/xlocale/ |
| D | __posix_l_fallback.h | 23 inline _LIBCPP_INLINE_VISIBILITY int isalnum_l(int c, locale_t) { in isalnum_l() argument 27 inline _LIBCPP_INLINE_VISIBILITY int isalpha_l(int c, locale_t) { in isalpha_l() argument 31 inline _LIBCPP_INLINE_VISIBILITY int isblank_l(int c, locale_t) { in isblank_l() argument 35 inline _LIBCPP_INLINE_VISIBILITY int iscntrl_l(int c, locale_t) { in iscntrl_l() argument 39 inline _LIBCPP_INLINE_VISIBILITY int isdigit_l(int c, locale_t) { in isdigit_l() argument 43 inline _LIBCPP_INLINE_VISIBILITY int isgraph_l(int c, locale_t) { in isgraph_l() argument 47 inline _LIBCPP_INLINE_VISIBILITY int islower_l(int c, locale_t) { in islower_l() argument 51 inline _LIBCPP_INLINE_VISIBILITY int isprint_l(int c, locale_t) { in isprint_l() argument 55 inline _LIBCPP_INLINE_VISIBILITY int ispunct_l(int c, locale_t) { in ispunct_l() argument 59 inline _LIBCPP_INLINE_VISIBILITY int isspace_l(int c, locale_t) { in isspace_l() argument [all …]
|
| D | __strtonum_fallback.h | 24 char **endptr, locale_t) { in strtof_l() argument 29 char **endptr, locale_t) { in strtod_l() argument 34 char **endptr, locale_t) { in strtold_l() argument 39 strtoll_l(const char *nptr, char **endptr, int base, locale_t) { in strtoll_l() argument 44 strtoull_l(const char *nptr, char **endptr, int base, locale_t) { in strtoull_l() argument 49 wcstoll_l(const wchar_t *nptr, wchar_t **endptr, int base, locale_t) { in wcstoll_l() argument 54 wcstoull_l(const wchar_t *nptr, wchar_t **endptr, int base, locale_t) { in wcstoull_l() argument 59 wchar_t **endptr, locale_t) { in wcstold_l() argument
|
| D | __nop_locale_mgmt.h | 19 typedef void *locale_t; typedef 20 static inline locale_t duplocale(locale_t) { in duplocale() argument 24 static inline void freelocale(locale_t) { in freelocale() argument 27 static inline locale_t newlocale(int, const char *, locale_t) { in newlocale() argument 31 static inline locale_t uselocale(locale_t) { in uselocale() argument
|
| /external/cronet/buildtools/third_party/libc++/trunk/include/__support/musl/ |
| D | xlocale.h | 27 …PP_HIDE_FROM_ABI_C long long strtoll_l(const char* __nptr, char** __endptr, int __base, locale_t) { in strtoll_l() argument 32 strtoull_l(const char* __nptr, char** __endptr, int __base, locale_t) { in strtoull_l() argument 36 …E_FROM_ABI_C long long wcstoll_l(const wchar_t* __nptr, wchar_t** __endptr, int __base, locale_t) { in wcstoll_l() argument 40 …_FROM_ABI_C long long wcstoull_l(const wchar_t* __nptr, wchar_t** __endptr, int __base, locale_t) { in wcstoull_l() argument 44 …LIBCPP_HIDE_FROM_ABI_C long double wcstold_l(const wchar_t* __nptr, wchar_t** __endptr, locale_t) { in wcstold_l() argument
|
| /external/libcxx/include/support/musl/ |
| D | xlocale.h | 29 locale_t) { in strtoll_l() argument 34 int base, locale_t) { in strtoull_l() argument 39 int base, locale_t) { in wcstoll_l() argument 45 locale_t) { in wcstoull_l() argument 50 locale_t) { in wcstold_l() argument
|
| /external/cronet/buildtools/third_party/libc++/trunk/include/__support/android/ |
| D | locale_bionic.h | 49 inline _LIBCPP_HIDE_FROM_ABI_C float strtof_l(const char* __nptr, char** __endptr, locale_t) { in strtof_l() argument 53 inline _LIBCPP_HIDE_FROM_ABI_C double strtod_l(const char* __nptr, char** __endptr, locale_t) { in strtod_l() argument 57 … _LIBCPP_HIDE_FROM_ABI_C long strtol_l(const char* __nptr, char** __endptr, int __base, locale_t) { in strtol_l() argument
|
| /external/libcxx/include/support/android/ |
| D | locale_bionic.h | 50 locale_t) { in strtof_l() argument 55 char** __endptr, locale_t) { in strtod_l() argument 60 int __base, locale_t) { in strtol_l() argument
|
| /external/cronet/buildtools/third_party/libc++/trunk/include/__support/openbsd/ |
| D | xlocale.h | 23 … _LIBCPP_HIDE_FROM_ABI_C long strtol_l(const char* __nptr, char** __endptr, int __base, locale_t) { in strtol_l() argument 27 …IDE_FROM_ABI_C unsigned long strtoul_l(const char* __nptr, char** __endptr, int __base, locale_t) { in strtoul_l() argument
|
| /external/libcxx/include/support/win32/ |
| D | locale_win32.h | 34 locale_t() in locale_t() function 36 locale_t(std::nullptr_t) in locale_t() function 38 locale_t(_locale_t __xlocale, const char* __xlocale_str) in locale_t() function 190 inline int isblank_l( int c, locale_t /*loc*/ ) in isblank_l() argument 194 inline int iswblank_l( wint_t c, locale_t /*loc*/ ) in iswblank_l() argument
|
| /external/cronet/buildtools/third_party/libc++/trunk/include/__support/win32/ |
| D | locale_win32.h | 98 locale_t() in locale_t() function 100 locale_t(std::nullptr_t) in locale_t() function 102 locale_t(_locale_t __xlocale, const char* __xlocale_str) in locale_t() function 104 locale_t(const locale_t &__l) in locale_t() function 273 inline int isblank_l( int __c, locale_t /*loc*/ ) in isblank_l() argument 277 inline int iswblank_l( wint_t __c, locale_t /*loc*/ ) in iswblank_l() argument
|
| /external/libcxx/include/support/ibm/ |
| D | locale_mgmt_aix.h | 35 typedef void* locale_t; typedef
|
| /external/cronet/buildtools/third_party/libc++/trunk/include/__support/ibm/ |
| D | locale_mgmt_zos.h | 41 } * locale_t; typedef
|
| /external/rust/crates/libc/src/solid/ |
| D | mod.rs | 48 pub type locale_t = usize; typedef 667 arg4: locale_t, in strtol_l() 673 arg4: locale_t, in strtoul_l() 679 arg4: locale_t, in strtoll_l() 685 arg4: locale_t, in strtoull_l() 691 arg4: locale_t, in strtoq_l() 697 arg4: locale_t, in strtouq_l() 705 arg4: locale_t, in mbstowcs_l() 714 arg4: locale_t, in wcstombs_l() 772 arg4: locale_t, in strxfrm_l() [all …]
|
| /external/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/freebsd12/ |
| D | mod.rs | 468 pub fn freelocale(loc: ::locale_t); in freelocale()
|
| /external/libcxx/src/support/win32/ |
| D | locale_win32.cpp | 21 locale_t newlocale( int mask, const char * locale, locale_t /*base*/ ) in newlocale() argument
|
| /external/cronet/buildtools/third_party/libc++/trunk/src/support/win32/ |
| D | locale_win32.cpp | 19 locale_t newlocale( int mask, const char * locale, locale_t /*base*/ ) in newlocale() argument
|
| /external/ImageMagick/MagickCore/ |
| D | nt-base.h | 157 #define locale_t _locale_t macro
|
| /external/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/freebsd13/ |
| D | mod.rs | 487 pub fn freelocale(loc: ::locale_t); in freelocale()
|
| /external/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/freebsd14/ |
| D | mod.rs | 487 pub fn freelocale(loc: ::locale_t); in freelocale()
|
| /external/musl/include/ |
| D | alltypes.h.in | 74 TYPEDEF struct __locale_struct * locale_t; variable
|
| /external/rust/crates/libc/src/ |
| D | wasi.rs | 62 pub type locale_t = *mut __locale_struct; typedef 721 pub fn duplocale(base: ::locale_t) -> ::locale_t; in duplocale() 722 pub fn freelocale(loc: ::locale_t); in freelocale() 723 pub fn newlocale(mask: ::c_int, locale: *const ::c_char, base: ::locale_t) -> ::locale_t; in newlocale() 724 pub fn uselocale(loc: ::locale_t) -> ::locale_t; in uselocale()
|
| /external/rust/crates/libc/src/unix/bsd/netbsdlike/openbsd/ |
| D | mod.rs | 1847 pub fn uselocale(loc: ::locale_t) -> ::locale_t; in uselocale() 1848 pub fn freelocale(loc: ::locale_t); in freelocale() 1849 pub fn newlocale(mask: ::c_int, locale: *const ::c_char, base: ::locale_t) -> ::locale_t; in newlocale() 1850 pub fn duplocale(base: ::locale_t) -> ::locale_t; in duplocale()
|