formatUInt        366 lib/pdf/xpdf/GString.cc 	  formatUInt(arg.ui, buf, sizeof(buf), zeroFill, width, 10,
formatUInt        370 lib/pdf/xpdf/GString.cc 	  formatUInt(arg.ui, buf, sizeof(buf), zeroFill, width, 16,
formatUInt        374 lib/pdf/xpdf/GString.cc 	  formatUInt(arg.ui, buf, sizeof(buf), zeroFill, width, 8, &str, &len);
formatUInt        377 lib/pdf/xpdf/GString.cc 	  formatUInt(arg.ui, buf, sizeof(buf), zeroFill, width, 2, &str, &len);
formatUInt        392 lib/pdf/xpdf/GString.cc 	  formatUInt(arg.ul, buf, sizeof(buf), zeroFill, width, 10,
formatUInt        396 lib/pdf/xpdf/GString.cc 	  formatUInt(arg.ul, buf, sizeof(buf), zeroFill, width, 16,
formatUInt        400 lib/pdf/xpdf/GString.cc 	  formatUInt(arg.ul, buf, sizeof(buf), zeroFill, width, 8, &str, &len);
formatUInt        403 lib/pdf/xpdf/GString.cc 	  formatUInt(arg.ul, buf, sizeof(buf), zeroFill, width, 2, &str, &len);
formatUInt        129 lib/pdf/xpdf/GString.h   static void formatUInt(Gulong x, char *buf, int bufSize,