Home | History | Annotate | Download | only in src

Lines Matching refs:IsAsciiRepresentation

238          String::cast(this)->IsAsciiRepresentation();
258 String::cast(this)->IsAsciiRepresentation();
301 bool String::IsAsciiRepresentation() {
324 return GetUnderlying()->IsAsciiRepresentation();
2264 return this->IsAsciiRepresentation()
3726 if (src_str->IsAsciiRepresentation()) {