Lines Matching full:escaped
26 // not have this flag will be escaped; see url_canon_query.cc
35 // Valid in an ASCII-representation of a hex digit (as in %-escaped).
45 // that do not have this flag will be escaped; see url_util.cc.
105 // an escaped dot. If the character is not a dot, this will return 0.
126 // Write a single character, escaped, to the output. This always escapes: it
158 // are provided below for escaped and non-escaped versions of this.
246 // Writes the given character to the output as UTF-8, escaped. Call this
257 // Every single output character will be escaped. This means that if you
258 // give it an ASCII character as input, it will be escaped. Some code uses
289 // the escaped value and put it into |*unescaped_value| on success (returns