/third_party/boost/boost/date_time/ |
D | date_facet.hpp | 169 char_type fill_char, in put() argument 173 return do_put_special(next, a_ios, fill_char, d.as_special()); in put() 176 return do_put_tm(next, a_ios, fill_char, to_tm(d), m_format); in put() 181 char_type fill_char, in put() argument 185 return do_put_special(next, a_ios, fill_char, dd.get_rep().as_special()); in put() 190 …return std::use_facet<num_put>(a_ios.getloc()).put(next, a_ios, fill_char, dd.get_rep().as_number(… in put() 196 return f->put(next, a_ios, fill_char, dd.get_rep().as_number()); in put() 204 char_type fill_char, in put() argument 214 return do_put_tm(next, a_ios, fill_char, dtm, m_month_format); in put() 220 char_type fill_char, in put() argument [all …]
|
D | time_formatting_streams.hpp | 43 charT fill_char = '0'; in duration_put() local 47 os << std::setw(2) << std::setfill(fill_char) in duration_put() 49 os << std::setw(2) << std::setfill(fill_char) in duration_put() 51 os << std::setw(2) << std::setfill(fill_char) in duration_put() 58 << std::setfill(fill_char) in duration_put()
|
D | format_date_parser.hpp | 48 const charT& fill_char) in fixed_string_to_int() argument 54 (std::isdigit(*itr) || *itr == fill_char)) { in fixed_string_to_int() 55 if(*itr == fill_char) { in fixed_string_to_int()
|
/third_party/boost/boost/date_time/posix_time/ |
D | time_formatters.hpp | 56 charT fill_char = '0'; in to_simple_string_type() local 60 ss << std::setw(2) << std::setfill(fill_char) in to_simple_string_type() 62 ss << std::setw(2) << std::setfill(fill_char) in to_simple_string_type() 64 ss << std::setw(2) << std::setfill(fill_char) in to_simple_string_type() 79 << std::setfill(fill_char) in to_simple_string_type() 125 charT fill_char = '0'; in to_iso_string_type() local 129 ss << std::setw(2) << std::setfill(fill_char) in to_iso_string_type() 131 ss << std::setw(2) << std::setfill(fill_char) in to_iso_string_type() 133 ss << std::setw(2) << std::setfill(fill_char) in to_iso_string_type() 148 << std::setfill(fill_char) in to_iso_string_type()
|
/third_party/python/Python/ |
D | formatter_unicode.c | 129 Py_UCS4 fill_char; member 144 printf("internal format spec: fill_char %d\n", format->fill_char); 182 format->fill_char = ' '; in parse_internal_render_format_spec() 195 format->fill_char = READ_spec(pos); in parse_internal_render_format_spec() 221 format->fill_char = '0'; in parse_internal_render_format_spec() 369 Py_UCS4 fill_char, Py_ssize_t n_lpadding, in fill_padding() argument 377 _PyUnicode_FastFill(writer->buffer, pos, n_lpadding, fill_char); in fill_padding() 383 _PyUnicode_FastFill(writer->buffer, pos, n_rpadding, fill_char); in fill_padding() 533 if (format->fill_char == '0' && format->align == '=') in calc_number_widths() 585 *maxchar = Py_MAX(*maxchar, format->fill_char); in calc_number_widths() [all …]
|
/third_party/boost/libs/log/src/ |
D | date_time_format_parser.cpp | 377 …:aux::basic_ostringstreambuf< CharT >& strbuf, uint32_t value, unsigned int width, CharT fill_char) in put_integer() argument 387 strbuf.append(width - len, fill_char); in put_integer() 400 …::aux::basic_ostringstreambuf< char >& strbuf, uint32_t value, unsigned int width, char fill_char); 413 …:basic_ostringstreambuf< wchar_t >& strbuf, uint32_t value, unsigned int width, wchar_t fill_char);
|
/third_party/boost/boost/format/ |
D | feed_args.hpp | 34 const Ch fill_char, in mk_str() argument 63 if(n_before) res.append(static_cast<size_type>(n_before), fill_char); in mk_str() 68 if(n_after) res.append(static_cast<size_type>(n_after), fill_char); in mk_str()
|
/third_party/ffmpeg/libavutil/ |
D | samplefmt.c | 244 int fill_char = (sample_fmt == AV_SAMPLE_FMT_U8 || in av_samples_set_silence() local 251 memset(audio_data[i] + offset, fill_char, data_size); in av_samples_set_silence()
|
/third_party/boost/boost/dynamic_bitset/ |
D | dynamic_bitset.hpp | 1668 const char fill_char = os.fill(); in operator <<() local 1674 if (fill_char != buf->sputc(fill_char)) { in operator <<() 1694 if (fill_char != buf->sputc(fill_char)) { in operator <<() 1741 const Ch fill_char = os.fill(); in operator <<() 1747 if (Tr::eq_int_type(Tr::eof(), buf->sputc(fill_char))) { in operator <<() 1768 if (Tr::eq_int_type(Tr::eof(), buf->sputc(fill_char))) { in operator <<()
|
/third_party/python/Include/cpython/ |
D | unicodeobject.h | 530 Py_UCS4 fill_char 539 Py_UCS4 fill_char
|
/third_party/gettext/libtextstyle/gnulib-local/lib/glib/ |
D | gstrfuncs.in.h | 223 gchar fill_char) G_GNUC_MALLOC;
|
D | gstrfuncs.c | 162 gchar fill_char) 167 memset (str, (guchar)fill_char, length);
|
/third_party/glib/glib/ |
D | gstrfuncs.h | 229 gchar fill_char) G_GNUC_MALLOC;
|
D | gstrfuncs.c | 483 gchar fill_char) in g_strnfill() argument 488 memset (str, (guchar)fill_char, length); in g_strnfill()
|
/third_party/boost/boost/log/detail/ |
D | decomposed_time.hpp | 112 …aux::basic_ostringstreambuf< CharT >& strbuf, uint32_t value, unsigned int width, CharT fill_char);
|
/third_party/boost/libs/dynamic_bitset/test/ |
D | bitset_test.hpp | 1233 char_type fill_char = s.fill(); in stream_inserter() local 1273 const string_type padding (total_len - b.size(), fill_char); in stream_inserter()
|
/third_party/python/Objects/ |
D | unicodeobject.c | 10563 Py_UCS4 fill_char) in _PyUnicode_FastFill() argument 10569 assert(fill_char <= PyUnicode_MAX_CHAR_VALUE(unicode)); in _PyUnicode_FastFill() 10572 unicode_fill(kind, data, fill_char, start, length); in _PyUnicode_FastFill() 10577 Py_UCS4 fill_char) in PyUnicode_Fill() argument 10594 if (fill_char > PyUnicode_MAX_CHAR_VALUE(unicode)) { in PyUnicode_Fill() 10606 _PyUnicode_FastFill(unicode, start, length, fill_char); in PyUnicode_Fill() 13082 Py_UCS4 fill_char = PyUnicode_READ(kind, PyUnicode_DATA(str), 0); in unicode_repeat() local 13085 memset(to, (unsigned char)fill_char, len); in unicode_repeat() 13090 ucs2[n] = fill_char; in unicode_repeat() 13095 ucs4[n] = fill_char; in unicode_repeat()
|
/third_party/python/Doc/c-api/ |
D | unicode.rst | 608 Py_ssize_t length, Py_UCS4 fill_char) 610 Fill a string with a character: write *fill_char* into 613 Fail if *fill_char* is bigger than the string maximum character, or if the
|
/third_party/python/Doc/data/ |
D | refcounts.dat | 2775 PyUnicode_Fill:Py_UCS4:fill_char::
|