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

  /bionic/libc/bionic/
ctype.cpp 83 int tolower_l(int c, locale_t) { function
  /bionic/tests/
ctype_test.cpp 211 TEST(ctype, tolower_l) {
212 EXPECT_EQ('!', tolower_l('!', LC_GLOBAL_LOCALE));
213 EXPECT_EQ('a', tolower_l('a', LC_GLOBAL_LOCALE));
214 EXPECT_EQ('a', tolower_l('A', LC_GLOBAL_LOCALE));
  /bionic/tests/headers/posix/
ctype_h.c 62 FUNCTION(tolower_l, int (*f)(int, locale_t));
  /external/libcxx/include/support/solaris/
xlocale.h 30 int tolower_l(int __c, locale_t __l);
  /bionic/libc/include/
ctype.h 153 int tolower_l(int __ch, locale_t __l) __INTRODUCED_IN(21);
  /external/ImageMagick/MagickCore/
nt-base.h 266 #if !defined(tolower_l)
267 #define tolower_l _tolower_l macro
locale.c     [all...]
  /external/libcxx/include/support/xlocale/
__posix_l_fallback.h 123 inline _LIBCPP_INLINE_VISIBILITY int tolower_l(int c, locale_t) { function
  /external/libcxx/include/support/ibm/
xlocale.h 172 int tolower_l(int c, locale_t locale) function
  /external/libcxx/include/support/win32/
locale_win32.h 164 #define tolower_l _tolower_l macro
  /external/libcxx/src/
locale.cpp     [all...]

Completed in 380 milliseconds