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

  /ndk/sources/cxx-stl/llvm-libc++/test/re/re.traits/
isctype.pass.cpp 14 // bool isctype(charT c, char_class_type f) const;
25 assert( t.isctype('_', t.lookup_classname(s.begin(), s.end())));
26 assert( t.isctype('a', t.lookup_classname(s.begin(), s.end())));
27 assert( t.isctype('Z', t.lookup_classname(s.begin(), s.end())));
28 assert( t.isctype('5', t.lookup_classname(s.begin(), s.end())));
29 assert(!t.isctype(' ', t.lookup_classname(s.begin(), s.end())));
30 assert(!t.isctype('-', t.lookup_classname(s.begin(), s.end())));
31 assert(!t.isctype('@', t.lookup_classname(s.begin(), s.end())));
34 assert(!t.isctype('_', t.lookup_classname(s.begin(), s.end())));
35 assert( t.isctype('a', t.lookup_classname(s.begin(), s.end())))
    [all...]
  /bionic/libc/unistd/
charclass.h 12 int (*isctype)(int); member in struct:cclass
fnmatch.c 126 if (cc->isctype((unsigned char)test))
  /external/openssh/openbsd-compat/
charclass.h 14 int (*isctype)(int); member in struct:cclass
glob.c 883 cclasses[idx].isctype(k))
  /external/clang/test/Analysis/
misc-ps.c 131 int isctype(char c, unsigned long f) function
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
ctype.h 135 extern int isctype (int __c, int __mask) __THROW;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
ctype.h 135 extern int isctype (int __c, int __mask) __THROW;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
ctype.h 135 extern int isctype (int __c, int __mask) __THROW;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
regex.h 236 isctype(_Ch_type __c, char_class_type __f) const;
284 isctype(_Ch_type __c, char_class_type __f) const function in class:regex_traits
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
regex.h 236 isctype(_Ch_type __c, char_class_type __f) const;
284 isctype(_Ch_type __c, char_class_type __f) const function in class:regex_traits
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
regex.h 236 isctype(_Ch_type __c, char_class_type __f) const;
284 isctype(_Ch_type __c, char_class_type __f) const function in class:regex_traits
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
regex.h 237 isctype(_Ch_type __c, char_class_type __f) const;
285 isctype(_Ch_type __c, char_class_type __f) const function in class:regex_traits
    [all...]

Completed in 461 milliseconds