blob: df4117f5392d0249cc30e95f36eff2fb1f52c425 [file] [log] [blame]
// Copyright 2015 The Fuchsia 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 SRC_LIB_ICU_DATA_CPP_ICU_DATA_H_
#define SRC_LIB_ICU_DATA_CPP_ICU_DATA_H_
namespace icu_data {
bool Initialize();
bool Release();
} // namespace icu_data
#endif // SRC_LIB_ICU_DATA_CPP_ICU_DATA_H_