Lines Matching full:surrogate_pair
1067 ZoneList<uc16> surrogate_pair(2, zone());1068 surrogate_pair.Add(unibrow::Utf16::LeadSurrogate(c), zone());1069 surrogate_pair.Add(unibrow::Utf16::TrailSurrogate(c), zone());1070 RegExpAtom* atom = new (zone()) RegExpAtom(surrogate_pair.ToConstVector());