Searched refs:two_byte_buffer (Results 1 – 2 of 2) sorted by relevance
137 List<uc16>* two_byte_buffer) { in IntoOneAndTwoByte() argument155 two_byte_buffer); in IntoOneAndTwoByte()163 two_byte_buffer); in IntoOneAndTwoByte()177 List<uc16> two_byte_buffer; in Decode() local179 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()
666 List<uc16> two_byte_buffer(length - index); in BUILTIN() local670 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()