Searched refs:lookup_classname (Results 1 - 22 of 22) sorted by relevance

/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/test/std/re/re.traits/
H A Disctype.pass.cpp30 assert( t.isctype('_', t.lookup_classname(s.begin(), s.end())));
31 assert( t.isctype('a', t.lookup_classname(s.begin(), s.end())));
32 assert( t.isctype('Z', t.lookup_classname(s.begin(), s.end())));
33 assert( t.isctype('5', t.lookup_classname(s.begin(), s.end())));
34 assert(!t.isctype(' ', t.lookup_classname(s.begin(), s.end())));
35 assert(!t.isctype('-', t.lookup_classname(s.begin(), s.end())));
36 assert(!t.isctype('@', t.lookup_classname(s.begin(), s.end())));
39 assert(!t.isctype('_', t.lookup_classname(s.begin(), s.end())));
40 assert( t.isctype('a', t.lookup_classname(s.begin(), s.end())));
41 assert( t.isctype('Z', t.lookup_classname(
[all...]
H A Dlookup_classname.pass.cpp16 // lookup_classname(ForwardIterator first, ForwardIterator last,
32 assert(t.lookup_classname(F(A), F(A + t.length(A)), icase) == expected);
/prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.traits/
H A Disctype.pass.cpp25 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(
[all...]
H A Dlookup_classname.pass.cpp16 // lookup_classname(ForwardIterator first, ForwardIterator last,
29 assert(t.lookup_classname(F(A), F(A + t.length(A)), icase) == expected);
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/re/re.traits/
H A Disctype.pass.cpp30 assert( t.isctype('_', t.lookup_classname(s.begin(), s.end())));
31 assert( t.isctype('a', t.lookup_classname(s.begin(), s.end())));
32 assert( t.isctype('Z', t.lookup_classname(s.begin(), s.end())));
33 assert( t.isctype('5', t.lookup_classname(s.begin(), s.end())));
34 assert(!t.isctype(' ', t.lookup_classname(s.begin(), s.end())));
35 assert(!t.isctype('-', t.lookup_classname(s.begin(), s.end())));
36 assert(!t.isctype('@', t.lookup_classname(s.begin(), s.end())));
39 assert(!t.isctype('_', t.lookup_classname(s.begin(), s.end())));
40 assert( t.isctype('a', t.lookup_classname(s.begin(), s.end())));
41 assert( t.isctype('Z', t.lookup_classname(
[all...]
H A Dlookup_classname.pass.cpp16 // lookup_classname(ForwardIterator first, ForwardIterator last,
32 assert(t.lookup_classname(F(A), F(A + t.length(A)), icase) == expected);
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
H A Dregex_executor.h118 (__ch, _M_re._M_traits.lookup_classname(__s, __s+1));
H A Dregex_compiler.h376 auto __mask = _M_traits.lookup_classname(__s.data(),
H A Dregex.h330 lookup_classname(_Fwd_iter __first, _Fwd_iter __last,
337 * @param __f a class type (as returned from lookup_classname).
/prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
H A Dregex_executor.h118 (__ch, _M_re._M_traits.lookup_classname(__s, __s+1));
H A Dregex_compiler.h376 auto __mask = _M_traits.lookup_classname(__s.data(),
H A Dregex.h330 lookup_classname(_Fwd_iter __first, _Fwd_iter __last,
337 * @param __f a class type (as returned from lookup_classname).
/prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
H A Dregex_executor.h118 (__ch, _M_re._M_traits.lookup_classname(__s, __s+1));
H A Dregex_compiler.h376 auto __mask = _M_traits.lookup_classname(__s.data(),
H A Dregex.h330 lookup_classname(_Fwd_iter __first, _Fwd_iter __last,
337 * @param __f a class type (as returned from lookup_classname).
/prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
H A Dregex_executor.h118 (__ch, _M_re._M_traits.lookup_classname(__s, __s+1));
H A Dregex_compiler.h376 auto __mask = _M_traits.lookup_classname(__s.data(),
H A Dregex.h330 lookup_classname(_Fwd_iter __first, _Fwd_iter __last,
337 * @param __f a class type (as returned from lookup_classname).
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
H A Dregex.h215 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,
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
H A Dregex.h215 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,
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/c++/4.8.3/bits/
H A Dregex.h215 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,
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
H A Dregex.h215 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,

Completed in 444 milliseconds