Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/str_format/
H A Darg.cc255 size_t num_zeroes = Excess(formatted.size(), precision); in ConvertIntImplInnerSlow() local
256 ReducePadding(num_zeroes, &fill); in ConvertIntImplInnerSlow()
265 num_zeroes += num_left_spaces; in ConvertIntImplInnerSlow()
272 sink->Append(num_zeroes, '0'); in ConvertIntImplInnerSlow()
/third_party/cups-filters/filter/
H A Drastertopdf.cpp259 int num_zeroes = width - num_digits(n); in int_to_fwstring() local
260 if (num_zeroes < 0) in int_to_fwstring()
261 num_zeroes = 0; in int_to_fwstring()
262 return std::string(num_zeroes, '0') + QUtil::int_to_string(n); in int_to_fwstring()
/third_party/python/Lib/test/
H A Dtest_mmap.py983 def _make_test_file(self, num_zeroes, tail):
989 f.seek(num_zeroes)

Completed in 6 milliseconds