Lines Matching refs:SeqTwoByteString
2355 int object_size = SeqTwoByteString::cast(object)->
3864 uc16* dest = SeqTwoByteString::cast(result)->GetChars();
3964 uc16* dest = SeqTwoByteString::cast(result)->GetChars();
4035 uc16* dest = SeqTwoByteString::cast(string_result)->GetChars();
4154 SeqTwoByteString* result;
4156 if (!maybe_result->To<SeqTwoByteString>(&result)) return maybe_result;
5051 SeqTwoByteString* twobyte = SeqTwoByteString::cast(result);
5080 CopyChars(SeqTwoByteString::cast(result)->GetChars(), start, length);
5175 if (chars > SeqTwoByteString::kMaxLength) {
5179 size = SeqTwoByteString::SizeFor(chars);
5200 WriteTwoByteData(t, SeqTwoByteString::cast(answer)->GetChars(), chars);
5243 if (length < 0 || length > SeqTwoByteString::kMaxLength) {
5246 int size = SeqTwoByteString::SizeFor(length);
5247 ASSERT(size <= SeqTwoByteString::kMaxSize);