Home
last modified time | relevance | path

Searched refs:__l (Results 1 – 11 of 11) sorted by relevance

/bionic/libc/include/
Dwctype.h38 int iswalnum_l(wint_t __wc, locale_t _Nonnull __l);
39 int iswalpha_l(wint_t __wc, locale_t _Nonnull __l);
40 int iswblank_l(wint_t __wc, locale_t _Nonnull __l);
41 int iswcntrl_l(wint_t __wc, locale_t _Nonnull __l);
42 int iswdigit_l(wint_t __wc, locale_t _Nonnull __l);
43 int iswgraph_l(wint_t __wc, locale_t _Nonnull __l);
44 int iswlower_l(wint_t __wc, locale_t _Nonnull __l);
45 int iswprint_l(wint_t __wc, locale_t _Nonnull __l);
46 int iswpunct_l(wint_t __wc, locale_t _Nonnull __l);
47 int iswspace_l(wint_t __wc, locale_t _Nonnull __l);
[all …]
Dctype.h179 __BIONIC_CTYPE_INLINE int isalnum_l(int __ch, locale_t __l) { in isalnum_l() argument
184 __BIONIC_CTYPE_INLINE int isalpha_l(int __ch, locale_t __l) { in isalpha_l() argument
189 __BIONIC_CTYPE_INLINE int isblank_l(int __ch, locale_t __l) { in isblank_l() argument
194 __BIONIC_CTYPE_INLINE int iscntrl_l(int __ch, locale_t __l) { in iscntrl_l() argument
199 __BIONIC_CTYPE_INLINE int isdigit_l(int __ch, locale_t __l) { in isdigit_l() argument
204 __BIONIC_CTYPE_INLINE int isgraph_l(int __ch, locale_t __l) { in isgraph_l() argument
209 __BIONIC_CTYPE_INLINE int islower_l(int __ch, locale_t __l) { in islower_l() argument
214 __BIONIC_CTYPE_INLINE int isprint_l(int __ch, locale_t __l) { in isprint_l() argument
219 __BIONIC_CTYPE_INLINE int ispunct_l(int __ch, locale_t __l) { in ispunct_l() argument
224 __BIONIC_CTYPE_INLINE int isspace_l(int __ch, locale_t __l) { in isspace_l() argument
[all …]
Dwchar.h61 …onnull __src, size_t __dst_n, mbstate_t* _Nullable __ps, locale_t _Nonnull __l) __INTRODUCED_IN(35…
78 … wchar_t* _Nonnull __lhs, const wchar_t* _Nonnull __rhs, locale_t _Nonnull __l) __INTRODUCED_IN(23…
86 …char_t* _Nullable __fmt, const struct tm* _Nonnull __tm, locale_t _Nonnull __l) __INTRODUCED_IN(28…
89 …onnull __lhs, const wchar_t* _Nonnull __rhs, size_t __n, locale_t _Nonnull __l) __INTRODUCED_IN(23…
97 …llable __src, size_t __dst_n, mbstate_t* _Nullable __ps, locale_t _Nonnull __l) __INTRODUCED_IN(35…
101 …_t* __BIONIC_COMPLICATED_NULLNESS * _Nullable __end_ptr, locale_t _Nonnull __l) __INTRODUCED_IN(28…
103 …_t* __BIONIC_COMPLICATED_NULLNESS * _Nullable __end_ptr, locale_t _Nonnull __l) __INTRODUCED_IN(28…
106 …_COMPLICATED_NULLNESS * _Nullable __end_ptr, int __base, locale_t _Nonnull __l) __INTRODUCED_IN(28…
110 …_COMPLICATED_NULLNESS * _Nullable __end_ptr, int __base, locale_t _Nonnull __l) __INTRODUCED_IN(28…
127 …char_t* _Nonnull __s, wchar_t* _Nullable * _Nullable __end_ptr, int __base, locale_t _Nonnull __l);
[all …]
Dstdlib.h83 … __s, char* _Nullable * _Nullable __end_ptr, int __base, locale_t _Nonnull __l) __INTRODUCED_IN(26…
208 …onst char* _Nonnull __s, char* _Nullable * _Nullable __end_ptr, int __base, locale_t _Nonnull __l);
209 …onst char* _Nonnull __s, char* _Nullable * _Nullable __end_ptr, int __base, locale_t _Nonnull __l);
210 … strtold_l(const char* _Nonnull __s, char* _Nullable * _Nullable __end_ptr, locale_t _Nonnull __l);
213 …ar* _Nonnull __s, char* _Nullable * _Nullable __end_ptr, locale_t _Nonnull __l) __INTRODUCED_IN(26…
214 …ar* _Nonnull __s, char* _Nullable * _Nullable __end_ptr, locale_t _Nonnull __l) __INTRODUCED_IN(26…
215 …Nonnull __s, char* _Nullable * _Nullable __end_ptr, int, locale_t _Nonnull __l) __INTRODUCED_IN(26…
Dlocale.h101 locale_t _Nullable duplocale(locale_t _Nonnull __l);
102 void freelocale(locale_t _Nonnull __l);
105 locale_t _Nullable uselocale(locale_t _Nullable __l);
Dlanginfo.h96 char* _Nonnull nl_langinfo_l(nl_item __item, locale_t _Nonnull __l) __INTRODUCED_IN(26);
Dtime.h248 …s, const char* _Nonnull __fmt, struct tm* _Nonnull __tm, locale_t _Nonnull __l) __strftimelike(2) …
261 …st char* _Nonnull __fmt, const struct tm* _Nullable __tm, locale_t _Nonnull __l) __strftimelike(3);
Dstring.h112 char* _Nonnull strerror_l(int __errno_value, locale_t _Nonnull __l) __INTRODUCED_IN(23);
166 int strcoll_l(const char* _Nonnull __lhs, const char* _Nonnull __rhs, locale_t _Nonnull __l) __attr…
167 …_BIONIC_COMPLICATED_NULLNESS __dst, const char* _Nonnull __src, size_t __n, locale_t _Nonnull __l);
/bionic/libc/include/android/
Dlegacy_stdlib_inlines.h41 … strtod_l(const char* _Nonnull __s, char* _Nullable * _Nullable __end_ptr, locale_t _Nonnull __l) { in strtod_l() argument
45 … strtof_l(const char* _Nonnull __s, char* _Nullable * _Nullable __end_ptr, locale_t _Nonnull __l) { in strtof_l() argument
49 …nst char* _Nonnull __s, char* _Nullable * _Nullable __end_ptr, int __base, locale_t _Nonnull __l) { in strtol_l() argument
/bionic/libc/include/bits/
Dstrcasecmp.h54 int strcasecmp_l(const char* _Nonnull __s1, const char* _Nonnull __s2, locale_t _Nonnull __l) __att…
69 …r* _Nonnull __s1, const char* _Nonnull __s2, size_t __n, locale_t _Nonnull __l) __attribute_pure__…
/bionic/libc/upstream-freebsd/android/include/
Dxlocale_private.h35 #define FIX_LOCALE(__l) /* Nothing. */ argument