summaryrefslogtreecommitdiffstats
path: root/base/i18n/icu_util.h
blob: f6356f1bb6fc829c41e657e205c778c7fc3c8755 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// Copyright (c) 2011 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_

#include "base/i18n/base_i18n_export.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.
BASE_I18N_EXPORT bool Initialize();

}  // namespace icu_util

#endif  // BASE_I18N_ICU_UTIL_H_