summaryrefslogtreecommitdiffstats
path: root/base/i18n/icu_util.h
diff options
context:
space:
mode:
Diffstat (limited to 'base/i18n/icu_util.h')
-rw-r--r--base/i18n/icu_util.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/base/i18n/icu_util.h b/base/i18n/icu_util.h
new file mode 100644
index 0000000..56eaa37
--- /dev/null
+++ b/base/i18n/icu_util.h
@@ -0,0 +1,16 @@
+// Copyright (c) 2009 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+#ifndef BASE_I18N_ICU_UTIL_H_
+#define BASE_I18N_ICU_UTIL_H_
+
+namespace icu_util {
+
+// Call this function to load ICU's data tables for the current process. This
+// function should be called before ICU is used.
+bool Initialize();
+
+} // namespace icu_util
+
+#endif // BASE_I18N_ICU_UTIL_H_