Home | History | Annotate | Download | only in src

Lines Matching refs:GetChars

2742             SeqOneByteString::cast(string)->GetChars() + slice_offset,
2748 SeqTwoByteString::cast(string)->GetChars() + slice_offset,
2754 ExternalAsciiString::cast(string)->GetChars() + slice_offset,
2760 ExternalTwoByteString::cast(string)->GetChars() + slice_offset,
2833 uint8_t* SeqOneByteString::GetChars() {
2843 uc16* SeqTwoByteString::GetChars() {
2944 const uint8_t* ExternalAsciiString::GetChars() {
2951 return GetChars()[index];
2976 const uint16_t* ExternalTwoByteString::GetChars() {
2983 return GetChars()[index];
2989 return GetChars() + start;