Home | History | Annotate | Download | only in src

Lines Matching refs:IsOneByteRepresentation

3337         is_ascii_(subject->IsOneByteRepresentation()) {
3377 if (!string->IsOneByteRepresentation()) {
4056 if (subject->IsOneByteRepresentation()) {
6520 String::Encoding result_encoding = s->IsOneByteRepresentation()
6722 if (s->IsFlat() && s->IsOneByteRepresentation()) {
7229 ASSERT(!answer->IsOneByteRepresentation());
7288 bool is_ascii = separator->IsOneByteRepresentation();
7305 if (is_ascii && !string->IsOneByteRepresentation()) {