root/base/i18n/icu_util_nacl_win64.cc

/* [<][>][^][v][top][bottom][index][help] */

DEFINITIONS

This source file includes following definitions.
  1. InitializeICU

// 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.

#include "base/i18n/icu_util.h"

namespace base {
namespace i18n {

BASE_I18N_EXPORT bool InitializeICU() {
  return true;
}

}  // namespace i18n
}  // namespace base

/* [<][>][^][v][top][bottom][index][help] */