Searched defs:MaxDecimalDigitsIn (Results 1 – 1 of 1) sorted by relevance
2695 struct MaxDecimalDigitsIn<1> { struct2696 static const int kSigned = 3;2697 static const int kUnsigned = 3;2699 template<> struct MaxDecimalDigitsIn<4> { struct2700 static const int kSigned = 11;2701 static const int kUnsigned = 10;2703 template<> struct MaxDecimalDigitsIn<8> { struct2704 static const int kSigned = 20;2705 static const int kUnsigned = 20;