Home | History | Annotate | Download | only in i18n

Lines Matching defs:base

5 #include "base/i18n/icu_util.h"
15 #include "base/files/file_path.h"
16 #include "base/files/memory_mapped_file.h"
17 #include "base/logging.h"
18 #include "base/path_service.h"
19 #include "base/strings/string_util.h"
20 #include "base/strings/sys_string_conversions.h"
25 #include "base/mac/foundation_util.h"
41 namespace base {
57 PathService::Get(base::DIR_MODULE, &data_path);
87 CR_DEFINE_STATIC_LOCAL(base::MemoryMappedFile, mapped_file, ());
95 bool path_ok = PathService::Get(base::DIR_EXE, &data_path);
100 base::mac::PathForFrameworkBundleResource(CFSTR(ICU_UTIL_DATA_FILE_NAME));
118 } // namespace base