Home | History | Annotate | Download | only in src

Lines Matching refs:IsAsciiRepresentation

2407         is_ascii_(subject->IsAsciiRepresentation()) {
2447 if (!string->IsAsciiRepresentation()) {
5959 { MaybeObject* maybe_o = s->IsAsciiRepresentation()
6397 if (s->IsFlat() && s->IsAsciiRepresentation()) {
6933 bool is_ascii = separator->IsAsciiRepresentation();
6950 if (is_ascii && !string->IsAsciiRepresentation()) {