Home
last modified time | relevance | path

Searched defs:utf_traits (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/boost/locale/
Dutf.hpp63 struct utf_traits { struct
67 typedef CharType char_type;
92 static const int max_width;
143 struct utf_traits<CharType,1> { struct
145 typedef CharType char_type;
147 static int trail_length(char_type ci) in trail_length()
163 static const int max_width = 4;
165 static int width(code_point value) in width()
181 static bool is_trail(char_type ci) in is_trail()
187 static bool is_lead(char_type ci) in is_lead()
[all …]
/third_party/boost/boost/log/detail/
Dattachable_sstream_buf.hpp300 typedef boost::locale::utf::utf_traits< char_type > utf_traits; in length_until_boundary() typedef