Lines Matching refs:GetChars
692 CopyChars(SeqOneByteString::cast(*result).GetChars(no_gc), string.begin(),
713 decoder.Decode(result->GetChars(no_gc), utf8_data);
724 decoder.Decode(result->GetChars(no_gc), utf8_data);
735 base::Vector<const uint8_t>(str->GetChars(no_gc) + begin, length);
764 base::Vector<const uint8_t>(str->GetChars(no_gc) + begin, length);
765 decoder.Decode(result->GetChars(no_gc), utf8_data);
778 utf8_data = base::Vector<const uint8_t>(str->GetChars(no_gc) + begin, length);
779 decoder.Decode(result->GetChars(no_gc), utf8_data);
794 CopyChars(result->GetChars(no_gc), string, length);
801 CopyChars(result->GetChars(no_gc), string, length);
861 WriteOneByteData(t, SeqOneByteString::cast(result).GetChars(no_gc), chars);
863 WriteTwoByteData(t, SeqTwoByteString::cast(result).GetChars(no_gc), chars);
974 base::uc16* dest = str->GetChars(no_gc);
1008 uint8_t* dest = result->GetChars(no_gc);
1015 base::uc16* dest = result->GetChars(no_gc);