Home | History | Annotate | Download | only in src

Lines Matching refs:Char

7 #include "src/char-predicates-inl.h"
250 char s[4] = {};
260 char s[4] = {};
312 template <typename Char>
313 int UnescapeChar(Vector<const Char> vector, int i, int length, int* step) {
332 template <typename Char>
341 Vector<const Char> vector = string->GetCharVector<Char>();
364 Vector<const Char> vector = string->GetCharVector<Char>();
377 Vector<const Char> vector = string->GetCharVector<Char>();
408 template <typename Char>
414 StringSearch<uint8_t, Char> search(isolate, STATIC_CHAR_VECTOR("%"));
415 index = search.Search(source->GetCharVector<Char>(), 0);
418 return UnescapeSlow<Char>(isolate, source, index);
421 template <typename Char>
430 Vector<const Char> vector = string->GetCharVector<Char>();
458 Vector<const Char> vector = string->GetCharVector<Char>();