HomeSort by relevance Sort by last modified time
    Searched full:length_cases (Results 1 - 1 of 1) 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);

Completed in 126 milliseconds