Home
last modified time | relevance | path

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

/bionic/libc/include/
Dctype.h183 __BIONIC_CTYPE_INLINE int isalnum_l(int __ch, locale_t __l) { in isalnum_l()
188 __BIONIC_CTYPE_INLINE int isalpha_l(int __ch, locale_t __l) { in isalpha_l()
193 __BIONIC_CTYPE_INLINE int isblank_l(int __ch, locale_t __l) { in isblank_l()
198 __BIONIC_CTYPE_INLINE int iscntrl_l(int __ch, locale_t __l) { in iscntrl_l()
203 __BIONIC_CTYPE_INLINE int isdigit_l(int __ch, locale_t __l) { in isdigit_l()
208 __BIONIC_CTYPE_INLINE int isgraph_l(int __ch, locale_t __l) { in isgraph_l()
213 __BIONIC_CTYPE_INLINE int islower_l(int __ch, locale_t __l) { in islower_l()
218 __BIONIC_CTYPE_INLINE int isprint_l(int __ch, locale_t __l) { in isprint_l()
223 __BIONIC_CTYPE_INLINE int ispunct_l(int __ch, locale_t __l) { in ispunct_l()
228 __BIONIC_CTYPE_INLINE int isspace_l(int __ch, locale_t __l) { in isspace_l()
[all …]
/bionic/libc/include/bits/
Dstdlib_inlines.h40 … strtod_l(const char* _Nonnull __s, char* _Nullable * _Nullable __end_ptr, locale_t _Nonnull __l) { in strtod_l()
44 … strtof_l(const char* _Nonnull __s, char* _Nullable * _Nullable __end_ptr, locale_t _Nonnull __l) { in strtof_l()
/bionic/libc/upstream-freebsd/android/include/
Dxlocale_private.h35 #define FIX_LOCALE(__l) /* Nothing. */ argument