Home
last modified time | relevance | path

Searched defs:zeropad (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/boost/format/
Dinternals.hpp67 enum pad_values { zeropad = 1, spacepad =2, centered=4, tabulation = 8 }; enumerator
/third_party/python/Objects/
Dunicodeobject.c2846 int zeropad; in unicode_fromformat_arg() local