HomeSort by relevance Sort by last modified time
    Searched full:length_cases (Results 1 - 2 of 2) sorted by null

  /external/chromium/googleurl/src/
url_parse_unittest.cc 137 const char* length_cases[] = { local
155 for (size_t i = 0; i < arraysize(length_cases); i++) {
156 int true_length = static_cast<int>(strlen(length_cases[i]));
159 url_parse::ParseStandardURL(length_cases[i], true_length, &parsed);
  /external/chromium_org/url/
url_parse_unittest.cc 127 const char* length_cases[] = { local
145 for (size_t i = 0; i < arraysize(length_cases); i++) {
146 int true_length = static_cast<int>(strlen(length_cases[i]));
149 url_parse::ParseStandardURL(length_cases[i], true_length, &parsed);
    [all...]

Completed in 229 milliseconds