Searched refs:lo_byte (Results 1 – 1 of 1) sorted by relevance
465 const int lo_byte = DecodeHexU8(); in GetEscapedChar() local466 if (hi_byte >= 0 && lo_byte >= 0) in GetEscapedChar()467 return hi_byte << 8 | lo_byte; in GetEscapedChar()