Lines Matching refs:IsOneByte
460 DCHECK(String::IsOneByte(smart_chars.begin(), this->length()));
984 if (content.IsOneByte()) {
1125 if (flat1.IsOneByte() && flat2.IsOneByte()) {
1131 } else if (flat1.IsOneByte() && flat2.IsTwoByte()) {
1134 } else if (flat1.IsTwoByte() && flat2.IsOneByte()) {
1177 if (x_content.IsOneByte()) {
1179 if (y_content.IsOneByte()) {
1188 if (y_content.IsOneByte()) {
1244 if (receiver_content.IsOneByte()) {
1274 if (search_content.IsOneByte()) {
1530 if (search_content.IsOneByte()) {
1532 if (receiver_content.IsOneByte()) {
1541 if (receiver_content.IsOneByte()) {
1584 return flat.IsOneByte() ? IsIdentifierVector(flat.ToOneByteVector())
1829 is_one_byte_ = content.IsOneByte();