Searched refs:hexDig (Results 1 – 1 of 1) sorted by relevance
127 int hexDig = (digit & 0x7); in decodeEntityAt() local128 if (hexDig != 0 && hexDig < 7) { in decodeEntityAt()129 codepoint = (codepoint << 4) | (hexDig + 9); in decodeEntityAt()