Home | History | Annotate | Download | only in src

Lines Matching refs:uc16

118   const uc16* buffer_cursor_;
119 const uc16* buffer_end_;
175 *reinterpret_cast<uc16*>(&backing_store_[position_]) = code_unit;
186 Vector<const uc16> utf16_literal() {
189 return Vector<const uc16>(
190 reinterpret_cast<const uc16*>(backing_store_.start()),
233 // Ensure room for all currently read code units as UC16 as well
240 uc16* dst = reinterpret_cast<uc16*>(new_store.start());
325 Vector<const uc16> literal_utf16_string() {
365 Vector<const uc16> next_literal_utf16_string() {