Searched refs:ESCAPE_BIT_MAP (Results 1 – 1 of 1) sorted by relevance
36 constexpr std::uint8_t ESCAPE_BIT_MAP[128] = { variable785 if (c < std::numeric_limits<int8_t>::max() && ESCAPE_BIT_MAP[c] == 1) { in Escape()