Searched refs:GetCharVector (Results 1 – 2 of 2) sorted by relevance
19 static INLINE(Vector<const Char> GetCharVector(Handle<String> string));23 Vector<const uint8_t> GetCharVector(Handle<String> string) { in GetCharVector() function31 Vector<const uc16> GetCharVector(Handle<String> string) { in GetCharVector() function77 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()
139 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() function852 Vector<const uc16> BasicJsonStringifier::GetCharVector(Handle<String> string) { in GetCharVector() function