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

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.results/re.results.form/
form4.pass.cpp 40 std::string out = m.format(fmt, std::regex_constants::format_sed);
49 std::string out = m.format(fmt, std::regex_constants::format_sed);
68 std::wstring out = m.format(fmt, std::regex_constants::format_sed);
77 std::wstring out = m.format(fmt, std::regex_constants::format_sed);
form2.pass.cpp 50 fmt, std::regex_constants::format_sed).base();
62 fmt, std::regex_constants::format_sed).base();
86 fmt, std::regex_constants::format_sed).base();
98 fmt, std::regex_constants::format_sed).base();
form3.pass.cpp 45 nstr out = m.format(fmt, std::regex_constants::format_sed);
54 nstr out = m.format(fmt, std::regex_constants::format_sed);
73 wstr out = m.format(fmt, std::regex_constants::format_sed);
82 wstr out = m.format(fmt, std::regex_constants::format_sed);
form1.pass.cpp 47 std::regex_constants::format_sed).base();
60 std::regex_constants::format_sed).base();
86 std::regex_constants::format_sed).base();
99 std::regex_constants::format_sed).base();
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.const/re.matchflag/
match_flag_type.pass.cpp 28 // format_sed = unspecified,
50 assert(std::regex_constants::format_sed != 0);
61 assert((std::regex_constants::match_not_bol & std::regex_constants::format_sed) == 0);
71 assert((std::regex_constants::match_not_eol & std::regex_constants::format_sed) == 0);
80 assert((std::regex_constants::match_not_bow & std::regex_constants::format_sed) == 0);
88 assert((std::regex_constants::match_not_eow & std::regex_constants::format_sed) == 0);
95 assert((std::regex_constants::match_any & std::regex_constants::format_sed) == 0);
101 assert((std::regex_constants::match_not_null & std::regex_constants::format_sed) == 0);
106 assert((std::regex_constants::match_continuous & std::regex_constants::format_sed) == 0);
110 assert((std::regex_constants::match_prev_avail & std::regex_constants::format_sed) == 0)
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.alg/re.alg.replace/
test3.pass.cpp 37 std::regex_constants::format_sed);
45 std::regex_constants::format_sed);
test4.pass.cpp 36 std::regex_constants::format_sed);
44 std::regex_constants::format_sed);
test5.pass.cpp 37 std::regex_constants::format_sed);
45 std::regex_constants::format_sed);
test6.pass.cpp 37 std::regex_constants::format_sed);
45 std::regex_constants::format_sed);
test1.pass.cpp 50 std::regex_constants::format_sed);
63 std::regex_constants::format_sed);
test2.pass.cpp 50 std::regex_constants::format_sed);
63 std::regex_constants::format_sed);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
regex_constants.h 281 static constexpr match_flag_type format_sed = 1 << _S_sed; member in namespace:regex_constants
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
regex_constants.h 281 static constexpr match_flag_type format_sed = 1 << _S_sed; member in namespace:regex_constants
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
regex_constants.h 281 static constexpr match_flag_type format_sed = 1 << _S_sed; member in namespace:regex_constants
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
regex_constants.h 281 static constexpr match_flag_type format_sed = 1 << _S_sed; member in namespace:regex_constants
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
regex_constants.h 281 static constexpr match_flag_type format_sed = 1 << _S_sed; member in namespace:regex_constants
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
regex_constants.h 281 static constexpr match_flag_type format_sed = 1 << _S_sed; member in namespace:regex_constants
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
regex_constants.h 288 constexpr match_flag_type format_sed = 1 << _S_sed; member in namespace:regex_constants

Completed in 234 milliseconds