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

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.const/re.matchflag/
match_flag_type.pass.cpp 20 // match_not_eol = unspecified,
42 assert(std::regex_constants::match_not_eol != 0);
54 assert((std::regex_constants::match_not_bol & std::regex_constants::match_not_eol) == 0);
65 assert((std::regex_constants::match_not_eol & std::regex_constants::match_not_bow) == 0);
66 assert((std::regex_constants::match_not_eol & std::regex_constants::match_not_eow) == 0);
67 assert((std::regex_constants::match_not_eol & std::regex_constants::match_any) == 0);
68 assert((std::regex_constants::match_not_eol & std::regex_constants::match_not_null) == 0);
69 assert((std::regex_constants::match_not_eol & std::regex_constants::match_continuous) == 0);
70 assert((std::regex_constants::match_not_eol & std::regex_constants::match_prev_avail) == 0);
71 assert((std::regex_constants::match_not_eol & std::regex_constants::format_sed) == 0)
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
regex_constants.h 210 static constexpr match_flag_type match_not_eol = 1 << _S_not_eol; 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 210 static constexpr match_flag_type match_not_eol = 1 << _S_not_eol; member in namespace:regex_constants
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
regex_constants.h 210 static constexpr match_flag_type match_not_eol = 1 << _S_not_eol; member in namespace:regex_constants
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
regex_constants.h 210 static constexpr match_flag_type match_not_eol = 1 << _S_not_eol; member in namespace:regex_constants
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
regex_constants.h 210 static constexpr match_flag_type match_not_eol = 1 << _S_not_eol; member in namespace:regex_constants
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
regex_constants.h 210 static constexpr match_flag_type match_not_eol = 1 << _S_not_eol; member in namespace:regex_constants
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
regex_constants.h 217 constexpr match_flag_type match_not_eol = 1 << _S_not_eol; member in namespace:regex_constants

Completed in 824 milliseconds