Home
last modified time | relevance | path

Searched refs:smatch (Results 1 – 25 of 77) sorted by relevance

1234

/third_party/boost/libs/xpressive/test/
Dmisc1.cpp41 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()
Dtest_cycles.cpp56 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()
Dtest_dynamic_grammar.cpp38 smatch what; in test_dynamic_grammar()
76 smatch what; in test_dynamic_grammar2()
Dtest_static.cpp19 smatch what; in test_main()
Dtest_dynamic.cpp19 smatch what; in test_main()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DDateFormatRoundTripTest.java188 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/
DDateFormatRoundTripTest.java191 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/
Ddtfmtrtts.cpp339 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/
Dtime_boost.cpp21 boost::smatch what; in time_match()
58 void operator()( boost::smatch const & ) const in operator ()()
66 boost::smatch what; in time_find_all()
Dtime_dynamic_xpressive.cpp23 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()
Dtime_static_xpressive.cpp142 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/
Dcompiler_test.h71 std::smatch *match = nullptr) const;
83 bool foundInCodeRegex(const std::regex &regexToFind, std::smatch *match = nullptr) const;
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/
Dcompiler_test.h71 std::smatch *match = nullptr) const;
83 bool foundInCodeRegex(const std::regex &regexToFind, std::smatch *match = nullptr) const;
/third_party/boost/libs/metaparse/example/regexp/
Dmain.cpp131 using boost::xpressive::smatch; in test_string()
144 smatch w; in test_string()
/third_party/boost/libs/units/test/
Dcheck_conversion_defs.cpp38 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/
Dcaptures_test.cpp54 boost::smatch what; in test_captures()
99 what = boost::smatch(); in test_captures()
/third_party/boost/libs/random/performance/
Dgenerate_table.cpp62 boost::smatch match; in main()
96 boost::smatch match; in main()
/third_party/boost/libs/regex/test/concepts/
Drange_concept_check.cpp36 check<boost::smatch>(); in main()
/third_party/boost/libs/regex/test/de_fuzz/
Dnarrow.cpp14 boost::smatch what; in LLVMFuzzerTestOneInput()
/third_party/boost/libs/regex/doc/
Dregex_grep.qbk132 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/
Dregex_match.hpp226 smatch& m, in regex_match()
241 smatch& m, in regex_match()
256 smatch& m, in regex_match()
271 smatch& m, in regex_match()
Dregex.hpp137 typedef match_results<std::string::const_iterator> smatch; typedef
/third_party/boost/libs/math/reporting/accuracy/
Dhandle_test_result.hpp177 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/
Dwgsl_mutator.cc54 std::smatch match; in GetIdentifiers()
76 std::smatch match; in GetIntLiterals()
110 std::smatch match; in GetFunctionBodyPositions()
/third_party/boost/libs/regex/example/snippets/
Dcaptures_example.cpp26 boost::smatch what; in print_captures()

1234