Home | History | Annotate | Download | only in src

Lines Matching refs:IsAsciiRepresentation

179          String::cast(this)->IsAsciiRepresentation();
199 String::cast(this)->IsAsciiRepresentation();
238 bool String::IsAsciiRepresentation() {
242 return ConsString::cast(this)->first()->IsAsciiRepresentation();
1677 return this->IsAsciiRepresentation()
2398 if (src_str->IsAsciiRepresentation()) {