Home
last modified time | relevance | path

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

/external/libchrome/base/strings/
Dstring16.h71 struct string16_char_traits { struct
72 typedef char16 char_type;
73 typedef int int_type;
80 typedef std::streamoff off_type;
81 typedef mbstate_t state_type;
82 typedef std::fpos<state_type> pos_type;
84 static void assign(char_type& c1, const char_type& c2) { in assign()
88 static bool eq(const char_type& c1, const char_type& c2) { in eq()
91 static bool lt(const char_type& c1, const char_type& c2) { in lt()
95 static int compare(const char_type* s1, const char_type* s2, size_t n) { in compare()
[all …]