Searched refs:count_cases (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/url/
H A Durl_parse_unittest.cc161 } count_cases[] = { local
204 for (size_t i = 0; i < ARRAYSIZE(count_cases); i++) {
205 int length = static_cast<int>(strlen(count_cases[i].url));
209 if (length > 0 && count_cases[i].url[0] == 'f')
210 ParseFileURL(count_cases[i].url, length, &parsed);
212 ParseStandardURL(count_cases[i].url, length, &parsed);
215 count_cases[i].component, count_cases[i].include_delimiter);
216 EXPECT_EQ(count_cases[i].expected_count, chars_before);

Completed in 92 milliseconds