Home
last modified time | relevance | path

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

/external/v8/src/
Duri.h19 static INLINE(Vector<const Char> GetCharVector(Handle<String> string));
23 Vector<const uint8_t> GetCharVector(Handle<String> string) { in GetCharVector() function
31 Vector<const uc16> GetCharVector(Handle<String> string) { in GetCharVector() function
77 index = search.Search(GetCharVector<Char>(source), 0); in Unescape()
92 Vector<const Char> vector = GetCharVector<Char>(string); in UnescapeSlow()
114 Vector<const Char> vector = GetCharVector<Char>(string); in UnescapeSlow()
126 Vector<const Char> vector = GetCharVector<Char>(string); in UnescapeSlow()
234 Vector<const Char> vector = GetCharVector<Char>(string); in Escape()
262 Vector<const Char> vector = GetCharVector<Char>(string); in Escape()
Djson-stringifier.h139 INLINE(static Vector<const Char> GetCharVector(Handle<String> string));
793 Vector<const Char> vector = GetCharVector<Char>(string); in SerializeString_()
813 vector = GetCharVector<Char>(string); in SerializeString_()
843 Vector<const uint8_t> BasicJsonStringifier::GetCharVector( in GetCharVector() function
852 Vector<const uc16> BasicJsonStringifier::GetCharVector(Handle<String> string) { in GetCharVector() function