Lines Matching full:uc16
120 const uc16* buffer_cursor_;
121 const uc16* buffer_end_;
228 *reinterpret_cast<uc16*>(&backing_store_[position_]) = code_unit;
239 Vector<const uc16> utf16_literal() {
242 return Vector<const uc16>(
243 reinterpret_cast<const uc16*>(backing_store_.start()),
286 // Ensure room for all currently read code units as UC16 as well
293 uc16* dst = reinterpret_cast<uc16*>(new_store.start());
378 Vector<const uc16> literal_utf16_string() {
418 Vector<const uc16> next_literal_utf16_string() {