Lines Matching full:strlen
43 kStr1, static_cast<int>(strlen(kStr1)), "http", NULL));
45 kStr1, static_cast<int>(strlen(kStr1)), "http", &found_scheme));
50 kStr1, static_cast<int>(strlen(kStr1)), "https", &found_scheme));
56 kStr2, static_cast<int>(strlen(kStr2)), "http", &found_scheme));
62 kStr3, static_cast<int>(strlen(kStr3)), "", &found_scheme));
73 whtspc_str, static_cast<int>(strlen(whtspc_str)), "javascript",
81 ctrl_str, static_cast<int>(strlen(ctrl_str)), "javascript",
121 url_util::Canonicalize(base_url, strlen(base_url), NULL,
125 replacements.SetScheme(scheme, url_parse::Component(0, strlen(scheme)));
194 url_util::DecodeURLEscapeSequences(input, strlen(input), &output);
203 url_util::DecodeURLEscapeSequences(zero_input, strlen(zero_input),
213 url_util::DecodeURLEscapeSequences(invalid_input, strlen(invalid_input),