Home | History | Annotate | Download | only in src

Lines Matching defs:one_byte

1890   bool one_byte = true;
1895 one_byte = false;
1899 if (one_byte) {
16858 bool one_byte = source->IsOneByteRepresentationUnderneath();
16859 int escapes = one_byte ? CountRequiredEscapes<uint8_t>(source)
16863 if (one_byte) {