Searched refs:high_surrogate_base (Results 1 – 1 of 1) sorted by relevance
79 static const ::boost::uint16_t high_surrogate_base = 0xD7C0u; variable232 m_values[0] = static_cast<U16Type>(v >> 10) + detail::high_surrogate_base; in extract_current()360 m_value = (m_value - detail::high_surrogate_base) << 10; in extract_current()697 *m_position++ = static_cast<boost::uint16_t>(v >> 10) + detail::high_surrogate_base; in push()