/third_party/boost/libs/xpressive/test/ |
D | misc1.cpp | 41 smatch what; in test2() 45 smatch::nested_results_type::const_iterator pword = what.nested_results().begin(); in test2() 92 smatch::nested_results_type::const_iterator msg, nvp; in test3() 93 smatch tmpwhat; in test3() 97 smatch what = tmpwhat; in test3() 175 smatch what; in test4() 176 smatch::nested_results_type::const_iterator pwhat, pwhat2; in test4() 230 smatch what; in test6()
|
D | test_cycles.cpp | 56 smatch m; in test_main() 84 smatch m; in test_main() 113 smatch m; in test_main() 141 smatch m; in test_main() 187 smatch m; in test_main()
|
D | test_dynamic_grammar.cpp | 38 smatch what; in test_dynamic_grammar() 76 smatch what; in test_dynamic_grammar2()
|
D | test_static.cpp | 19 smatch what; in test_main()
|
D | test_dynamic.cpp | 19 smatch what; in test_main()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
D | DateFormatRoundTripTest.java | 188 int smatch = 0; // s[smatch].equals(s[smatch-1]) in _test() 197 if (smatch == 0) { in _test() 199 if (smatch == 0) { in _test() 201 smatch = loop; in _test() 218 if (smatch != 0 && dmatch != 0) in _test() 229 if (dmatch > maxDmatch || smatch > maxSmatch) { in _test() 248 if (dmatch > maxDmatch || smatch > maxSmatch) { in _test() 251 … logln("Dmatch: " + dmatch + " maxD: " + maxDmatch + " Smatch:" + smatch + " maxS:" + maxSmatch); in _test()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/ |
D | DateFormatRoundTripTest.java | 191 int smatch = 0; // s[smatch].equals(s[smatch-1]) in _test() 200 if (smatch == 0) { in _test() 202 if (smatch == 0) { in _test() 204 smatch = loop; in _test() 221 if (smatch != 0 && dmatch != 0) in _test() 232 if (dmatch > maxDmatch || smatch > maxSmatch) { in _test() 251 if (dmatch > maxDmatch || smatch > maxSmatch) { in _test() 254 … logln("Dmatch: " + dmatch + " maxD: " + maxDmatch + " Smatch:" + smatch + " maxS:" + maxSmatch); in _test()
|
/third_party/icu/icu4c/source/test/intltest/ |
D | dtfmtrtts.cpp | 339 int smatch = 0; // s[smatch].equals(s[smatch-1]) in test() local 362 if(smatch == 0) { in test() 364 if(smatch == 0) { in test() 366 smatch = loop; in test() 383 if(smatch != 0 && dmatch != 0) in test() 412 if(smatch > maxSmatch) { // Don't compute unless necessary in test() 465 if(dmatch > maxDmatch || smatch > maxSmatch) { in test() 484 UBool fail = (dmatch > maxDmatch || smatch > maxSmatch); in test() 490 "), smatch: " + smatch + " (expected max " + maxSmatch + ")"); in test() 497 dmatch,maxDmatch, smatch, maxSmatch); in test()
|
/third_party/boost/libs/xpressive/perf/ |
D | time_boost.cpp | 21 boost::smatch what; in time_match() 58 void operator()( boost::smatch const & ) const in operator ()() 66 boost::smatch what; in time_find_all()
|
D | time_dynamic_xpressive.cpp | 23 boost::xpressive::smatch what; in time_match() 58 void operator()( boost::xpressive::smatch const & ) const in operator ()() 66 boost::xpressive::smatch what; in time_find_all()
|
D | time_static_xpressive.cpp | 142 boost::xpressive::smatch what; in time_match() 177 void operator()( boost::xpressive::smatch const & ) const in operator ()() 185 boost::xpressive::smatch what; in time_find_all()
|
/third_party/flutter/skia/third_party/externals/angle2/src/tests/test_utils/ |
D | compiler_test.h | 71 std::smatch *match = nullptr) const; 83 bool foundInCodeRegex(const std::regex ®exToFind, std::smatch *match = nullptr) const;
|
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/ |
D | compiler_test.h | 71 std::smatch *match = nullptr) const; 83 bool foundInCodeRegex(const std::regex ®exToFind, std::smatch *match = nullptr) const;
|
/third_party/boost/libs/metaparse/example/regexp/ |
D | main.cpp | 131 using boost::xpressive::smatch; in test_string() 144 smatch w; in test_string()
|
/third_party/boost/libs/units/test/ |
D | check_conversion_defs.cpp | 38 boost::smatch include_guard_match; in get_base_unit_and_include_guard() 40 boost::smatch base_unit_match; in get_base_unit_and_include_guard() 62 boost::smatch match; in main()
|
/third_party/boost/libs/regex/test/captures/ |
D | captures_test.cpp | 54 boost::smatch what; in test_captures() 99 what = boost::smatch(); in test_captures()
|
/third_party/boost/libs/random/performance/ |
D | generate_table.cpp | 62 boost::smatch match; in main() 96 boost::smatch match; in main()
|
/third_party/boost/libs/regex/test/concepts/ |
D | range_concept_check.cpp | 36 check<boost::smatch>(); in main()
|
/third_party/boost/libs/regex/test/de_fuzz/ |
D | narrow.cpp | 14 boost::smatch what; in LLVMFuzzerTestOneInput()
|
/third_party/boost/libs/regex/doc/ |
D | regex_grep.qbk | 132 bool operator()(const smatch& what) 189 bool grep_callback(const boost::smatch& what) 228 bool grep_callback(boost::smatch what); 239 bool class_index::grep_callback(boost::smatch what) 280 typedef boost::smatch arg_type;
|
/third_party/boost/boost/regex/v4/ |
D | regex_match.hpp | 226 smatch& m, in regex_match() 241 smatch& m, in regex_match() 256 smatch& m, in regex_match() 271 smatch& m, in regex_match()
|
D | regex.hpp | 137 typedef match_results<std::string::const_iterator> smatch; typedef
|
/third_party/boost/libs/math/reporting/accuracy/ |
D | handle_test_result.hpp | 177 boost::smatch table_location; in add_cell() 306 boost::smatch what; in set_result() 347 boost::smatch what; in set_error_content() 403 boost::smatch what; in remove_error_content()
|
/third_party/skia/third_party/externals/tint/fuzzers/tint_regex_fuzzer/ |
D | wgsl_mutator.cc | 54 std::smatch match; in GetIdentifiers() 76 std::smatch match; in GetIntLiterals() 110 std::smatch match; in GetFunctionBodyPositions()
|
/third_party/boost/libs/regex/example/snippets/ |
D | captures_example.cpp | 26 boost::smatch what; in print_captures()
|