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

  /ndk/sources/cxx-stl/llvm-libc++/test/re/re.const/re.matchflag/
match_flag_type.pass.cpp 19 // match_not_bol = unspecified,
41 assert(std::regex_constants::match_not_bol != 0);
54 assert((std::regex_constants::match_not_bol & std::regex_constants::match_not_eol) == 0);
55 assert((std::regex_constants::match_not_bol & std::regex_constants::match_not_bow) == 0);
56 assert((std::regex_constants::match_not_bol & std::regex_constants::match_not_eow) == 0);
57 assert((std::regex_constants::match_not_bol & std::regex_constants::match_any) == 0);
58 assert((std::regex_constants::match_not_bol & std::regex_constants::match_not_null) == 0);
59 assert((std::regex_constants::match_not_bol & std::regex_constants::match_continuous) == 0);
60 assert((std::regex_constants::match_not_bol & std::regex_constants::match_prev_avail) == 0);
61 assert((std::regex_constants::match_not_bol & 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 203 static constexpr match_flag_type match_not_bol = 1 << _S_not_bol; member in namespace:regex_constants
242 * flags match_not_bol and match_not_bow are ignored by the regular
  /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 203 static constexpr match_flag_type match_not_bol = 1 << _S_not_bol; member in namespace:regex_constants
242 * flags match_not_bol and match_not_bow are ignored by the regular
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
regex_constants.h 203 static constexpr match_flag_type match_not_bol = 1 << _S_not_bol; member in namespace:regex_constants
242 * flags match_not_bol and match_not_bow are ignored by the regular
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
regex_constants.h 203 static constexpr match_flag_type match_not_bol = 1 << _S_not_bol; member in namespace:regex_constants
242 * flags match_not_bol and match_not_bow are ignored by the regular

Completed in 4219 milliseconds