Searched refs:third_byte (Results 1 – 2 of 2) sorted by relevance
190 unsigned char third_byte; in UnescapeURLWithAdjustmentsImpl() local191 if (UnescapeUnsignedCharAtIndex(escaped_text, i + 6, &third_byte) && in UnescapeURLWithAdjustmentsImpl()193 ((third_byte == 0x8E) || (third_byte == 0x8F) || in UnescapeURLWithAdjustmentsImpl()194 ((third_byte >= 0xAA) && (third_byte <= 0xAE))) : in UnescapeURLWithAdjustmentsImpl()195 ((third_byte >= 0xA6) && (third_byte <= 0xA9)))) { in UnescapeURLWithAdjustmentsImpl()
1006 byte third_byte = *current; in TwoByteOpcodeInstruction() local1008 if (third_byte == 0x17) { in TwoByteOpcodeInstruction()1014 } else if (third_byte == 0x0b) { in TwoByteOpcodeInstruction()