Home
last modified time | relevance | path

Searched defs:locale_t (Results 1 – 19 of 19) sorted by relevance

/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/support/xlocale/
H A D__posix_l_fallback.h23 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 …]
H A D__strtonum_fallback.h24 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
H A D__nop_locale_mgmt.h19 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
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/support/xlocale/
H A D__posix_l_fallback.h23 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 …]
H A D__strtonum_fallback.h24 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
H A D__nop_locale_mgmt.h19 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
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/support/musl/
H A Dxlocale.h29 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
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/support/musl/
H A Dxlocale.h29 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
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/support/android/
H A Dlocale_bionic.h50 locale_t) { in strtof_l() argument
55 char** __endptr, locale_t) { in strtod_l() argument
60 int __base, locale_t) { in strtol_l() argument
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/support/android/
H A Dlocale_bionic.h50 locale_t) { in strtof_l() argument
55 char** __endptr, locale_t) { in strtod_l() argument
60 int __base, locale_t) { in strtol_l() argument
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/support/win32/
H A Dlocale_win32.h34 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
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/support/win32/
H A Dlocale_win32.h34 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
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/bits/types/
H A Dlocale_t.h24 typedef __locale_t locale_t; typedef
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/sys/
H A D_locale.h10 typedef struct __locale_t *locale_t; typedef
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/sys/
H A D_locale.h10 typedef struct __locale_t *locale_t; typedef
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/bits/types/
H A Dlocale_t.h24 typedef __locale_t locale_t; typedef
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/support/ibm/
H A Dlocale_mgmt_aix.h35 typedef void* locale_t; typedef
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/support/ibm/
H A Dlocale_mgmt_aix.h35 typedef void* locale_t; typedef
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/config/platform/
H A Dvxworks.hpp364 typedef int locale_t; // locale_t is a POSIX-extension, currently … typedef