Lines Matching defs:base
5 #include "base/strings/string_number_conversions.h"
15 #include "base/logging.h"
16 #include "base/numerics/safe_math.h"
17 #include "base/scoped_clear_errno.h"
18 #include "base/strings/utf_string_conversions.h"
20 namespace base {
59 // Utility to convert a character to a digit in a given base
76 // Specialization for bases where 10 < base <= 36
130 // - constant kBase, the base in which to interpret the input
458 } // namespace base