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

/haiku-fatelf/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.h144 typedef typename traits::char_type value_type;
/haiku-fatelf/src/bin/gzip/
H A Dunlzw.c28 typedef unsigned char char_type; typedef
133 char_type b1;
134 char_type b2;
135 char_type b3;
136 char_type b4;
139 char_type b4;
140 char_type b3;
141 char_type b2;
142 char_type b1;
158 REG1 char_type *
[all...]
/haiku-fatelf/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...]
/haiku-fatelf/src/bin/gdb/readline/examples/
H A Dreadlinebuf.h49 typedef char char_type; typedef in class:readlinebuf
68 virtual streamsize xsgetn( char_type* buf, streamsize n ) {
/haiku-fatelf/src/bin/compress/
H A Dcompress.c129 typedef char char_type; typedef
131 typedef unsigned char char_type; typedef
133 char_type magic_header[] = { "\037\235" }; /* 1F 9D */
422 # define tab_suffixof(i) ((char_type far *)htab[(i)>>15])[(i) & 0x7fff]
423 # define de_stack ((char_type far *)(htab2))
425 # define tab_suffixof(i) ((char_type *)htab[(i)>>15])[(i) & 0x7fff]
426 # define de_stack ((char_type *)(htab2))
429 # define tab_suffixof(i) ((char_type *)(htab))[i]
430 # define de_stack ((char_type *)&tab_suffixof((code_int)1<<BITS))
1088 char_type lmas
[all...]
/haiku-fatelf/src/bin/gdb/gdb/
H A Ddwarf2read.c4505 struct type *type, *range_type, *index_type, *char_type; local
4542 char_type = dwarf2_fundamental_type (objfile, FT_CHAR, cu);
4543 type = create_string_type (char_type, range_type);

Completed in 138 milliseconds