Lines Matching refs:Char
19 template <typename Char>
26 template <typename Char>
33 template <typename Char>
34 static INLINE(int UnescapeChar(Vector<const Char> vector, int i, int length,
48 template <typename Char>
54 StringSearch<uint8_t, Char> search(isolate, STATIC_CHAR_VECTOR("%")); in Unescape()
55 index = search.Search(source->GetCharVector<Char>(), 0); in Unescape()
58 return UnescapeSlow<Char>(isolate, source, index); in Unescape()
62 template <typename Char>
72 Vector<const Char> vector = string->GetCharVector<Char>(); in UnescapeSlow()
95 Vector<const Char> vector = string->GetCharVector<Char>(); in UnescapeSlow()
108 Vector<const Char> vector = string->GetCharVector<Char>(); in UnescapeSlow()
132 template <typename Char>
133 int URIUnescape::UnescapeChar(Vector<const Char> vector, int i, int length, in UnescapeChar()
156 template <typename Char>
196 template <typename Char>
204 Vector<const Char> vector = string->GetCharVector<Char>(); in Escape()
232 Vector<const Char> vector = string->GetCharVector<Char>(); in Escape()