Lines Matching full:escaped
51 // not have this flag will be escaped, see url_canon_query.cc
60 // Valid in an ASCII-representation of a hex digit (as in %-escaped).
123 // an escaped dot. If the character is not a dot, this will return 0.
144 // Write a single character, escaped, to the output. This always escapes: it
176 // are provided below for escaped and non-escaped versions of this.
264 // Writes the given character to the output as UTF-8, escaped. Call this
275 // Every single output character will be escaped. This means that if you
276 // give it an ASCII character as input, it will be escaped. Some code uses
307 // the escaped value and put it into |*unescaped_value| on success (returns