Searched defs:PadWithZero (Results 1 – 1 of 1) sorted by relevance
21 bool PadWithZero, bool Negative, bool Upper) { in appendNumber()62 bool PadWithZero, bool Upper) { in appendUnsigned()68 bool PadWithZero) { in appendSignedDecimal()128 const bool PadWithZero = (*Cur == '0'); in vappend() local