Home
last modified time | relevance | path

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

/external/v8/src/runtime/
Druntime-uri.cc55 index = search.Search(source->GetCharVector<Char>(), 0); in Unescape()
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()
204 Vector<const Char> vector = string->GetCharVector<Char>(); in Escape()
232 Vector<const Char> vector = string->GetCharVector<Char>(); in Escape()
/external/v8/src/
Djson-stringifier.h635 Vector<const SrcChar> vector = string->GetCharVector<SrcChar>(); in SerializeString_()
Dobjects-inl.h3701 inline Vector<const uint8_t> String::GetCharVector() { in GetCharVector() function
3709 inline Vector<const uc16> String::GetCharVector() { in GetCharVector() function
Dobjects.h8687 INLINE(Vector<const Char> GetCharVector());
Dobjects.cc16829 Vector<const Char> src = source->GetCharVector<Char>(); in CountRequiredEscapes()
16841 Vector<const Char> src = source->GetCharVector<Char>(); in WriteEscapedRegExpSource()