HomeSort by relevance Sort by last modified time
    Searched refs:__tolower_l (Results 1 - 2 of 2) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
ctype.h 263 extern int __tolower_l (int __c, __locale_t __l) __THROW;
271 # define __tolower_l(c, locale) \ macro
272 __tobody (c, __tolower_l, (locale)->__ctype_tolower, (c, locale))
275 # define tolower_l(c, locale) __tolower_l ((c), (locale))
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
ctype.h 289 extern int __tolower_l (int __c, __locale_t __l) __THROW;
297 # define __tolower_l(c, locale) \ macro
298 __tobody (c, __tolower_l, (locale)->__ctype_tolower, (c, locale))
301 # define tolower_l(c, locale) __tolower_l ((c), (locale))

Completed in 47 milliseconds