Searched defs:utf_traits (Results 1 – 2 of 2) sorted by relevance
63 struct utf_traits { struct67 typedef CharType char_type;92 static const int max_width;143 struct utf_traits<CharType,1> { struct145 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 …]
300 typedef boost::locale::utf::utf_traits< char_type > utf_traits; in length_until_boundary() typedef