Home
last modified time | relevance | path

Searched defs:string16_char_traits (Results 1 – 2 of 2) 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 …]
/external/cronet/buildtools/third_party/libc++/trunk/test/std/strings/basic.string/string.capacity/
Dshrink_to_fit.explicit_instantiation.sh.cpp26 struct string16_char_traits { struct
27 typedef char16 char_type;
51 template class std::basic_string<char16, string16_char_traits>; argument