HomeSort by relevance Sort by last modified time
    Searched defs:isblank (Results 1 - 25 of 32) sorted by null

1 2

  /external/jemalloc/include/jemalloc/internal/
jemalloc_internal_decls.h 64 isblank(int c) function
  /device/linaro/bootloader/edk2/StdLib/LibC/Ctype/
CClass.c 223 /** The isblank function tests that a character is a white-space character that results
233 isblank( function
  /external/libcxx/include/
ctype.h 19 int isblank(int c); // C99
45 #undef isblank macro
  /prebuilts/clang/host/darwin-x86/clang-4053586/include/c++/v1/
ctype.h 19 int isblank(int c); // C99
54 #undef isblank macro
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/c++/v1/
ctype.h 19 int isblank(int c); // C99
45 #undef isblank macro
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/c++/v1/
ctype.h 19 int isblank(int c); // C99
45 #undef isblank macro
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/c++/v1/
ctype.h 19 int isblank(int c); // C99
45 #undef isblank macro
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/c++/v1/
ctype.h 19 int isblank(int c); // C99
45 #undef isblank macro
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/c++/v1/
ctype.h 19 int isblank(int c); // C99
45 #undef isblank macro
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/c++/v1/
ctype.h 19 int isblank(int c); // C99
45 #undef isblank macro
  /prebuilts/clang/host/linux-x86/clang-4053586/include/c++/v1/
ctype.h 19 int isblank(int c); // C99
54 #undef isblank macro
  /prebuilts/clang/host/linux-x86/clang-4393122/include/c++/v1/
ctype.h 19 int isblank(int c); // C99
45 #undef isblank macro
  /prebuilts/clang/host/linux-x86/clang-4479392/include/c++/v1/
ctype.h 19 int isblank(int c); // C99
45 #undef isblank macro
  /prebuilts/clang/host/linux-x86/clang-4579689/include/c++/v1/
ctype.h 19 int isblank(int c); // C99
45 #undef isblank macro
  /prebuilts/clang/host/linux-x86/clang-4630689/include/c++/v1/
ctype.h 19 int isblank(int c); // C99
45 #undef isblank macro
  /prebuilts/clang/host/linux-x86/clang-4639204/include/c++/v1/
ctype.h 19 int isblank(int c); // C99
45 #undef isblank macro
  /prebuilts/clang/host/linux-x86/clang-4691093/include/c++/v1/
ctype.h 19 int isblank(int c); // C99
45 #undef isblank macro
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/include/
ctype.h 19 int isblank(int c); // C99
45 #undef isblank macro
  /bionic/libc/upstream-openbsd/lib/libc/gen/
isctype.c 56 #undef isblank macro
58 isblank(int c) function
62 DEF_STRONG(isblank); variable
  /external/syslinux/com32/include/
ctype.h 54 __ctype_inline int isblank(int __c) function
  /prebuilts/clang/host/darwin-x86/clang-4053586/include/c++/v1/support/win32/
locale_win32.h 109 inline int isblank( int c, locale_t /*loc*/ ) function
  /prebuilts/clang/host/linux-x86/clang-4053586/include/c++/v1/support/win32/
locale_win32.h 109 inline int isblank( int c, locale_t /*loc*/ ) function
  /system/extras/perfprofd/
configreader.cc 269 static bool isblank(const std::string &line) function
300 if (isblank(line.c_str())) {
  /external/python/cpython2/Lib/curses/
ascii.py 57 def isblank(c): return _ctoi(c) in (9, 32) function
  /external/python/cpython3/Lib/curses/
ascii.py 57 def isblank(c): return _ctoi(c) in (9, 32) function

Completed in 624 milliseconds

1 2