Home | History | Annotate | Download | only in src

Lines Matching refs:uc16

137   const uc16* buffer_cursor_;
138 const uc16* buffer_end_;
194 *reinterpret_cast<uc16*>(&backing_store_[position_]) = code_unit;
200 Vector<const uc16> utf16_literal() {
203 return Vector<const uc16>(
204 reinterpret_cast<const uc16*>(backing_store_.start()),
247 // Ensure room for all currently read code units as UC16 as well
254 uc16* dst = reinterpret_cast<uc16*>(new_store.start());
341 Vector<const uc16> literal_utf16_string() {
377 Vector<const uc16> next_literal_utf16_string() {