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

  /bionic/libc/bionic/
ctype.cpp 59 int isprint_l(int c, locale_t) { function
  /bionic/tests/
ctype_test.cpp 126 TEST(ctype, isprint_l) {
127 EXPECT_TRUE(isprint_l('a', LC_GLOBAL_LOCALE));
128 EXPECT_TRUE(isprint_l(' ', LC_GLOBAL_LOCALE));
129 EXPECT_FALSE(isprint_l('\b', LC_GLOBAL_LOCALE));
  /bionic/tests/headers/posix/
ctype_h.c 50 FUNCTION(isprint_l, int (*f)(int, locale_t));
  /bionic/libc/include/
ctype.h 143 int isprint_l(int __ch, locale_t __l) __INTRODUCED_IN(21);
  /external/libcxx/include/support/xlocale/
__posix_l_fallback.h 51 inline _LIBCPP_INLINE_VISIBILITY int isprint_l(int c, locale_t) { function
  /external/libcxx/include/support/ibm/
xlocale.h 61 int isprint_l(int c, locale_t locale) function

Completed in 4082 milliseconds