Home
last modified time | relevance | path

Searched refs:IsNotEscaped (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/runtime/
Druntime-uri.cc164 static bool IsNotEscaped(uint16_t c) { return kNotEscaped[c] != 0; } in IsNotEscaped() function in v8::internal::URIEscape
209 } else if (IsNotEscaped(c)) { in Escape()
243 } else if (IsNotEscaped(c)) { in Escape()