Home | History | Annotate | Download | only in src

Lines Matching refs:IsTwoByteRepresentation

246          String::cast(this)->IsTwoByteRepresentation();
266 String::cast(this)->IsTwoByteRepresentation();
343 bool String::IsTwoByteRepresentation() const {
376 return GetUnderlying()->IsTwoByteRepresentation();
5608 } else if (src_str->IsTwoByteRepresentation()) {