Searched refs:char_type (Results 1 - 3 of 3) sorted by relevance

/haiku/headers/cpp/std/
H A Dstraits.h41 typedef charT char_type; // for users to acquire the basic character type typedef in struct:string_char_traits
45 static void assign (char_type& c1, const char_type& c2)
47 static bool eq (const char_type& c1, const char_type& c2)
49 static bool ne (const char_type& c1, const char_type& c2)
51 static bool lt (const char_type& c1, const char_type& c2)
53 static char_type eo
109 typedef char char_type; typedef in struct:string_char_traits
[all...]
H A Dbastring.h146 typedef typename traits::char_type value_type;
/haiku/headers/cpp/
H A Dsstream40 typedef char char_type;
61 stream = new char_type[stream_len];
87 stream = new char_type[stream_len];
110 char_type* new_stream = new char_type[stream_len];
127 setbuf(char_type* s, int n)
132 stream = new char_type[n];
150 char_type* beg = stream;
151 char_type* curi = NULL;
152 char_type* cur
[all...]

Completed in 22 milliseconds