Home
last modified time | relevance | path

Searched refs:is_high_surrogate (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.hpp83 inline bool is_high_surrogate(::boost::uint16_t v) in is_high_surrogate() function
235 BOOST_ASSERT(detail::is_high_surrogate(m_values[0])); in extract_current()
284 if(detail::is_high_surrogate(*m_position)) ++m_position; in increment()
333 if(detail::is_high_surrogate(val)) in u16_to_u32_iterator()
353 if(detail::is_high_surrogate(*m_position)) in extract_current()