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

  /ndk/sources/cxx-stl/llvm-libc++/test/re/re.regex/
types.pass.cpp 13 // class basic_regex
26 static_assert((std::is_same<std::basic_regex<char>::value_type, char>::value), "");
27 static_assert((std::is_same<std::basic_regex<char>::flag_type,
29 static_assert((std::is_same<std::basic_regex<char>::locale_type, std::locale>::value), "");
31 static_assert((std::is_same<std::basic_regex<wchar_t>::value_type, wchar_t>::value), "");
32 static_assert((std::is_same<std::basic_regex<wchar_t>::flag_type,
34 static_assert((std::is_same<std::basic_regex<wchar_t>::locale_type, std::locale>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/test/re/re.syn/
regex.pass.cpp 12 // typedef basic_regex<char> regex;
19 static_assert((std::is_same<std::basic_regex<char>, std::regex>::value), "");
wregex.pass.cpp 12 // typedef basic_regex<wchar_t> wregex;
19 static_assert((std::is_same<std::basic_regex<wchar_t>, std::wregex>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/test/re/re.regex/re.regex.construct/
default.pass.cpp 12 // template <class charT, class traits = regex_traits<charT>> class basic_regex;
14 // basic_regex();
23 std::basic_regex<CharT> r;
ptr.pass.cpp 12 // template <class charT, class traits = regex_traits<charT>> class basic_regex;
14 // basic_regex(const charT* p);
23 std::basic_regex<CharT> r(p);
string.pass.cpp 12 // template <class charT, class traits = regex_traits<charT>> class basic_regex;
15 // basic_regex(const basic_string<charT, ST, SA>& s);
24 std::basic_regex<typename String::value_type> r(p);
iter_iter.pass.cpp 12 // template <class charT, class traits = regex_traits<charT>> class basic_regex;
15 // basic_regex(ForwardIterator first, ForwardIterator last);
26 std::basic_regex<typename std::iterator_traits<Iter>::value_type> r(first, last);
ptr_flg.pass.cpp 12 // template <class charT, class traits = regex_traits<charT>> class basic_regex;
14 // basic_regex(const charT* p, flag_type f = regex_constants::ECMAScript);
23 std::basic_regex<CharT> r(p, f);
ptr_size_flg.pass.cpp 12 // template <class charT, class traits = regex_traits<charT>> class basic_regex;
14 // basic_regex(const charT* p, size_t len, flag_type f);
24 std::basic_regex<CharT> r(p, len, f);
il_flg.pass.cpp 12 // template <class charT, class traits = regex_traits<charT>> class basic_regex;
14 // basic_regex(initializer_list<charT> il,
25 std::basic_regex<char> r(il, f);
string_flg.pass.cpp 12 // template <class charT, class traits = regex_traits<charT>> class basic_regex;
15 // basic_regex(const basic_string<charT, ST, SA>& s,
25 std::basic_regex<typename String::value_type> r(p, f);
iter_iter_flg.pass.cpp 12 // template <class charT, class traits = regex_traits<charT>> class basic_regex;
15 // basic_regex(ForwardIterator first, ForwardIterator last,
27 std::basic_regex<typename std::iterator_traits<Iter>::value_type> r(first, last, f);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
regex.h 332 // [7.8] Class basic_regex
341 class basic_regex class
383 basic_regex() function in class:basic_regex
401 basic_regex(const _Ch_type* __p, function in class:basic_regex
419 basic_regex(const _Ch_type* __p, std::size_t __len, flag_type __f) function in class:basic_regex
429 basic_regex(const basic_regex& __rhs) function in class:basic_regex
439 basic_regex(const basic_regex&& __rhs) noexcept
455 basic_regex(const std::basic_string<_Ch_type, _Ch_traits function in class:basic_regex
477 basic_regex(_InputIterator __first, _InputIterator __last, function in class:basic_regex
491 basic_regex(initializer_list<_Ch_type> __l, function in class:basic_regex
    [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 332 // [7.8] Class basic_regex
341 class basic_regex class
383 basic_regex() function in class:basic_regex
401 basic_regex(const _Ch_type* __p, function in class:basic_regex
419 basic_regex(const _Ch_type* __p, std::size_t __len, flag_type __f) function in class:basic_regex
429 basic_regex(const basic_regex& __rhs) function in class:basic_regex
439 basic_regex(const basic_regex&& __rhs) noexcept
455 basic_regex(const std::basic_string<_Ch_type, _Ch_traits function in class:basic_regex
477 basic_regex(_InputIterator __first, _InputIterator __last, function in class:basic_regex
491 basic_regex(initializer_list<_Ch_type> __l, function in class:basic_regex
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
regex.h 332 // [7.8] Class basic_regex
341 class basic_regex class
383 basic_regex() function in class:basic_regex
401 basic_regex(const _Ch_type* __p, function in class:basic_regex
419 basic_regex(const _Ch_type* __p, std::size_t __len, flag_type __f) function in class:basic_regex
429 basic_regex(const basic_regex& __rhs) function in class:basic_regex
439 basic_regex(const basic_regex&& __rhs) noexcept
455 basic_regex(const std::basic_string<_Ch_type, _Ch_traits function in class:basic_regex
477 basic_regex(_InputIterator __first, _InputIterator __last, function in class:basic_regex
491 basic_regex(initializer_list<_Ch_type> __l, function in class:basic_regex
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
regex.h 333 // [7.8] Class basic_regex
342 class basic_regex class
384 basic_regex() function in class:basic_regex
402 basic_regex(const _Ch_type* __p, function in class:basic_regex
421 basic_regex(const _Ch_type* __p, std::size_t __len, flag_type __f) function in class:basic_regex
431 basic_regex(const basic_regex& __rhs) function in class:basic_regex
441 basic_regex(const basic_regex&& __rhs) noexcept
457 basic_regex(const std::basic_string<_Ch_type, _Ch_traits function in class:basic_regex
479 basic_regex(_InputIterator __first, _InputIterator __last, function in class:basic_regex
493 basic_regex(initializer_list<_Ch_type> __l, function in class:basic_regex
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/test/re/re.iter/re.regiter/
types.pass.cpp 18 // typedef basic_regex<charT, traits> regex_type;
33 static_assert((std::is_same<typename I::regex_type, std::basic_regex<CharT> >::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/test/re/re.iter/re.tokiter/
types.pass.cpp 18 // typedef basic_regex<charT, traits> regex_type;
33 static_assert((std::is_same<typename I::regex_type, std::basic_regex<CharT> >::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/test/re/re.regex/re.regex.const/
constants.pass.cpp 13 // class basic_regex
38 typedef std::basic_regex<CharT> BR;

Completed in 674 milliseconds