Home
last modified time | relevance | path

Searched refs:high_surrogate_base (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/regex/pending/
H A Dunicode_iterator.hpp79 static const ::boost::uint16_t high_surrogate_base = 0xD7C0u; variable
232 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()