Home
last modified time | relevance | path

Searched defs:expected_end (Results 1 – 9 of 9) sorted by relevance

/third_party/boost/libs/regex/test/regress/
Dtest_mfc.cpp182 int expected_end = static_cast<int>(answer_table[0] < 0 ? s.GetLength() : answer_table[0]); in test_mfc() local
360 int expected_end = static_cast<int>(answer_table[0] < 0 ? s.GetLength() : answer_table[0]); in test_mfc() local
Dtest_regex_search.hpp303 … int expected_end = static_cast<int>(answer_table[0] < 0 ? search_text.size() : answer_table[0]); in test_regex_token_iterator() local
362 … int expected_end = static_cast<int>(answer_table[0] < 0 ? search_text.size() : answer_table[0]); in test_regex_token_iterator() local
Dtest_partial_match.hpp250 … int expected_end = static_cast<int>(answer_table[0] < 0 ? search_text.size() : answer_table[0]); in test_regex_token_iterator() local
/third_party/libsoup/tests/
Drange-test.c11 gboolean check_start_end, int expected_start, int expected_end) in check_part()
/third_party/boost/libs/asio/test/
Ddeadline_timer.cpp93 ptime expected_end = start + seconds(1); in deadline_timer_test() local
Dsystem_timer.cpp107 boost::asio::system_timer::time_point expected_end = start + seconds(1); in system_timer_test() local
/third_party/glib/glib/
Dgvariant-serialiser.c1820 const gchar *expected_end; in g_variant_serialiser_is_string() local
/third_party/glib/glib/tests/
Dregex.c557 gint expected_end; member
612 gint expected_end; member
/third_party/icu/icu4c/source/test/intltest/
Dmeasfmttest.cpp3441 int32_t expected_end) { in helperTestSimplePer()