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