Home
last modified time | relevance | path

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

/external/v8/src/
Duri.cc137 List<uc16>* two_byte_buffer) { in IntoOneAndTwoByte() argument
155 two_byte_buffer); in IntoOneAndTwoByte()
163 two_byte_buffer); in IntoOneAndTwoByte()
177 List<uc16> two_byte_buffer; in Decode() local
179 if (!IntoOneAndTwoByte(uri, is_uri, &one_byte_buffer, &two_byte_buffer)) { in Decode()
183 if (two_byte_buffer.is_empty()) { in Decode()
191 one_byte_buffer.length() + two_byte_buffer.length()), in Decode()
197 two_byte_buffer.ToConstVector().start(), two_byte_buffer.length()); in Decode()
/external/v8/src/builtins/
Dbuiltins-string.cc666 List<uc16> two_byte_buffer(length - index); in BUILTIN() local
670 two_byte_buffer.Add(code); in BUILTIN()
672 two_byte_buffer.Add(unibrow::Utf16::LeadSurrogate(code)); in BUILTIN()
673 two_byte_buffer.Add(unibrow::Utf16::TrailSurrogate(code)); in BUILTIN()
689 two_byte_buffer.length())); in BUILTIN()
694 two_byte_buffer.ToConstVector().start(), two_byte_buffer.length()); in BUILTIN()