Lines Matching defs:first
171 static void __append(__iostring &buf, char *first, char *last, const ctype<char>& /* ct */)
172 { buf.append(first, last); }
174 static void __append(__iowstring &buf, char *first, char *last, const ctype<wchar_t>& ct) {
176 ct.widen(first, last, _wbuf);
177 buf.append(_wbuf, _wbuf + (last - first));
181 /* The number of days from the first day of the first ISO week of this
183 Monday; the first ISO week has the year's first Thursday. YDAY may
191 /* Add enough to the first operand of % to make it nonnegative. */
466 char first, second, third;
471 first = *++fmt;
481 switch (first) {