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

  /external/libcxx/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...]
Android.mk 51 test_name := re/re.traits/isctype
52 test_src := isctype.pass.cpp
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/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/upstream-openbsd/lib/libc/gen/
charclass.h 12 int (*isctype)(int); member in struct:cclass
fnmatch.c 126 if (cc->isctype((unsigned char)test))
  /external/clang/test/Analysis/
misc-ps.c 133 int isctype(char c, unsigned long f) function
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
regex_executor.h 117 return _M_re._M_traits.isctype
regex.h 346 isctype(_Ch_type __c, char_class_type __f) const;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-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.11-4.8/sysroot/usr/include/
ctype.h 135 extern int isctype (int __c, int __mask) __THROW;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/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.11-4.8/x86_64-linux/include/c++/4.8/bits/
regex.h 232 isctype(_Ch_type __c, char_class_type __f) const;
280 isctype(_Ch_type __c, char_class_type __f) const function in class:regex_traits
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
regex.h 232 isctype(_Ch_type __c, char_class_type __f) const;
280 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...]
  /prebuilts/ndk/9/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/9/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...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
regex.h 232 isctype(_Ch_type __c, char_class_type __f) const;
280 isctype(_Ch_type __c, char_class_type __f) const function in class:regex_traits
    [all...]
  /bionic/libc/
Android.mk 343 upstream-openbsd/lib/libc/gen/isctype.c \
    [all...]
  /ndk/tests/device/test-libc++-shared-full/jni/
Android.mk     [all...]
  /ndk/tests/device/test-libc++-static-full/jni/
Android.mk     [all...]

Completed in 1380 milliseconds