Lines Matching full:src_str
2396 String* src_str = String::cast(src);2397 if (!StringShape(src_str).IsExternal()) return true;2398 if (src_str->IsAsciiRepresentation()) {2400 } else if (src_str->IsTwoByteRepresentation()) {