HomeSort by relevance Sort by last modified time
    Searched refs:regex_traits (Results 1 - 25 of 46) sorted by null

1 2

  /external/libcxx/test/std/re/re.traits/
length.pass.cpp 13 // template <class charT> struct regex_traits;
22 assert(std::regex_traits<char>::length("") == 0);
23 assert(std::regex_traits<char>::length("1") == 1);
24 assert(std::regex_traits<char>::length("12") == 2);
25 assert(std::regex_traits<char>::length("123") == 3);
27 assert(std::regex_traits<wchar_t>::length(L"") == 0);
28 assert(std::regex_traits<wchar_t>::length(L"1") == 1);
29 assert(std::regex_traits<wchar_t>::length(L"12") == 2);
30 assert(std::regex_traits<wchar_t>::length(L"123") == 3);
default.pass.cpp 13 // template <class charT> struct regex_traits;
15 // regex_traits();
25 std::regex_traits<char> t1;
27 std::regex_traits<wchar_t> t2;
32 std::regex_traits<char> t1;
34 std::regex_traits<wchar_t> t2;
getloc.pass.cpp 12 // template <class charT> struct regex_traits;
24 std::regex_traits<char> t1;
26 std::regex_traits<wchar_t> t2;
31 std::regex_traits<char> t1;
33 std::regex_traits<wchar_t> t2;
types.pass.cpp 14 // struct regex_traits
26 static_assert((std::is_same<std::regex_traits<char>::char_type, char>::value), "");
27 static_assert((std::is_same<std::regex_traits<char>::string_type, std::string>::value), "");
28 static_assert((std::is_same<std::regex_traits<char>::locale_type, std::locale>::value), "");
29 static_assert((std::is_same<std::regex_traits<wchar_t>::char_type, wchar_t>::value), "");
30 static_assert((std::is_same<std::regex_traits<wchar_t>::string_type, std::wstring>::value), "");
31 static_assert((std::is_same<std::regex_traits<wchar_t>::locale_type, std::locale>::value), "");
translate.pass.cpp 13 // template <class charT> struct regex_traits;
23 std::regex_traits<char> t;
29 std::regex_traits<wchar_t> t;
imbue.pass.cpp 12 // template <class charT> struct regex_traits;
25 std::regex_traits<char> t;
transform.pass.cpp 15 // template <class charT> struct regex_traits;
27 std::regex_traits<char> t;
36 std::regex_traits<wchar_t> t;
transform_primary.pass.cpp 15 // template <class charT> struct regex_traits;
28 std::regex_traits<char> t;
39 std::regex_traits<wchar_t> t;
translate_nocase.pass.cpp 13 // template <class charT> struct regex_traits;
33 std::regex_traits<char> t;
53 std::regex_traits<wchar_t> t;
lookup_classname.pass.cpp 12 // template <class charT> struct regex_traits;
26 typename std::regex_traits<char_type>::char_class_type expected,
29 std::regex_traits<char_type> t;
41 test("w", std::regex_traits<char>::__regex_word | std::ctype_base::alnum
43 test("W", std::regex_traits<char>::__regex_word | std::ctype_base::alnum
45 test("w", std::regex_traits<char>::__regex_word | std::ctype_base::alnum
47 test("W", std::regex_traits<char>::__regex_word | std::ctype_base::alnum
129 test(L"w", std::regex_traits<wchar_t>::__regex_word | std::ctype_base::alnum
131 test(L"W", std::regex_traits<wchar_t>::__regex_word | std::ctype_base::alnum
133 test(L"w", std::regex_traits<wchar_t>::__regex_word | std::ctype_base::alnu
    [all...]
value.pass.cpp 12 // template <class charT> struct regex_traits;
22 std::regex_traits<char> t;
74 std::regex_traits<wchar_t> t;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.traits/
length.pass.cpp 13 // template <class charT> struct regex_traits;
22 assert(std::regex_traits<char>::length("") == 0);
23 assert(std::regex_traits<char>::length("1") == 1);
24 assert(std::regex_traits<char>::length("12") == 2);
25 assert(std::regex_traits<char>::length("123") == 3);
27 assert(std::regex_traits<wchar_t>::length(L"") == 0);
28 assert(std::regex_traits<wchar_t>::length(L"1") == 1);
29 assert(std::regex_traits<wchar_t>::length(L"12") == 2);
30 assert(std::regex_traits<wchar_t>::length(L"123") == 3);
default.pass.cpp 13 // template <class charT> struct regex_traits;
15 // regex_traits();
25 std::regex_traits<char> t1;
27 std::regex_traits<wchar_t> t2;
32 std::regex_traits<char> t1;
34 std::regex_traits<wchar_t> t2;
getloc.pass.cpp 12 // template <class charT> struct regex_traits;
24 std::regex_traits<char> t1;
26 std::regex_traits<wchar_t> t2;
31 std::regex_traits<char> t1;
33 std::regex_traits<wchar_t> t2;
types.pass.cpp 14 // struct regex_traits
26 static_assert((std::is_same<std::regex_traits<char>::char_type, char>::value), "");
27 static_assert((std::is_same<std::regex_traits<char>::string_type, std::string>::value), "");
28 static_assert((std::is_same<std::regex_traits<char>::locale_type, std::locale>::value), "");
29 static_assert((std::is_same<std::regex_traits<wchar_t>::char_type, wchar_t>::value), "");
30 static_assert((std::is_same<std::regex_traits<wchar_t>::string_type, std::wstring>::value), "");
31 static_assert((std::is_same<std::regex_traits<wchar_t>::locale_type, std::locale>::value), "");
translate.pass.cpp 13 // template <class charT> struct regex_traits;
23 std::regex_traits<char> t;
29 std::regex_traits<wchar_t> t;
imbue.pass.cpp 12 // template <class charT> struct regex_traits;
25 std::regex_traits<char> t;
lookup_collatename.xlocale.pass.cpp 12 // template <class charT> struct regex_traits;
27 std::regex_traits<char_type> t;
transform.pass.cpp 13 // template <class charT> struct regex_traits;
25 std::regex_traits<char> t;
41 std::regex_traits<wchar_t> t;
transform_primary.pass.cpp 13 // template <class charT> struct regex_traits;
26 std::regex_traits<char> t;
44 std::regex_traits<wchar_t> t;
translate_nocase.pass.cpp 13 // template <class charT> struct regex_traits;
28 std::regex_traits<char> t;
55 std::regex_traits<wchar_t> t;
lookup_classname.pass.cpp 12 // template <class charT> struct regex_traits;
27 std::regex_traits<char_type> t;
39 test("w", std::regex_traits<char>::__regex_word | std::ctype_base::alnum
41 test("W", std::regex_traits<char>::__regex_word | std::ctype_base::alnum
43 test("w", std::regex_traits<char>::__regex_word | std::ctype_base::alnum
45 test("W", std::regex_traits<char>::__regex_word | std::ctype_base::alnum
127 test(L"w", std::regex_traits<wchar_t>::__regex_word | std::ctype_base::alnum
129 test(L"W", std::regex_traits<wchar_t>::__regex_word | std::ctype_base::alnum
131 test(L"w", std::regex_traits<wchar_t>::__regex_word | std::ctype_base::alnum
133 test(L"W", std::regex_traits<wchar_t>::__regex_word | std::ctype_base::alnu
    [all...]
value.pass.cpp 12 // template <class charT> struct regex_traits;
22 std::regex_traits<char> t;
74 std::regex_traits<wchar_t> t;
  /external/libcxx/src/
regex.cpp 210 regex_traits<char>::char_class_type mask_;
232 {"w", regex_traits<char>::__regex_word},
257 regex_traits<char>::char_class_type
262 regex_traits<char>::char_class_type r = 0;
266 if (r == regex_traits<char>::__regex_word)
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
regex.cpp 232 {"w", regex_traits<char>::__regex_word},
266 if (r == regex_traits<char>::__regex_word)

Completed in 200 milliseconds

1 2