Searched refs:IsNotEscaped (Results 1 – 1 of 1) sorted by relevance
164 static bool IsNotEscaped(uint16_t c) { return kNotEscaped[c] != 0; } in IsNotEscaped() function in v8::internal::URIEscape209 } else if (IsNotEscaped(c)) { in Escape()243 } else if (IsNotEscaped(c)) { in Escape()