• Home
  • History
  • Annotate
  • only in /external/chromium/base/third_party/icu/
NameDateSize

..03-Jan-20144 KiB

icu_utf.cc03-Jan-20147.5 KiB

icu_utf.h03-Jan-201411.1 KiB

LICENSE03-Jan-20141.6 KiB

README.chromium03-Jan-2014480

README.chromium

1Name: ICU
2URL: http://site.icu-project.org/
3
4This file has the relevant components from ICU copied to handle basic
5UTF8/16/32 conversions. Components are copied from utf.h utf8.h utf16.h and
6utf_impl.c
7
8The main change is that U_/U8_/U16_ prefixes have been replaced with
9CBU_/CBU8_/CBU16_ (for "Chrome Base") to avoid confusion with the "real" ICU
10macros should ICU be in use on the system. For the same reason, the functions
11and types have been put in the "base_icu" namespace.
12