Home | History | Annotate | Download | only in src

Lines Matching full:uc16

1969     ScopedVector<uc16> smart_chars(this->length());
10448 const uc16* start;
10512 const uc16* String::GetTwoByteData(unsigned start) {
10533 const uc16* SeqTwoByteString::SeqTwoByteStringGetData(unsigned start) {
10534 return reinterpret_cast<uc16*>(
10814 const uc16* data =
11232 Vector<const uc16> y_chars = y_content.ToUC16Vector();
11236 Vector<const uc16> x_chars = x_content.ToUC16Vector();
11241 Vector<const uc16> y_chars = y_content.ToUC16Vector();
11300 bool String::IsTwoByteEqualTo(Vector<const uc16> str) {
15968 : CountRequiredEscapes<uc16>(source);
15982 return WriteEscapedRegExpSource<uc16>(source, result);