Home
last modified time | relevance | path

Searched defs:wchar_t_size (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/spirit/home/support/char_encoding/
H A Dstandard_wide.hpp24 struct wchar_t_size struct
30 template <> struct wchar_t_size<1> { enum { mask = 0xff }; }; argument
31 template <> struct wchar_t_size<2> { enum { mask = 0xffff }; }; argument
32 template <> struct wchar_t_size<4> { enum { mask = 0xffffffff }; }; argument