Home | History | Annotate | Download | only in src

Lines Matching refs:GetChars

2305 char* SeqAsciiString::GetChars() {
2315 uc16* SeqTwoByteString::GetChars() {
2415 const char* ExternalAsciiString::GetChars() {
2422 return GetChars()[index];
2447 const uint16_t* ExternalTwoByteString::GetChars() {
2454 return GetChars()[index];
2460 return GetChars() + start;