Home
last modified time | relevance | path

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

/llvm-project/libcxx/include/__support/xlocale/
H A D__posix_l_fallback.h28 inline _LIBCPP_HIDE_FROM_ABI int isdigit_l(int __c, locale_t) { return ::isdigit(__c); } in isalnum_l() argument
30 inline _LIBCPP_HIDE_FROM_ABI int islower_l(int __c, locale_t) { return ::islower(__c); } in isalpha_l() argument
32 inline _LIBCPP_HIDE_FROM_ABI int isupper_l(int __c, locale_t) { return ::isupper(__c); } in iscntrl_l() argument
34 inline _LIBCPP_HIDE_FROM_ABI int isxdigit_l(int __c, locale_t) { return ::isxdigit(__c); } in isdigit_l() argument
36 inline _LIBCPP_HIDE_FROM_ABI int toupper_l(int __c, locale_t) { return ::toupper(__c); } in isgraph_l() argument
38 inline _LIBCPP_HIDE_FROM_ABI int tolower_l(int __c, locale_t) { return ::tolower(__c); } in islower_l() argument
40 isprint_l(int __c,locale_t) isprint_l() argument
42 ispunct_l(int __c,locale_t) ispunct_l() argument
44 isspace_l(int __c,locale_t) isspace_l() argument
46 isupper_l(int __c,locale_t) isupper_l() argument
48 isxdigit_l(int __c,locale_t) isxdigit_l() argument
50 toupper_l(int __c,locale_t) toupper_l() argument
52 tolower_l(int __c,locale_t) tolower_l() argument
55 iswalnum_l(wint_t __c,locale_t) iswalnum_l() argument
57 iswalpha_l(wint_t __c,locale_t) iswalpha_l() argument
59 iswblank_l(wint_t __c,locale_t) iswblank_l() argument
61 iswcntrl_l(wint_t __c,locale_t) iswcntrl_l() argument
63 iswdigit_l(wint_t __c,locale_t) iswdigit_l() argument
65 iswgraph_l(wint_t __c,locale_t) iswgraph_l() argument
67 iswlower_l(wint_t __c,locale_t) iswlower_l() argument
69 iswprint_l(wint_t __c,locale_t) iswprint_l() argument
71 iswpunct_l(wint_t __c,locale_t) iswpunct_l() argument
73 iswspace_l(wint_t __c,locale_t) iswspace_l() argument
75 iswupper_l(wint_t __c,locale_t) iswupper_l() argument
77 iswxdigit_l(wint_t __c,locale_t) iswxdigit_l() argument
79 towupper_l(wint_t __c,locale_t) towupper_l() argument
81 towlower_l(wint_t __c,locale_t) towlower_l() argument
84 strcoll_l(const char * __s1,const char * __s2,locale_t) strcoll_l() argument
88 strxfrm_l(char * __dest,const char * __src,size_t __n,locale_t) strxfrm_l() argument
93 strftime_l(char * __s,size_t __max,const char * __format,const struct tm * __tm,locale_t) strftime_l() argument
98 wcscoll_l(const wchar_t * __ws1,const wchar_t * __ws2,locale_t) wcscoll_l() argument
102 wcsxfrm_l(wchar_t * __dest,const wchar_t * __src,size_t __n,locale_t) wcsxfrm_l() argument
[all...]
H A D__nop_locale_mgmt.h16 typedef void* locale_t; typedef
18 inline _LIBCPP_HIDE_FROM_ABI locale_t duplocale(locale_t) { return nullptr; } in duplocale() argument
20 inline _LIBCPP_HIDE_FROM_ABI void freelocale(locale_t) {} in freelocale() argument
22 inline _LIBCPP_HIDE_FROM_ABI locale_t newlocale(int, const char*, locale_t) { return nullptr; } in newlocale() argument
24 uselocale(locale_t) uselocale() argument
H A D__strtonum_fallback.h25 inline _LIBCPP_HIDE_FROM_ABI float strtof_l(const char* __nptr, char** __endptr, locale_t) { in strtof_l() argument
29 inline _LIBCPP_HIDE_FROM_ABI double strtod_l(const char* __nptr, char** __endptr, locale_t) { in strtod_l() argument
33 inline _LIBCPP_HIDE_FROM_ABI long double strtold_l(const char* __nptr, char** __endptr, locale_t) { in strtold_l() argument
37 inline _LIBCPP_HIDE_FROM_ABI long long strtoll_l(const char* __nptr, char** __endptr, int __base, locale_t) { in strtoll_l() argument
41 inline _LIBCPP_HIDE_FROM_ABI unsigned long long strtoull_l(const char* __nptr, char** __endptr, int __base, locale_t) { in strtoull_l() argument
/llvm-project/libcxx/include/__locale_dir/locale_base_api/
H A Dandroid.h37 strtof_l(const char * __nptr,char ** __endptr,locale_t) strtof_l() argument
41 strtod_l(const char * __nptr,char ** __endptr,locale_t) strtod_l() argument
H A Dmusl.h23 inline _LIBCPP_HIDE_FROM_ABI long long strtoll_l(const char* __nptr, char** __endptr, int __base, locale_t) { in strtoll_l() argument
27 inline _LIBCPP_HIDE_FROM_ABI unsigned long long strtoull_l(const char* __nptr, char** __endptr, int __base, locale_t) { in strtoull_l() argument
H A Dwin32.h
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/
H A Dsuspicious-string-compare.cpp9 struct locale_t { struct
24 int _memicmp_l(const void *, const void *, size, locale_t); argument
/llvm-project/libcxx/include/__support/ibm/
H A Dlocale_mgmt_zos.h41 }* locale_t; typedef
/llvm-project/libcxx/src/support/win32/
H A Dlocale_win32.cpp21 newlocale(int,const char * locale,locale_t) newlocale() argument