Home
last modified time | relevance | path

Searched defs:__l (Results 1 – 3 of 3) sorted by relevance

/bionic/libc/include/
Dctype.h179 __BIONIC_CTYPE_INLINE int isalnum_l(int __ch, locale_t __l) { in isalnum_l()
184 __BIONIC_CTYPE_INLINE int isalpha_l(int __ch, locale_t __l) { in isalpha_l()
189 __BIONIC_CTYPE_INLINE int isblank_l(int __ch, locale_t __l) { in isblank_l()
194 __BIONIC_CTYPE_INLINE int iscntrl_l(int __ch, locale_t __l) { in iscntrl_l()
199 __BIONIC_CTYPE_INLINE int isdigit_l(int __ch, locale_t __l) { in isdigit_l()
204 __BIONIC_CTYPE_INLINE int isgraph_l(int __ch, locale_t __l) { in isgraph_l()
209 __BIONIC_CTYPE_INLINE int islower_l(int __ch, locale_t __l) { in islower_l()
214 __BIONIC_CTYPE_INLINE int isprint_l(int __ch, locale_t __l) { in isprint_l()
219 __BIONIC_CTYPE_INLINE int ispunct_l(int __ch, locale_t __l) { in ispunct_l()
224 __BIONIC_CTYPE_INLINE int isspace_l(int __ch, locale_t __l) { in isspace_l()
[all …]
/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()
45 … strtof_l(const char* _Nonnull __s, char* _Nullable * _Nullable __end_ptr, locale_t _Nonnull __l) { in strtof_l()
49 …nst char* _Nonnull __s, char* _Nullable * _Nullable __end_ptr, int __base, locale_t _Nonnull __l) { in strtol_l()
/bionic/libc/upstream-freebsd/android/include/
Dxlocale_private.h35 #define FIX_LOCALE(__l) /* Nothing. */ argument