Home | History | Annotate | Download | only in src

Lines Matching refs:is_one_byte

535   bool is_one_byte = left_is_one_byte && right_is_one_byte;
537 if (!is_one_byte) {
556 if (is_one_byte) {
583 (is_one_byte || is_one_byte_data_in_two_byte_string)
696 bool is_one_byte = length <= kOneByteCheckLengthLimit &&
701 map = is_one_byte ? short_external_string_with_one_byte_data_map()
704 map = is_one_byte ? external_string_with_one_byte_data_map()