Searched defs:string16_char_traits (Results 1 – 2 of 2) sorted by relevance
/external/chromium/googleurl/base/ |
D | string16.h | 78 struct string16_char_traits { struct 79 typedef char16 char_type; 80 typedef int int_type; 82 typedef std::streamoff off_type; 83 typedef mbstate_t state_type; 84 typedef std::fpos<state_type> pos_type; 86 static void assign(char_type& c1, const char_type& c2) { in assign() 90 static bool eq(const char_type& c1, const char_type& c2) { in eq() 93 static bool lt(const char_type& c1, const char_type& c2) { in lt() 97 static int compare(const char_type* s1, const char_type* s2, size_t n) { in compare() [all …]
|
/external/chromium/base/ |
D | string16.h | 61 string16_char_traits { struct 62 typedef char16 char_type; 63 typedef int int_type; 69 typedef std::streamoff off_type; 70 typedef mbstate_t state_type; 71 typedef std::fpos<state_type> pos_type; 73 static void assign(char_type& c1, const char_type& c2) { in assign() 77 static bool eq(const char_type& c1, const char_type& c2) { in eq() 80 static bool lt(const char_type& c1, const char_type& c2) { in lt() 84 static int compare(const char_type* s1, const char_type* s2, size_t n) { in compare() [all …]
|