Home | History | Annotate | Download | only in src

Lines Matching refs:ONE_BYTE

324 // encoding is considered TWO_BYTE.  It is not mentioned in the name.  ONE_BYTE
8631 bool IsOneByte() { return state_ == ONE_BYTE; }
8638 DCHECK_EQ(ONE_BYTE, state_);
8651 if (state_ == ONE_BYTE) return onebyte_start[i];
8656 enum State { NON_FLAT, ONE_BYTE, TWO_BYTE };
8660 : onebyte_start(start), length_(length), state_(ONE_BYTE) {}