Lines Matching defs:base
20 #include "base/compiler_specific.h"
23 namespace base {
26 // "base::...", and their prototypes are listed below. These functions are
87 // proper Unicode support, use base::i18n::ToLower/FoldCase and then just
102 // full Unicode support, use base::i18n::ToLower or base::i18h::FoldCase
108 // use base::i18n::ToLower or base::i18h::FoldCase and then compare with either
251 // best to call base::i18n::ToLower() or base::i18n::FoldCase() (see
252 // base/i18n/case_conversion.h for usage advice) on the arguments, and then use
305 // appropriate for use in any UI; use of FormatBytes and friends in ui/base is
369 // Use StrCat (in base/strings/strcat.h) if you don't need a separator.
404 } // namespace base
407 #include "base/strings/string_util_win.h"
409 #include "base/strings/string_util_posix.h"