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

  /external/chromium/googleurl/src/
url_canon_host.cc 101 // |has_escaped| will be true if there is a percent sign.
104 bool* has_non_ascii, bool* has_escaped) {
107 *has_escaped = false;
112 *has_escaped = true;
218 // UTF-16. The has_escaped flag should be set if the input string requires
221 bool has_non_ascii, bool has_escaped, CanonOutput* output) {
230 if (has_escaped) {
281 // the backend, so we just pass through. The has_escaped flag should be set if
284 bool has_non_ascii, bool has_escaped, CanonOutput* output) {
285 if (has_escaped) {
325 bool has_non_ascii, has_escaped; local
    [all...]

Completed in 1750 milliseconds