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

  /ndk/sources/cxx-stl/llvm-libc++/test/re/re.const/re.matchflag/
match_flag_type.pass.cpp 30 // format_first_only = unspecified
52 assert(std::regex_constants::format_first_only != 0);
63 assert((std::regex_constants::match_not_bol & std::regex_constants::format_first_only) == 0);
73 assert((std::regex_constants::match_not_eol & std::regex_constants::format_first_only) == 0);
82 assert((std::regex_constants::match_not_bow & std::regex_constants::format_first_only) == 0);
90 assert((std::regex_constants::match_not_eow & std::regex_constants::format_first_only) == 0);
97 assert((std::regex_constants::match_any & std::regex_constants::format_first_only) == 0);
103 assert((std::regex_constants::match_not_null & std::regex_constants::format_first_only) == 0);
108 assert((std::regex_constants::match_continuous & std::regex_constants::format_first_only) == 0);
112 assert((std::regex_constants::match_prev_avail & std::regex_constants::format_first_only) == 0)
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/test/re/re.alg/re.alg.replace/
test3.pass.cpp 61 std::regex_constants::format_first_only);
69 std::regex_constants::format_first_only |
test4.pass.cpp 60 std::regex_constants::format_first_only);
68 std::regex_constants::format_first_only |
test5.pass.cpp 61 std::regex_constants::format_first_only);
69 std::regex_constants::format_first_only |
test6.pass.cpp 61 std::regex_constants::format_first_only);
69 std::regex_constants::format_first_only |
test1.pass.cpp 89 std::regex_constants::format_first_only);
102 std::regex_constants::format_first_only |
test2.pass.cpp 89 std::regex_constants::format_first_only);
102 std::regex_constants::format_first_only |
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
regex_constants.h 294 static constexpr match_flag_type format_first_only = 1 << _S_first_only; 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 294 static constexpr match_flag_type format_first_only = 1 << _S_first_only; member in namespace:regex_constants
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
regex_constants.h 294 static constexpr match_flag_type format_first_only = 1 << _S_first_only; member in namespace:regex_constants
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
regex_constants.h 294 static constexpr match_flag_type format_first_only = 1 << _S_first_only; member in namespace:regex_constants

Completed in 268 milliseconds