Searched refs:IsNotEscaped (Results 1 – 1 of 1) sorted by relevance
190 static bool IsNotEscaped(uint16_t c) { return kNotEscaped[c] != 0; } in IsNotEscaped() function239 } else if (IsNotEscaped(c)) { in Escape()273 } else if (IsNotEscaped(c)) { in Escape()