Lines Matching full:uc16
488 return Get<uc16>(index);
500 return static_cast<Char>(static_cast<const uc16*>(start_)[index]);
594 class TwoByteStringKey : public SequentialStringKey<uc16> {
596 explicit TwoByteStringKey(Vector<const uc16> str, uint32_t seed)
597 : SequentialStringKey<uc16>(str, seed) { }
3690 inline Vector<const uc16> String::GetCharVector() {
3725 uc16* SeqTwoByteString::GetChars() {
3726 return reinterpret_cast<uc16*>(FIELD_ADDR(this, kHeaderSize));
6959 const uc16* chars, int length) {
7888 typedef uc16 value_type;
7889 typedef uc16* pointer;
7890 typedef uc16& reference;
7895 uc16 operator*() { return content_.Get(offset_); }