Home | History | Annotate | Download | only in src

Lines Matching refs:Char

29 template <class Char>
31 __insert_grouping_aux(Char* first, Char* last, const string& grouping,
32 Char separator, Char Plus, Char Minus,
47 Char* cur_group = last; // Points immediately beyond the rightmost
72 template <class Char, class Str>
74 __insert_grouping_aux( /* __basic_iostring<Char> */ Str& iostr, size_t __group_pos,
76 Char separator, Char Plus, Char Minus,
84 Char __first = *iostr.begin();
118 _STLP_DECLSPEC const char* _STLP_CALL __hex_char_table_lo()
121 _STLP_DECLSPEC const char* _STLP_CALL __hex_char_table_hi()
124 char* _STLP_CALL
125 __write_integer(char* buf, ios_base::fmtflags flags, long x) {
126 char tmp[64];
127 char* bufend = tmp+64;
128 char* beg = __write_integer_backward(bufend, flags, x);
135 __insert_grouping(char * first, char * last, const string& grouping,
136 char separator, char Plus, char Minus, int basechars) {
143 char separator, char Plus, char Minus, int basechars) {
169 template class _STLP_CLASS_DECLSPEC ostreambuf_iterator<char, char_traits<char> >;
170 // template class num_put<char, char*>;
171 template class num_put<char, ostreambuf_iterator<char, char_traits<char> > >;