Home | History | Annotate | Download | only in src

Lines Matching refs:IsTwoByteRepresentation

245          String::cast(this)->IsTwoByteRepresentation();
265 String::cast(this)->IsTwoByteRepresentation();
307 bool String::IsTwoByteRepresentation() {
340 return GetUnderlying()->IsTwoByteRepresentation();
3728 } else if (src_str->IsTwoByteRepresentation()) {