Home
last modified time | relevance | path

Searched refs:m_Locale (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/algorithm/string/detail/
H A Dclassification.hpp40 m_Type(Type), m_Locale(Loc) {} in is_classifiedF()
45 return std::use_facet< std::ctype<CharT> >(m_Locale).is( m_Type, Ch ); in operator ()()
52 return std::use_facet< std::ctype<char> >(m_Locale).is( m_Type, Ch ); in operator ()()
58 std::locale m_Locale; member