HomeSort by relevance Sort by last modified time
    Searched refs:isblank (Results 51 - 75 of 104) sorted by null

1 23 4 5

  /prebuilts/clang/host/linux-x86/clang-4393122/include/c++/v1/support/xlocale/
__posix_l_fallback.h 32 return ::isblank(c);
  /prebuilts/clang/host/linux-x86/clang-4479392/include/c++/v1/support/xlocale/
__posix_l_fallback.h 32 return ::isblank(c);
  /prebuilts/clang/host/linux-x86/clang-4579689/include/c++/v1/support/xlocale/
__posix_l_fallback.h 32 return ::isblank(c);
  /prebuilts/clang/host/linux-x86/clang-4630689/include/c++/v1/support/xlocale/
__posix_l_fallback.h 32 return ::isblank(c);
  /prebuilts/clang/host/linux-x86/clang-4639204/include/c++/v1/support/xlocale/
__posix_l_fallback.h 32 return ::isblank(c);
  /prebuilts/clang/host/linux-x86/clang-4691093/include/c++/v1/support/xlocale/
__posix_l_fallback.h 32 return ::isblank(c);
  /prebuilts/gdb/darwin-x86/lib/python2.7/curses/
ascii.py 57 def isblank(c): return _ctoi(c) in (8,32) function
  /prebuilts/gdb/linux-x86/lib/python2.7/curses/
ascii.py 57 def isblank(c): return _ctoi(c) in (8,32) function
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/include/support/xlocale/
__posix_l_fallback.h 32 return ::isblank(c);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/curses/
ascii.py 57 def isblank(c): return _ctoi(c) in (8,32) function
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/curses/
ascii.py 57 def isblank(c): return _ctoi(c) in (8,32) function
  /external/libxml2/
trio.c 93 # define isblank(x) (((x)==32) || ((x)==9)) macro
177 # define iswblank(x) isblank(x)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
ctype.h 138 __exctype (isblank);
211 # define isblank(c) __isctype((c), _ISblank)
  /system/extras/perfprofd/
configreader.cc 269 static bool isblank(const std::string &line) function
300 if (isblank(line.c_str())) {
  /bionic/libc/bionic/
wctype.cpp 58 int iswblank(wint_t wc) { return __icu_hasBinaryProperty(wc, UCHAR_POSIX_BLANK, isblank); }
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
order.go 466 case instrumenting && n.Op == OAS2FUNC && !isblank(m):
734 if n.List.Len() < 2 || isblank(n.List.Second()) {
846 if r.Left != nil && isblank(r.Left) {
867 if r.List.Len() != 0 && isblank(r.List.First()) {
    [all...]
range.go 109 if isblank(v2) {
180 if isblank(v2) {
184 if isblank(v1) && v2 == nil {
init.go 29 if !isblank(ln.Left) || !candiscard(ln.Right) {
dcl.go 72 if isblank(n) {
186 if e != nil || funcdepth > 0 || isblank(v) {
335 if isblank(n) {
376 if isblank(n.Left) {
464 if isblank(n.Left) {
632 if f.Sym == nil || f.Sym.IsBlank() || asNode(f.Nname) == nil {
922 if tsym == nil || s.IsBlank() {
988 if msym.IsBlank() {
1087 if s.IsBlank() {
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
order.go 466 case instrumenting && n.Op == OAS2FUNC && !isblank(m):
734 if n.List.Len() < 2 || isblank(n.List.Second()) {
846 if r.Left != nil && isblank(r.Left) {
867 if r.List.Len() != 0 && isblank(r.List.First()) {
    [all...]
range.go 109 if isblank(v2) {
180 if isblank(v2) {
184 if isblank(v1) && v2 == nil {
init.go 29 if !isblank(ln.Left) || !candiscard(ln.Right) {
dcl.go 72 if isblank(n) {
186 if e != nil || funcdepth > 0 || isblank(v) {
335 if isblank(n) {
376 if isblank(n.Left) {
464 if isblank(n.Left) {
632 if f.Sym == nil || f.Sym.IsBlank() || asNode(f.Nname) == nil {
922 if tsym == nil || s.IsBlank() {
988 if msym.IsBlank() {
1087 if s.IsBlank() {
  /external/python/cpython3/Lib/test/
test_curses.py 442 check(curses.ascii.isblank, c in ' \t')
459 self.assertFalse(curses.ascii.isblank(i))
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ctype.h 136 int __cdecl isblank(int _C);

Completed in 557 milliseconds

1 23 4 5