Lines Matching defs:string16_char_traits
71 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()
99 static size_t length(const char_type* s) { in length()
103 static const char_type* find(const char_type* s, size_t n, in find()
108 static char_type* move(char_type* s1, const char_type* s2, size_t n) { in move()
112 static char_type* copy(char_type* s1, const char_type* s2, size_t n) { in copy()
116 static char_type* assign(char_type* s, size_t n, char_type a) { in assign()
120 static int_type not_eof(const int_type& c) { in not_eof()
144 base::string16_internals::string16_char_traits> argument