tree: 6cd5237e90ff379d95534e0d2beb4f41ead024b0 [path history] [tgz]
  1. BUILD.gn
  2. icu_data.cc
  3. icu_data.h
  4. README.md
src/lib/icu_data/cpp/README.md

The C++ library for loading ICU data

This is the base library for loading ICU data. Please see the header file for the API.

The library provides the source file set, which can be used to link directly into a statically compiled program, and a shared library target, which can be used to link into dynamically linked programs.

For an example use in the BUILD.gn files, see the build file for the rust binding.