Lines Matching refs:GetChars
601 CopyChars(SeqOneByteString::cast(*result).GetChars(no_gc), string.begin(), in NewStringFromOneByte()
621 decoder.Decode(result->GetChars(no_gc), utf8_data); in NewStringFromUtf8()
632 decoder.Decode(result->GetChars(no_gc), utf8_data); in NewStringFromUtf8()
642 utf8_data = Vector<const uint8_t>(str->GetChars(no_gc) + begin, length); in NewStringFromUtf8SubString()
670 utf8_data = Vector<const uint8_t>(str->GetChars(no_gc) + begin, length); in NewStringFromUtf8SubString()
671 decoder.Decode(result->GetChars(no_gc), utf8_data); in NewStringFromUtf8SubString()
684 utf8_data = Vector<const uint8_t>(str->GetChars(no_gc) + begin, length); in NewStringFromUtf8SubString()
685 decoder.Decode(result->GetChars(no_gc), utf8_data); in NewStringFromUtf8SubString()
700 CopyChars(result->GetChars(no_gc), string, length); in NewStringFromTwoByte()
707 CopyChars(result->GetChars(no_gc), string, length); in NewStringFromTwoByte()
771 WriteOneByteData(t, SeqOneByteString::cast(*answer).GetChars(no_gc), chars); in AllocateInternalizedStringImpl()
773 WriteTwoByteData(t, SeqTwoByteString::cast(*answer).GetChars(no_gc), chars); in AllocateInternalizedStringImpl()
865 uc16* dest = str->GetChars(no_allocation); in NewSurrogatePairString()
899 uint8_t* dest = result->GetChars(no_gc); in NewProperSubString()
906 uc16* dest = result->GetChars(no_gc); in NewProperSubString()