Home | History | Annotate | Download | only in src

Lines Matching refs:Unescape

5484 static inline int Unescape(String* source,
5526 if (Unescape(source, i, length, &step) > String::kMaxAsciiCharCode) {
5548 destination->Set(dest_position, Unescape(source, i, length, &step));