char_type 67 base/strings/string16.h COMPILE_ASSERT(sizeof(int_type) > sizeof(char_type), unexpected_type_width); char_type 73 base/strings/string16.h static void assign(char_type& c1, const char_type& c2) { char_type 77 base/strings/string16.h static bool eq(const char_type& c1, const char_type& c2) { char_type 80 base/strings/string16.h static bool lt(const char_type& c1, const char_type& c2) { char_type 84 base/strings/string16.h static int compare(const char_type* s1, const char_type* s2, size_t n) { char_type 88 base/strings/string16.h static size_t length(const char_type* s) { char_type 92 base/strings/string16.h static const char_type* find(const char_type* s, size_t n, char_type 93 base/strings/string16.h const char_type& a) { char_type 97 base/strings/string16.h static char_type* move(char_type* s1, const char_type* s2, int_type n) { char_type 101 base/strings/string16.h static char_type* copy(char_type* s1, const char_type* s2, size_t n) { char_type 105 base/strings/string16.h static char_type* assign(char_type* s, size_t n, char_type a) { char_type 113 base/strings/string16.h static char_type to_char_type(const int_type& c) { char_type 114 base/strings/string16.h return char_type(c); char_type 117 base/strings/string16.h static int_type to_int_type(const char_type& c) { char_type 209 base/strings/string_tokenizer.h bool IsDelim(char_type c) const { char_type 213 base/strings/string_tokenizer.h bool IsQuote(char_type c) const { char_type 220 base/strings/string_tokenizer.h char_type quote_char; char_type 225 base/strings/string_tokenizer.h bool AdvanceOne(AdvanceState* state, char_type c) {