Home | History | Annotate | Download | only in src

Lines Matching refs:src_str

3191   String* src_str = String::cast(src);
3192 if (!StringShape(src_str).IsExternal()) return true;
3193 if (src_str->IsAsciiRepresentation()) {
3195 } else if (src_str->IsTwoByteRepresentation()) {