HomeSort by relevance Sort by last modified time
    Searched full:lookup_classname (Results 1 - 25 of 37) sorted by null

1 2

  /external/libcxx/test/re/re.traits/
isctype.pass.cpp 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())));
36 assert( t.isctype('Z', t.lookup_classname(s.begin(), s.end())))
    [all...]
Android.mk 23 test_name := re/re.traits/lookup_classname
24 test_src := lookup_classname.pass.cpp
lookup_classname.pass.cpp 16 // lookup_classname(ForwardIterator first, ForwardIterator last,
29 assert(t.lookup_classname(F(A), F(A + t.length(A)), icase) == expected);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.traits/
isctype.pass.cpp 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())));
36 assert( t.isctype('Z', t.lookup_classname(s.begin(), s.end())))
    [all...]
lookup_classname.pass.cpp 16 // lookup_classname(ForwardIterator first, ForwardIterator last,
29 assert(t.lookup_classname(F(A), F(A + t.length(A)), icase) == expected);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
regex_executor.h 118 (__ch, _M_re._M_traits.lookup_classname(__s, __s+1));
regex_compiler.h 375 auto __mask = _M_traits.lookup_classname(__s.data(),
regex.tcc 331 lookup_classname(_Fwd_iter __first, _Fwd_iter __last, bool __icase) const
  /external/libcxx/www/
results.Windows.html 385 lookup_classname.pass.cpp: idem.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/bits/
regex.h 219 lookup_classname(_Fwd_iter __first, _Fwd_iter __last, function in struct:regex_traits
227 * @param f a class type (as returned from lookup_classname).
298 char_class_type __wt = this->lookup_classname(__wb,
308 char_class_type __bt = this->lookup_classname(__bb,
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/tr1/
regex 610 lookup_classname(_Fwd_iter __first, _Fwd_iter __last) const;
616 * @param f a class type (as returned from lookup_classname).
686 char_class_type __wt = this->lookup_classname(__wb,
696 char_class_type __bt = this->lookup_classname(__bb,
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
regex.h 215 lookup_classname(_Fwd_iter __first, _Fwd_iter __last, function in struct:regex_traits
223 * @param __f a class type (as returned from lookup_classname).
292 char_class_type __wt = this->lookup_classname(__wb,
302 char_class_type __bt = this->lookup_classname(__bb,
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/tr1/
regex 610 lookup_classname(_Fwd_iter __first, _Fwd_iter __last) const;
616 * @param f a class type (as returned from lookup_classname).
686 char_class_type __wt = this->lookup_classname(__wb,
696 char_class_type __bt = this->lookup_classname(__bb,
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
regex.h 215 lookup_classname(_Fwd_iter __first, _Fwd_iter __last, function in struct:regex_traits
223 * @param __f a class type (as returned from lookup_classname).
292 char_class_type __wt = this->lookup_classname(__wb,
302 char_class_type __bt = this->lookup_classname(__bb,
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/tr1/
regex 610 lookup_classname(_Fwd_iter __first, _Fwd_iter __last) const;
616 * @param f a class type (as returned from lookup_classname).
686 char_class_type __wt = this->lookup_classname(__wb,
696 char_class_type __bt = this->lookup_classname(__bb,
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
regex 591 lookup_classname(_Fwd_iter __first, _Fwd_iter __last) const;
597 * @param f a class type (as returned from lookup_classname).
667 char_class_type __wt = this->lookup_classname(__wb,
677 char_class_type __bt = this->lookup_classname(__bb,
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
regex 591 lookup_classname(_Fwd_iter __first, _Fwd_iter __last) const;
597 * @param f a class type (as returned from lookup_classname).
667 char_class_type __wt = this->lookup_classname(__wb,
677 char_class_type __bt = this->lookup_classname(__bb,
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
regex 591 lookup_classname(_Fwd_iter __first, _Fwd_iter __last) const;
597 * @param f a class type (as returned from lookup_classname).
667 char_class_type __wt = this->lookup_classname(__wb,
677 char_class_type __bt = this->lookup_classname(__bb,
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/tr1_impl/
regex 591 lookup_classname(_Fwd_iter __first, _Fwd_iter __last) const;
597 * @param f a class type (as returned from lookup_classname).
667 char_class_type __wt = this->lookup_classname(__wb,
677 char_class_type __bt = this->lookup_classname(__bb,
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
regex.h 219 lookup_classname(_Fwd_iter __first, _Fwd_iter __last, function in struct:regex_traits
227 * @param f a class type (as returned from lookup_classname).
298 char_class_type __wt = this->lookup_classname(__wb,
308 char_class_type __bt = this->lookup_classname(__bb,
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/
regex 610 lookup_classname(_Fwd_iter __first, _Fwd_iter __last) const;
616 * @param f a class type (as returned from lookup_classname).
686 char_class_type __wt = this->lookup_classname(__wb,
696 char_class_type __bt = this->lookup_classname(__bb,
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
regex.h 220 lookup_classname(_Fwd_iter __first, _Fwd_iter __last, function in struct:regex_traits
228 * @param __f a class type (as returned from lookup_classname).
299 char_class_type __wt = this->lookup_classname(__wb,
309 char_class_type __bt = this->lookup_classname(__bb,
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/tr1/
regex 610 lookup_classname(_Fwd_iter __first, _Fwd_iter __last) const;
616 * @param f a class type (as returned from lookup_classname).
686 char_class_type __wt = this->lookup_classname(__wb,
696 char_class_type __bt = this->lookup_classname(__bb,
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
regex.h 219 lookup_classname(_Fwd_iter __first, _Fwd_iter __last, function in struct:regex_traits
227 * @param f a class type (as returned from lookup_classname).
298 char_class_type __wt = this->lookup_classname(__wb,
308 char_class_type __bt = this->lookup_classname(__bb,
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/
regex 610 lookup_classname(_Fwd_iter __first, _Fwd_iter __last) const;
616 * @param f a class type (as returned from lookup_classname).
686 char_class_type __wt = this->lookup_classname(__wb,
696 char_class_type __bt = this->lookup_classname(__bb,
    [all...]

Completed in 867 milliseconds

1 2