Searched defs:MaxDecimalDigitsIn (Results 1 – 1 of 1) sorted by relevance
2535 template<> struct MaxDecimalDigitsIn<4> { struct2536 static const int kSigned = 11;2537 static const int kUnsigned = 10;2539 template<> struct MaxDecimalDigitsIn<8> { struct2540 static const int kSigned = 20;2541 static const int kUnsigned = 20;