Home | History | Annotate | Download | only in src

Lines Matching refs:IsAsciiRepresentation

1933   bool is_ascii = first->IsAsciiRepresentation()
1934 && second->IsAsciiRepresentation();
2017 Object* result = buffer->IsAsciiRepresentation()
2024 if (buffer->IsAsciiRepresentation()) {
2025 ASSERT(string_result->IsAsciiRepresentation());